diff --git a/Cargo.toml b/Cargo.toml index 8943434..7040718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ futures-lite = "1.11.0" anyhow = "1" async-dup = "1" async-h1 = "2" -async-native-tls = "0.4" +async-native-tls = "0.5" async-tungstenite = { version = "0.20", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3"