Update Rust crate tokio-tungstenite to 0.18.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-11-29 00:37:56 +00:00
parent 79cb4ff469
commit 9920c63b8b
2 changed files with 6 additions and 17 deletions

View File

@ -19,7 +19,7 @@ webpki = "0.22.0"
x509-parser = "0.14.0"
pem = "1.1.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
tokio-tungstenite = { version = "0.17.2", features = ["__rustls-tls", "rustls-tls-native-roots"] }
tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
urlencoding = "2.1.2"
hyper-rustls = { version = "0.23.1", features = ["rustls-native-certs"] }
bytes = "1.2.1"