From b86e6d5369b9b6e23b2939cd25ae44ced78de577 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Mon, 15 Jun 2020 10:33:44 +0200 Subject: [PATCH] bump tungstenite to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71368f9..b0787ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project = "0.4" [dependencies.tungstenite] -version = "0.10.0" +version = "0.11.0" default-features = false [dependencies.async-std]