From d2e95247fd1f0e6f0a6f41e1327000ce5ed03f03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:12:14 +0000 Subject: [PATCH] chore(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 d187188c..68bb3291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,4 +110,4 @@ tokio-stream = "0.1" tokio-tungstenite = "0.30" tonic = { version = "0.14", default-features = false, features = ["router", "transport", "codegen"] } rsa = "0.9" -rand = "0.8" +rand = "0.10"