From 068228cb454d14a6f5943061a5a6569b9e395e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 22 Apr 2023 11:17:31 +0200 Subject: refactor: rewrite tests to "fastwebsockets" crate (#18781) Migrating off of `tokio-tungstenite` crate. --------- Co-authored-by: Divy Srivastava --- test_util/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index cb1ea46cc..593491311 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -19,6 +19,7 @@ async-stream = "0.3.3" atty.workspace = true base64.workspace = true console_static_text.workspace = true +fastwebsockets = { workspace = true, features = ["upgrade"] } flate2.workspace = true futures.workspace = true hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] } @@ -40,7 +41,7 @@ tar.workspace = true tempfile.workspace = true tokio.workspace = true tokio-rustls.workspace = true -tokio-tungstenite.workspace = true +tokio-tungstenite = { workspace = true, features = ["rustls-tls-webpki-roots"] } url.workspace = true [target.'cfg(unix)'.dependencies] -- cgit v1.2.3