From cf9fd053c04119e93d3930f0075d846df288933d Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Apr 2026 15:03:33 +0000 Subject: [PATCH] Update Rust crate rand to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c0be67..5fbd5a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }