Update Rust crate rand to 0.10
Some checks failed
Build and Test / rust-boss (push) Failing after 8m16s

This commit is contained in:
Spacebot 2026-05-13 07:16:25 +00:00
commit 8b636cd235

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