chore(deps): update rust crate rand to 0.9

This commit is contained in:
renovate[bot] 2025-02-25 12:24:45 +00:00 committed by GitHub
parent 942091d3ae
commit 0e58523acf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ p256 = "0.13.2"
pe-sign = "0.1.10"
pgp = "0.15"
pkcs8 = { version = "0.10" }
rand = { version = "0.8", features = ["std", "std_rng"] }
rand = { version = "0.9", features = ["std", "std_rng"] }
reqwest = { version = "0.12", features = ["json"] }
rsa = { version = "0.9.6", features = ["sha2", "pem"] }
rustls = { version = "0.23.20" }