From 75e9538e4c9886644ec7eef41c6bf21bc0734d28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:33:04 +0100 Subject: [PATCH] fix(deps): update rust crate rand to 0.9 (#308) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28b2ccb..6ceb412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ lazy_static = "1.4" http = "1.1" async-trait = "0.1" bytes = "1" -rand = "0.8" +rand = "0.9" async-recursion = "1.0" mime = "0.3" mime_guess = "2"