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

This commit is contained in:
2023-07-23 00:33:16 +00:00
parent c58c782219
commit bf4aaada69
3 changed files with 6 additions and 7 deletions

View File

@ -24,7 +24,7 @@ num = "0.4.1"
num-traits = "0.2.16"
num-derive = "0.4.0"
textwrap = "0.16.0"
tokio-tungstenite = { version = "0.19.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
tokio-tungstenite = { version = "0.20.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
serde_urlencoded = "0.7.1"
futures = "0.3.23"
serde_json = "1.0.103"