Skip to content

Commit e9a9425

Browse files
Update Rust crate rand to 0.9.0
1 parent 479ae70 commit e9a9425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ crate-type = ['cdylib']
1111
bulletproofs = { git = "https://github.com/zkcrypto/bulletproofs" }
1212
curve25519-dalek = { version = "4.1.2", features = ["digest", "rand_core"] }
1313
merlin = "3.0.0"
14-
rand = "0.8.5"
14+
rand = "0.9.0"
1515
sha3 = "0.10.8"

0 commit comments

Comments
 (0)