diff --git a/Cargo.toml b/Cargo.toml index 4c13a6d..643cc18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["web-programming::http-client", "web-programming::websocket"] [dependencies] async-std = { version = "1.10.0", features = ["attributes"] } async-trait = "0.1.51" -async-tungstenite = "0.19.0" +async-tungstenite = "0.22.0" futures-util = "0.3.17" log = "0.4.14" rustls = "0.19.1"