From f301de41fa27061a55a60072c921b189e491e4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:01:42 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.5 to 0.2.6 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber/-0.2.5...tracing-subscriber-0.2.6) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4026ec0f..39546034 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 59753c21..96110514 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 60253f43..15778768 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 2ca6ee78..a30441d7 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 6602fe35..9b33ee33 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]