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

This commit is contained in:
Spacebot 2026-05-02 19:46:43 +00:00
commit e06e18ab6c

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"] }