Skip to content

Commit

Permalink
Update Rust crate rand_core to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2025
1 parent 799c1c8 commit 65296e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
libc = "=0.2.138"
digest = "=0.10.6"
rand_core = { version = "=0.6.4", default-features = false }
rand_core = { version = "=0.9.1", default-features = false }

external = { path = "../external" }
smartlist = { path = "../smartlist" }
Expand Down

0 comments on commit 65296e6

Please sign in to comment.