From 36f147ef8fef52f582032fa261706ee4171110ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:06:38 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fdb0fe..bc305b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ metrics = "0.22" quinn = "0.11" rustls = "0.23" ed25519-dalek = "2.1" -rand = "0.8" +rand = "0.9" rcgen = "0.13" url = "2.5" base64 = "0.22"