diff --git a/Cargo.toml b/Cargo.toml index ad3b9c0..7cd8011 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.1", optional = true } [dev-dependencies] criterion = "0.8.0" -rand = "0.9.2" +rand = "0.10.1" tokenizers = "0.23.1" [[bench]]