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"