diff --git a/Cargo.toml b/Cargo.toml index 76e4aba..9a19377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = "0.3.4" futures-util = "0.3.4" thiserror = "1.0" bytes = "1.0" -rand = "0.8" +rand = "0.9" sha-1 = "0.10" base64 = "0.22" httparse = "1.4.1"