From 1be994d2a38d1eea71fc9323e1aee5810ebce430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:32:28 +0000 Subject: [PATCH] build(deps): Update Rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce643e2..33a71e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ libc = "0.2" nix = { version = "0.30", features = ["resource"] } notify-rust = "4.11" aes-gcm = "0.10" -rand = "0.8" +rand = "0.9" ctrlc = "3.4" zeroize = { version = "1.8", features = ["zeroize_derive"] } hex = "0.4"