diff --git a/Cargo.toml b/Cargo.toml index 2495a3c..754b8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1" async-dup = "1" async-h1 = "2" async-native-tls = "0.4" -async-tungstenite = { version = "0.17", features = ["async-native-tls"] } +async-tungstenite = { version = "0.19", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3" futures = "0.3"