From d14b9d1901c901074551cfc9eebc6424fb7158a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:14:10 +0000 Subject: [PATCH] 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 0a39c5c..60a31c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/batmac/generand" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "0.8.5" +rand = "0.9.3" clap = { version = "3.2.25", features = ["derive"], optional = true } terminal_size = { version = "0.4.0", optional = true }