From ac860bc99aefedb07da3a649bfd2b9b0f7141acb Mon Sep 17 00:00:00 2001 From: andrea Date: Wed, 21 May 2025 12:39:23 +0000 Subject: [PATCH] Revert "Merge branch 'renovate/rand-0.x' into 'main'" This reverts merge request !21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abf70ae..9b6c6a8 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.9.0" +rand = "0.8.5" reqwest = "0.12.12"