From cbd96f7d4d769343999c29657d99996c7e1da2f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:11:44 +0000 Subject: [PATCH] fix(deps): 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 805044a3..62770e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_derive = "1.0.195" actix-cors = "0.6.4" tracing-actix-web = "0.7.7" regex = "1.10.2" -rand = "0.8.5" +rand = "0.10.0" ssh-key = { version = "0.6", features = ["ed25519", "rand_core"] } russh = "0.44" russh-keys = "0.44"