Update Rust crate rand to 0.10 #9

Open
spacebot wants to merge 1 commit from renovate/rand-0.x into main
Showing only changes of commit e06e18ab6c - Show all commits

Update Rust crate rand to 0.10
Some checks failed
Build and Test / cache-mii (pull_request) Failing after 17s
Build and Test / cache-mii (push) Failing after 17s

Spacebot 2026-05-02 19:46:43 +00:00

View file

@ -20,7 +20,7 @@ aes = "0.8"
ctr = "0.9"
hmac = "0.12"
md-5 = "0.10"
rand = "0.8"
rand = "0.10"
anyhow = "1.0"
base64 = "0.21"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }