diff --git a/Cargo.toml b/Cargo.toml index 12c24fb..69a464c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"] tokio-util = { version = "0.7.18", features = ["io"] } url = "2.5.8" rustls = { version = "0.23", features = ["ring"] } -md5 = "0.7" +md5 = "0.8" rand = "0.10.0"