From b29e101dff5a4ecf923029159a6f90c600b21b46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:42:46 +0000 Subject: [PATCH] build(deps): Update Rust crate rand to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9482ee6..89d90b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ libc = "0.2" nix = { version = "0.31", features = ["resource"] } notify-rust = "4.11" aes-gcm = "0.10" -rand = "0.8" +rand = "0.10" ctrlc = "3.4" zeroize = { version = "1.8", features = ["zeroize_derive"] } hex = "0.4"