From 52624d4664f4d31f219f7b8ad9a8eb0cca79993b Mon Sep 17 00:00:00 2001 From: noplife Date: Wed, 29 Jul 2026 02:56:36 +0000 Subject: [PATCH] fix(security): Update Rust crate rand to 0.9.3 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5468335..611a72d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ flate2 = "1.0.35" regex = "1.11.1" elliptic-curve = "0.13.8" rand_core = "0.10.0" -rand = "0.9.0" +rand = "0.9.3" k256 = { version = "0.13.3", features = ["ecdh"] } aes-gcm = "0.10.3" base64 = "0.22.1"