diff --git a/Cargo.toml b/Cargo.toml index b265599..5196177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ http = "0.2.0" hyper = { version = "0.14.15", features = ["client", "http1", "server", "tcp"] } hyper-rustls = { version = "0.24.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true } hyper-tls = { version = "0.5.0", optional = true } -hyper-tungstenite = "0.11.1" +hyper-tungstenite = "0.12.0" moka = { version = "0.12.0", features = ["future"], optional = true } openssl = { version = "0.10.39", optional = true } rand = { version = "0.8.0", optional = true }