diff --git a/Cargo.toml b/Cargo.toml index 64a16d3..d5c8996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,11 @@ utils = ["rand"] all = ["trie", "utils"] [dependencies] -rand = { version = "0.9.2", optional = true } +rand = { version = "0.10.0", optional = true } [dev-dependencies] criterion = "0.8.0" -rand = "0.9.2" +rand = "0.10.0" tokenizers = "0.22.0" [[bench]]