From a1d02c26066b25909910f26059b17a9b9bcb514a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 09:02:38 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.6 to 0.2.7 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.6...tracing-subscriber-0.2.7) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zebra-consensus/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58c0c9210..353b4e3ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2169,9 +2169,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04a11b459109e38ff6e1b580bafef4142a11d44889f5d07424cbce2fd2a2a119" +checksum = "c72c8cf3ec4ed69fef614d011a5ae4274537a8a8c59133558029bd731eb71659" dependencies = [ "ansi_term", "chrono", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 691c2725a..c6129b70a 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -21,5 +21,5 @@ tokio = { version = "0.2.21", features = ["full"] } tracing = "0.1.15" tracing-error = "0.1.2" tracing-futures = "0.2" -tracing-subscriber = "0.2.6" +tracing-subscriber = "0.2.7" color-eyre = "0.5" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index a8f0b7a79..aeb340afe 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -14,7 +14,7 @@ tower = "0.3.1" futures = "0.3.5" color-eyre = "0.5" tracing = "0.1.15" -tracing-subscriber = "0.2.6" +tracing-subscriber = "0.2.7" tracing-error = "0.1.2" [dev-dependencies] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 590a43677..899326056 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -31,7 +31,7 @@ metrics = "0.12" zebra-chain = { path = "../zebra-chain" } zebra-network = { path = "../zebra-network" } zebra-state = { path = "../zebra-state" } -tracing-subscriber = { version = "0.2.6", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.7", features = ["tracing-log"] } tracing-error = "0.1.2" color-eyre = "0.5" zebra-consensus = { path = "../zebra-consensus/" }