diff --git a/Cargo.toml b/Cargo.toml index 5d426c0d..ec888e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tower-service = "0.3" tokio-tungstenite = { version = "0.21", optional = true } percent-encoding = "2.1" pin-project = "1.0" -tokio-rustls = { version = "0.25", optional = true } +tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "tls12", "ring"], optional = true } rustls-pemfile = { version = "2.0", optional = true } [dev-dependencies]