From b3a3b8f7c7c208a2408d2529b5a671282fc046c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 10:01:23 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.22 to 0.1.23 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.22 to 0.1.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.22...tracing-0.1.23) 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 8cf86155..447e55bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3332,9 +3332,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" +checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" dependencies = [ "cfg-if 1.0.0", "log", @@ -3345,9 +3345,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" +checksum = "43f080ea7e4107844ef4766459426fa2d5c1ada2e47edba05dc7fa99d9629f47" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 7ad6aa4f..4c7533da 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "m tower = { version = "0.4", features = ["util", "buffer"] } futures-core = "0.3.6" pin-project = "0.4.27" -tracing = "0.1.22" +tracing = "0.1.23" tracing-futures = "0.2.4" futures = "0.3.12" @@ -18,7 +18,7 @@ futures = "0.3.12" ed25519-zebra = "2.1.0" rand = "0.7" tokio = { version = "0.3.6", features = ["full"]} -tracing = "0.1.22" +tracing = "0.1.23" zebra-test = { path = "../zebra-test/" } tower-fallback = { path = "../tower-fallback/" } color-eyre = "0.5.10" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 5e7fb17c..c17d89ac 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.10" spandoc = "0.2" -tracing = "0.1.22" +tracing = "0.1.23" proptest = "0.10" proptest-derive = "0.2" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 9be72f1d..4d99e71c 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -20,7 +20,7 @@ metrics = "0.13.0-alpha.8" thiserror = "1.0.23" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } -tracing = "0.1.22" +tracing = "0.1.23" tracing-futures = "0.2.4" tower-fallback = { path = "../tower-fallback/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index c36f388b..8a6c1fff 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.12" color-eyre = "0.5.10" -tracing = "0.1.22" +tracing = "0.1.23" tracing-subscriber = "0.2.15" tracing-error = "0.1.2" spandoc = "0.2.0"