diff --git a/src/Native/Cargo.toml b/src/Native/Cargo.toml index 300a0e9..a8ec4c7 100644 --- a/src/Native/Cargo.toml +++ b/src/Native/Cargo.toml @@ -11,5 +11,5 @@ crate-type = ['cdylib'] bulletproofs = { git = "https://github.com/zkcrypto/bulletproofs" } curve25519-dalek = { version = "4.1.2", features = ["digest", "rand_core"] } merlin = "3.0.0" -rand = "0.8.5" +rand = "0.9.0" sha3 = "0.10.8"