diff options
Diffstat (limited to 'c/blake3_c_rust_bindings/Cargo.toml')
| -rw-r--r-- | c/blake3_c_rust_bindings/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c/blake3_c_rust_bindings/Cargo.toml b/c/blake3_c_rust_bindings/Cargo.toml index c1aee32..2576eaa 100644 --- a/c/blake3_c_rust_bindings/Cargo.toml +++ b/c/blake3_c_rust_bindings/Cargo.toml @@ -21,8 +21,8 @@ neon = [] arrayref = "0.3.5" arrayvec = { version = "0.7.0", default-features = false } page_size = "0.6.0" -rand = "0.8.5" -rand_chacha = "0.3.1" +rand = "0.9.0" +rand_chacha = "0.9.0" reference_impl = { path = "../../reference_impl" } [build-dependencies] |
