From 665cb3108b93633aba07045b32270be056cbb061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:09:53 +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 79c66361..97cd95d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,4 +104,4 @@ tokio-stream = "0.1" tokio-tungstenite = "0.29" tonic = { version = "0.14", default-features = false, features = ["router", "transport", "codegen"] } rsa = "0.9" -rand = "0.8" +rand = "0.10"