diff --git a/Cargo.toml b/Cargo.toml index ba874b8..0de34c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ all = ["trie", "utils"] rand = { version = "0.8.5", optional = true } [dev-dependencies] -rand = "0.8.5" criterion = "0.5.1" +rand = "0.8.5" tokenizers = "0.15.2" [[bench]]