mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate rand to 0.9
This commit is contained in:
parent
942091d3ae
commit
0e58523acf
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue