From 5afa24588a9fb947e77bb9b6c9158e500782a348 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 19 Aug 2020 14:38:47 +1000 Subject: [PATCH] fix: Remove unused dependencies --- Cargo.lock | 3 --- zebra-network/Cargo.toml | 1 - zebra-state/Cargo.toml | 2 -- zebra-utils/Cargo.toml | 1 - 4 files changed, 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 623c0da9..7a1e5382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3126,7 +3126,6 @@ dependencies = [ "tracing-error", "tracing-futures", "zebra-chain", - "zebra-consensus", "zebra-test", ] @@ -3166,7 +3165,6 @@ dependencies = [ "tower", "tracing", "tracing-error", - "tracing-futures", "zebra-chain", "zebra-test", ] @@ -3194,7 +3192,6 @@ dependencies = [ name = "zebra-utils" version = "3.0.0-alpha.0" dependencies = [ - "abscissa_core", "color-eyre", "hex", "serde_json", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 5dfa380f..5ab801a8 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -33,7 +33,6 @@ tracing-futures = "0.2" tracing-error = { version = "0.1.2", features = ["traced-error"] } zebra-chain = { path = "../zebra-chain" } -zebra-consensus = { path = "../zebra-consensus" } [dev-dependencies] proptest = "0.10" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 878c91a3..091a8303 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -20,7 +20,6 @@ sled = "0.34.2" futures = "0.3.5" tower = "0.3.1" tracing = "0.1" -tracing-futures = "0.2" tracing-error = "0.1.2" thiserror = "1.0.20" @@ -29,6 +28,5 @@ zebra-test = { path = "../zebra-test/" } once_cell = "1.4" spandoc = "0.2" -tracing-futures = "0.2.4" tempdir = "0.3.7" tokio = { version = "0.2.22", features = ["full"] } diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 2ee5e536..8dc1e9f7 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -8,7 +8,6 @@ edition = "2018" publish = false [dependencies] -abscissa_core = "0.5" structopt = "0.3.16" color-eyre = "0.5.1" hex = "0.4"