Update rand and sha

This commit is contained in:
red binder 2026-04-29 10:42:09 +02:00
commit 8940b099e9
4 changed files with 42 additions and 13 deletions

View file

@ -45,7 +45,7 @@ juniper_rocket = "0.10.0"
prost = "0.13.4"
lettre = "0.11.15"
rand = "0.8.5"
rand = { version = "0.10.0", features = ["std"] }
reqwest = "0.12.12"
binrw = "0.15.1"
ecdsa = { version = "0.16.9", features = ["pem", "std", "verifying"] }
@ -55,4 +55,4 @@ k256 = "0.13.4"
dsa = "0.6.3"
openssl = "0.10.78"
time = "0.3.47"
hickory-resolver = { version = "0.24", features = ["tokio-runtime"] }
hickory-resolver = { version = "0.24", features = ["tokio-runtime"] }