From e832f70c2c472a9730aa25df425c428117ae86eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 15:00:25 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.21 to 0.1.22 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.21...tracing-0.1.22) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- tower-batch/Cargo.toml | 4 ++-- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ea5cdd2b..bf9b8cc33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2811,13 +2811,13 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" +checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "log", - "pin-project-lite 0.1.11", + "pin-project-lite 0.2.0", "tracing-attributes", "tracing-core", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index b4caa44fa..c53fc5d50 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing", "mac tower = { version = "0.4", features = ["util", "buffer"] } futures-core = "0.3.6" pin-project = "0.4.27" -tracing = "0.1.21" +tracing = "0.1.22" tracing-futures = "0.2.4" futures = "0.3.7" @@ -18,7 +18,7 @@ futures = "0.3.7" ed25519-zebra = "2.1.0" rand = "0.7" tokio = { version = "0.3", features = ["full"]} -tracing = "0.1.21" +tracing = "0.1.22" zebra-test = { path = "../zebra-test/" } tower-fallback = { path = "../tower-fallback/" } color-eyre = "0.5" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 549538583..bc2fa0899 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -48,7 +48,7 @@ bitflags = "1.2.1" bincode = "1" color-eyre = "0.5" spandoc = "0.2" -tracing = "0.1.21" +tracing = "0.1.22" proptest = "0.10" proptest-derive = "0.2" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index db7facb80..57677d903 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.22" tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } tower-util = "0.3" -tracing = "0.1.21" +tracing = "0.1.22" tracing-futures = "0.2.4" tower-fallback = { path = "../tower-fallback/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 055dc933c..79b068797 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ lazy_static = "1.4.0" tower = { version = "0.4", features = ["util"] } futures = "0.3.7" color-eyre = "0.5.8" -tracing = "0.1.21" +tracing = "0.1.22" tracing-subscriber = "0.2.15" tracing-error = "0.1.2" spandoc = "0.2.0"