tokio-test not necessary

This commit is contained in:
Christian Schwarz
2024-04-08 14:26:22 +00:00
parent c38b3e6ad6
commit d8a926618e
2 changed files with 0 additions and 15 deletions

14
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"