chore(deps): update rust crate rand_core to 0.9.0

pull/2366/head
renovate[bot] 6 months ago committed by GitHub
parent d5fb5337a0
commit ca2aa3d5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@ hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }
rust-argon2 = { version = "2", optional = true }
rand_chacha = { version = "0.3.1", optional = true }
rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }
rand_core = { version = "0.9.0", features = ["getrandom"], optional = true }
[dev-dependencies]
rand = "0.8"

Loading…
Cancel
Save