Skip to content

Commit

Permalink
Deps: Update async-tungstenite -> 0.13 (#50)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
FelixMcFelix authored Mar 23, 2021
1 parent db79940 commit f230b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f230b41

Please sign in to comment.