diff --git a/Cargo.toml b/Cargo.toml index daebfa9..7d1d7e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_derive = "1.0.195" actix-cors = "0.6.4" tracing-actix-web = "0.7.7" regex = "1.10.2" -rand = "0.8.5" +rand = "0.9.0" futures-util = "0.3.29" futures = "0.3.29" tokio-stream = "0.1.14"