From cba7df5fd1d6d258b001657fc9b8e380ff41cf9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:59:24 +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 724c077..a241593 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"] } futures-util = "0.3.29" futures = "0.3.29"