diff --git a/Cargo.lock b/Cargo.lock index 4026ec0f3..395460347 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2164,9 +2164,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d53c40489aa69c9aed21ff483f26886ca8403df33bdc2d2f87c60c1617826d2" +checksum = "04a11b459109e38ff6e1b580bafef4142a11d44889f5d07424cbce2fd2a2a119" dependencies = [ "ansi_term", "chrono", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 59753c217..96110514e 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -19,6 +19,6 @@ ed25519-zebra = "0.4" rand = "0.7" tokio = { version = "0.2", features = ["full"]} tracing-error = "0.1.2" -tracing-subscriber = "0.2.5" +tracing-subscriber = "0.2.6" tracing = "0.1.15" color-eyre = "0.3.4" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 60253f430..157787685 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -21,4 +21,4 @@ spandoc = { git = "https://github.com/yaahc/spandoc.git" } tokio = { version = "0.2.21", features = ["full"] } tracing = "0.1.15" tracing-error = "0.1.2" -tracing-subscriber = "0.2.5" +tracing-subscriber = "0.2.6" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 2ca6ee788..a30441d77 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -26,5 +26,5 @@ spandoc = { git = "https://github.com/yaahc/spandoc.git" } tracing = "0.1.15" tracing-futures = "0.2.4" tracing-error = "0.1.2" -tracing-subscriber = "0.2.5" +tracing-subscriber = "0.2.6" tempdir = "0.3.7" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 6602fe356..9b33ee33a 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -33,7 +33,7 @@ zebra-network = { path = "../zebra-network" } eyre = "0.4.3" color-eyre = "0.3.4" zebra-state = { path = "../zebra-state" } -tracing-subscriber = { version = "0.2.5", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.6", features = ["tracing-log"] } tracing-error = "0.1.2" [dev-dependencies]