summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-24 05:56:55 +0200
committerGitHub <noreply@github.com>2023-04-23 23:56:55 -0400
commit28e2c7204fe02304a8fc3339d7758eec0f64f723 (patch)
tree1c686617524f14d4d05b2ee76992da9e39d98da1 /test_util/Cargo.toml
parentea0694bbfd6368d30cb8eaa3dd87f739eb60f8d2 (diff)
chore: remove tokio-tungstenite dependency (#18814)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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]