Update Rust crate rand to 0.10

This commit is contained in:
Spacebot 2026-04-28 15:03:33 +00:00
commit cf9fd053c0

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