From 8902fc4eb6440fd4bc91034a1625f45325a2aa50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:22:55 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.8.5 --- app/roster/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/roster/Cargo.toml b/app/roster/Cargo.toml index 6fe0f0d..d7a4d10 100644 --- a/app/roster/Cargo.toml +++ b/app/roster/Cargo.toml @@ -44,7 +44,7 @@ scc = "2" sharded-thread = "1" serde.workspace = true thiserror = "1" -rand = "0.8" +rand = "0.8.5" zstd = "0.13" # Logging @@ -61,7 +61,7 @@ chrono = "0.4.34" criterion = { version = "0.5", features = ["async", "html_reports"] } pprof = { version = "0.13", features = ["flamegraph", "criterion"] } insta.workspace = true -rand = "0.8" +rand = "0.8.5" redis-async = "0.17" regex = "1" tokio = { version = "1.36", features = [