From 1da78b3f732d7a1ed39924c5a91d2102143f7094 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 21 May 2025 11:40:26 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b6c6a8..abf70ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ juniper_rocket = "0.9.0" tonic = "0.12.3" prost = "0.13.4" lettre = "0.11.15" -rand = "0.8.5" +rand = "0.9.0" reqwest = "0.12.12"