From d178e089861bacf4e9b03f1af13d805029d8c77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 15:02:29 +0000 Subject: [PATCH] Bump tracing from 0.1.27 to 0.1.28 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.27...tracing-0.1.28) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 4 ++-- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 884e9fefb..f0a9009d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3824,9 +3824,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e" +checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" dependencies = [ "cfg-if 1.0.0", "log", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 0cbd287d7..b11de5799 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -11,7 +11,7 @@ futures-core = "0.3.13" pin-project = "1.0.7" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] } tower = { version = "0.4", features = ["util", "buffer"] } -tracing = "0.1.27" +tracing = "0.1.28" tracing-futures = "0.2.5" [dev-dependencies] @@ -22,7 +22,7 @@ tokio = { version = "0.3.6", features = ["full"]} tokio-test = "0.4.2" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" -tracing = "0.1.27" +tracing = "0.1.28" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index bc3261f52..e5e74080d 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -67,7 +67,7 @@ color-eyre = "0.5.11" criterion = { version = "0.3", features = ["html_reports"] } itertools = "0.10.1" spandoc = "0.2" -tracing = "0.1.27" +tracing = "0.1.28" proptest = "0.10" proptest-derive = "0.3" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index eb09cb07b..fbf3afbca 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -23,7 +23,7 @@ metrics = "0.13.0-alpha.8" thiserror = "1.0.29" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } -tracing = "0.1.27" +tracing = "0.1.28" tracing-futures = "0.2.5" tower-fallback = { path = "../tower-fallback/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index bcea9beaf..18eaa7c17 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -24,7 +24,7 @@ owo-colors = "2.0.0" pretty_assertions = "0.7.2" spandoc = "0.2.0" thiserror = "1.0.29" -tracing = "0.1.27" +tracing = "0.1.28" tracing-subscriber = "0.2.22" tracing-error = "0.1.2"