From 34669be54117d142bb1dd51bfc8af88721957cc2 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 18 Oct 2021 22:00:14 -0400 Subject: [PATCH] undo tokio-tungstenite upgrade --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index b835cc7cb9a6d..751e27b1d4127 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -27,7 +27,7 @@ serde_json = "1.0.65" tempfile = "3.2.0" tokio = { version = "1.10.1", features = ["full"] } tokio-rustls = "0.23" -tokio-tungstenite = "0.15" +tokio-tungstenite = "0.14.0" [target.'cfg(unix)'.dependencies] pty = "0.2.2"