diff --git a/Cargo.toml b/Cargo.toml index 506c714..4c54574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ http-body-util = "0.1.0" hyper = "1.1.0" hyper-rustls = { version = "0.27.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true } hyper-tls = { version = "0.6.0", optional = true } -hyper-tungstenite = "0.15.0" +hyper-tungstenite = "0.16.0" hyper-util = { version="0.1.3", features = ["client-legacy", "server", "http1"] } moka = { version = "0.12.0", features = ["future"], optional = true } openssl = { version = "0.10.46", optional = true } @@ -38,7 +38,7 @@ tokio = { version = "1.24.2", features = ["macros", "rt"] } tokio-graceful = "0.2.0" tokio-native-tls = { version = "0.3.1", optional = true } tokio-rustls = { version = "0.26.0", features = ["logging", "tls12"] } -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.26.0" tokio-util = { version = "0.7.1", features = ["io"], optional = true } tracing = { version = "0.1.35", features = ["log"] }