From 3e358dafd1b82e6423039e244e4b4c2d40b6cc18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 01:02:44 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.21 to 0.2.22 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.21 to 0.2.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.21...tracing-subscriber-0.2.22) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- zebra-consensus/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64f8dcbc..0ddc813a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3173,7 +3173,7 @@ dependencies = [ "serde_json", "strip-ansi-escapes", "tracing", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", ] [[package]] @@ -3862,7 +3862,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4d7c0b83d4a500748fa5879461652b361edf5c9d51ede2a2ac03875ca185e24" dependencies = [ "tracing", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", ] [[package]] @@ -3873,7 +3873,7 @@ checksum = "bd520fe41c667b437952383f3a1ec14f1fa45d653f719a77eedd6e6a02d8fa54" dependencies = [ "lazy_static", "tracing", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", ] [[package]] @@ -3893,7 +3893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fe1f0ed2b7a5fcb6da2bc9e783587d9a0c8b9535e50224afe04e543eae8a2d6" dependencies = [ "tracing-core", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", ] [[package]] @@ -3936,9 +3936,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d29c0f56bcd17117430bc60fd10624b419ab8a3b5c358796a31e9a37a83a65" +checksum = "62af966210b88ad5776ee3ba12d5f35b8d6a2b2a12168f3080cf02b814d7376b" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -4578,7 +4578,7 @@ dependencies = [ "tracing", "tracing-error", "tracing-futures", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", "wagyu-zcash-parameters", "zebra-chain", "zebra-script", @@ -4689,7 +4689,7 @@ dependencies = [ "tower", "tracing", "tracing-error", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", ] [[package]] @@ -4701,7 +4701,7 @@ dependencies = [ "serde_json", "structopt", "tracing-error", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", "zebra-chain", "zebra-consensus", "zebra-state", @@ -4741,7 +4741,7 @@ dependencies = [ "tracing-flame", "tracing-futures", "tracing-journald", - "tracing-subscriber 0.2.21", + "tracing-subscriber 0.2.22", "vergen", "zebra-chain", "zebra-consensus", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 2eeb1943..eb09cb07 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -39,7 +39,7 @@ rand07 = { package = "rand", version = "0.7" } spandoc = "0.2" tokio = { version = "0.3.6", features = ["full"] } tracing-error = "0.1.2" -tracing-subscriber = "0.2.21" +tracing-subscriber = "0.2.22" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-state = { path = "../zebra-state", features = ["proptest-impl"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 1cdadc5f..bcea9bea 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -25,7 +25,7 @@ pretty_assertions = "0.7.2" spandoc = "0.2.0" thiserror = "1.0.29" tracing = "0.1.27" -tracing-subscriber = "0.2.21" +tracing-subscriber = "0.2.22" tracing-error = "0.1.2" [dev-dependencies] diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index c999f2fb..331ca4a4 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -13,7 +13,7 @@ color-eyre = "0.5.11" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] } -tracing-subscriber = { version = "0.2.21", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.22", features = ["tracing-log"] } zebra-chain = { path = "../zebra-chain" } zebra-consensus = { path = "../zebra-consensus" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c192dc50..a634d53f 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -34,7 +34,7 @@ tracing = "0.1" tracing-futures = "0.2" tracing-flame = "0.1.0" tracing-journald = "0.1.0" -tracing-subscriber = { version = "0.2.21", features = ["tracing-log"] } +tracing-subscriber = { version = "0.2.22", features = ["tracing-log"] } tracing-error = "0.1.2" metrics = "0.13.0-alpha.8" metrics-exporter-prometheus = "0.1.0-alpha.7"