diff --git a/Cargo.toml b/Cargo.toml index 3c7e008..64a16d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ all = ["trie", "utils"] rand = { version = "0.9.2", optional = true } [dev-dependencies] -criterion = "0.7.0" +criterion = "0.8.0" rand = "0.9.2" tokenizers = "0.22.0"