From e1ef88d0e3590cdd28b876dd8c4581db7d9d959e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 12 Aug 2021 08:30:10 +0300 Subject: [PATCH] Update to tungstenite 0.14 and env_logger 0.9 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b81bd6..4a8380b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project-lite = "0.2" [dependencies.tungstenite] -version = "0.13.0" +version = "0.14.0" default-features = false [dependencies.async-std] @@ -101,7 +101,7 @@ version = "0.14" [dev-dependencies] futures = "0.3" url = "2.0.0" -env_logger = "0.8" +env_logger = "0.9" async-std = { version = "1.0", features = ["attributes", "unstable"] } tokio = { version = "1.0", features = ["full"] }