chore(deps): update rust crate rand_chacha to 0.9.0

pull/2370/head
renovate[bot] 6 months ago committed by GitHub
parent 4467c78193
commit 27ad2a75bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ zeroize = { version = "1", features = ["zeroize_derive"] }
# kdf dependencies
rust-argon2 = { version = "1", optional = true }
rand_chacha = { version = "0.3.1", optional = true }
rand_chacha = { version = "0.9.0", optional = true }
rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }
[dev-dependencies]

Loading…
Cancel
Save