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

@ -30,6 +30,6 @@ semver = "1.0.19"
[dev-dependencies]
#reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] }
tokio-tungstenite = "0.20.0"
tokio-tungstenite = "0.20.1"
serde_urlencoded = "0.7.1"
futures = "0.3.23"