Deps: Update async-tungstenite -> 0.13 (#50)

Updates to the latest async-tungstenite version. This was tested by `cargo make ready` and by testing driver/gateway function via `examples/serenity/voice_storage`.
This commit is contained in:
Kyle Simpson
2021-03-23 08:22:38 +00:00
committed by GitHub
parent db7994087a
commit f230b41110

View File

@@ -26,7 +26,7 @@ version = "0.1"
default-features = false
features = ["tokio-runtime"]
optional = true
version = "0.12"
version = "0.13"
[dependencies.async-tungstenite-compat]
package = "async-tungstenite"