remove unused deps

This commit is contained in:
nora 2022-02-26 23:26:43 +01:00
parent de027d9f5a
commit 439696cf3f
4 changed files with 0 additions and 8 deletions

View file

@ -1,6 +1,2 @@
[alias] [alias]
xtask = "run --package xtask --" xtask = "run --package xtask --"
[build]
# note: if this doesn't apply, update your global rustflags in "~/.cargo/config.toml"
rustflags = ["--cfg", "tokio_unstable"]

2
Cargo.lock generated
View file

@ -55,7 +55,6 @@ dependencies = [
"parking_lot", "parking_lot",
"tokio", "tokio",
"tracing", "tracing",
"uuid",
] ]
[[package]] [[package]]
@ -75,7 +74,6 @@ dependencies = [
"thiserror", "thiserror",
"tokio", "tokio",
"tracing", "tracing",
"uuid",
] ]
[[package]] [[package]]

View file

@ -10,4 +10,3 @@ amqp_core = { path = "../amqp_core" }
parking_lot = "0.12.0" parking_lot = "0.12.0"
tracing = "0.1.31" tracing = "0.1.31"
tokio = { version = "1.17.0", features = ["full"] } tokio = { version = "1.17.0", features = ["full"] }
uuid = "0.8.2"

View file

@ -18,7 +18,6 @@ smallvec = { version = "1.8.0", features = ["union"] }
thiserror = "1.0.30" thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["full"] } tokio = { version = "1.16.1", features = ["full"] }
tracing = "0.1.30" tracing = "0.1.30"
uuid = "0.8.2"
[features] [features]