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

This commit is contained in:
2023-09-24 00:08:20 +00:00
parent 92a4f8b2f7
commit df09e7ff8d
3 changed files with 8 additions and 8 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.20.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
tokio-tungstenite = { version = "0.20.1", features = ["__rustls-tls", "rustls-tls-native-roots"] }
serde_urlencoded = "0.7.1"
futures = "0.3.23"
serde_json = "1.0.105"