From c1311c8779a27e136d9b7789e1bbe77a6791f92a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:26:19 +0000 Subject: [PATCH] Update Rust crate fastrand to v2 --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 0af133df..1e3e117d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1" bytes = {version = "1", features = ["serde"]} chrono = "0.4" clap = {version = "4.4", features = ["derive", "unicode", "env"]} -fastrand = "1.9.0" +fastrand = "2.0.1" hyper = {version = "0.14", features = ["full"]} lazy_static = "1.4" log = "0.4"