From f230b41110e34dc8b46b19a118186f9e90e15dd2 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Tue, 23 Mar 2021 08:22:38 +0000 Subject: [PATCH] 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`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ba8b9c..c262a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"