Update Rust crate rand to 0.10.0 #29

Closed
spacebot wants to merge 1 commit from renovate/rand-0.x into main
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -34,7 +34,7 @@ dependencies = [
"p256",
"prost",
"quick-xml",
"rand 0.8.5",
"rand 0.10.1",
"reqwest",
"rocket",
"rocket_cors",

View file

@ -45,7 +45,7 @@ juniper_rocket = "0.10.0"
prost = "0.14.0"
lettre = "0.11.15"
rand = "0.8.5"
rand = "0.10.0"
reqwest = "0.13.0"
binrw = "0.15.1"
ecdsa = { version = "0.16.9", features = ["pem", "std", "verifying"] }