From d8a926618effd2811e393d4fa0a41bd5f18586fb Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Mon, 8 Apr 2024 14:26:22 +0000 Subject: [PATCH] tokio-test not necessary --- Cargo.lock | 14 -------------- libs/utils/Cargo.toml | 1 - 2 files changed, 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1050b6017a..dae406e4ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6104,19 +6104,6 @@ dependencies = [ "xattr", ] -[[package]] -name = "tokio-test" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" -dependencies = [ - "async-stream", - "bytes", - "futures-core", - "tokio", - "tokio-stream", -] - [[package]] name = "tokio-tungstenite" version = "0.20.0" @@ -6608,7 +6595,6 @@ dependencies = [ "tokio", "tokio-stream", "tokio-tar", - "tokio-test", "tokio-util", "tracing", "tracing-error", diff --git a/libs/utils/Cargo.toml b/libs/utils/Cargo.toml index b3b50461da..c2d9d9d396 100644 --- a/libs/utils/Cargo.toml +++ b/libs/utils/Cargo.toml @@ -70,7 +70,6 @@ criterion.workspace = true hex-literal.workspace = true camino-tempfile.workspace = true serde_assert.workspace = true -tokio-test.workspace = true [[bench]] name = "benchmarks"