fix: Remove unused dependencies

This commit is contained in:
teor 2020-08-19 14:38:47 +10:00 committed by Deirdre Connolly
parent d349f2bbc2
commit 5afa24588a
4 changed files with 0 additions and 7 deletions

3
Cargo.lock generated
View File

@ -3126,7 +3126,6 @@ dependencies = [
"tracing-error", "tracing-error",
"tracing-futures", "tracing-futures",
"zebra-chain", "zebra-chain",
"zebra-consensus",
"zebra-test", "zebra-test",
] ]
@ -3166,7 +3165,6 @@ dependencies = [
"tower", "tower",
"tracing", "tracing",
"tracing-error", "tracing-error",
"tracing-futures",
"zebra-chain", "zebra-chain",
"zebra-test", "zebra-test",
] ]
@ -3194,7 +3192,6 @@ dependencies = [
name = "zebra-utils" name = "zebra-utils"
version = "3.0.0-alpha.0" version = "3.0.0-alpha.0"
dependencies = [ dependencies = [
"abscissa_core",
"color-eyre", "color-eyre",
"hex", "hex",
"serde_json", "serde_json",

View File

@ -33,7 +33,6 @@ tracing-futures = "0.2"
tracing-error = { version = "0.1.2", features = ["traced-error"] } tracing-error = { version = "0.1.2", features = ["traced-error"] }
zebra-chain = { path = "../zebra-chain" } zebra-chain = { path = "../zebra-chain" }
zebra-consensus = { path = "../zebra-consensus" }
[dev-dependencies] [dev-dependencies]
proptest = "0.10" proptest = "0.10"

View File

@ -20,7 +20,6 @@ sled = "0.34.2"
futures = "0.3.5" futures = "0.3.5"
tower = "0.3.1" tower = "0.3.1"
tracing = "0.1" tracing = "0.1"
tracing-futures = "0.2"
tracing-error = "0.1.2" tracing-error = "0.1.2"
thiserror = "1.0.20" thiserror = "1.0.20"
@ -29,6 +28,5 @@ zebra-test = { path = "../zebra-test/" }
once_cell = "1.4" once_cell = "1.4"
spandoc = "0.2" spandoc = "0.2"
tracing-futures = "0.2.4"
tempdir = "0.3.7" tempdir = "0.3.7"
tokio = { version = "0.2.22", features = ["full"] } tokio = { version = "0.2.22", features = ["full"] }

View File

@ -8,7 +8,6 @@ edition = "2018"
publish = false publish = false
[dependencies] [dependencies]
abscissa_core = "0.5"
structopt = "0.3.16" structopt = "0.3.16"
color-eyre = "0.5.1" color-eyre = "0.5.1"
hex = "0.4" hex = "0.4"