From 28e2c7204fe02304a8fc3339d7758eec0f64f723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 24 Apr 2023 05:56:55 +0200 Subject: chore: remove tokio-tungstenite dependency (#18814) --- test_util/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'test_util') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 593491311..115eea326 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -41,7 +41,6 @@ tar.workspace = true tempfile.workspace = true tokio.workspace = true tokio-rustls.workspace = true -tokio-tungstenite = { workspace = true, features = ["rustls-tls-webpki-roots"] } url.workspace = true [target.'cfg(unix)'.dependencies] -- cgit v1.2.3