From e9ce3d5a319a180dbe2559eb029863f28077ee37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:49:23 +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 bdb0643..4194a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ bzip2 = "0.5.1" flate2 = "1.1.0" log = "0.4.26" log4rs = "1.3.0" -rand = "0.9.0" +rand = "0.10.0" rc4 = "0.1.0" reqwest = "0.12.12" rsa = "0.9.7"