From 529e5efc2d483f033ddf8dc9d12f1caa1bc8dad1 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 27 Jul 2026 03:11:18 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5cc9b8..177bbe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tokio-socks = "0.5.1" tokio-rustls = "0.25.0" tokio-native-tls = "0.3.1" native-tls = "0.2.11" -rand = "0.8.5" +rand = "0.10.0" toml = "0.8.10" base64 = "0.22.0" regex = "1.10.3"