diff --git a/Cargo.lock b/Cargo.lock index 0bbdd326..7404160b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1791,7 +1791,6 @@ dependencies = [ "tracing", "tracing-futures", "tracing-log", - "tracing-subscriber", "zebra-chain", "zebra-network", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 52ac0737..f97278fd 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -19,7 +19,6 @@ futures = "0.3" tracing = "0.1" tracing-futures = "0.2" -tracing-subscriber = "0.1" tracing-log = "0.1" hyper = "0.13.2"