From 909b74a613cfa9572cea63ed47b6358a2d2d489b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 10:54:56 -0700 Subject: [PATCH] build(deps): bump tracing from 0.1.16 to 0.1.17 (#734) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.16...tracing-0.1.17) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 4 ++-- zebra-consensus/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 410a24ad..a34b2946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2359,9 +2359,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd" +checksum = "dbdf4ccd1652592b01286a5dbe1e2a77d78afaa34beadd9872a5f7396f92aaa9" dependencies = [ "cfg-if", "log", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 428d4297..abe35946 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = "0.3" futures-core = "0.3.5" pin-project = "0.4.20" -tracing = "0.1.16" +tracing = "0.1.17" tracing-futures = "0.2.4" futures = "0.3.5" @@ -18,5 +18,5 @@ futures = "0.3.5" ed25519-zebra = "1.0" rand = "0.7" tokio = { version = "0.2", features = ["full"]} -tracing = "0.1.16" +tracing = "0.1.17" zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index e6365738..4fb57cd2 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -13,7 +13,7 @@ rand = "0.7" redjubjub = "0.2" tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = "0.3" -tracing = "0.1.16" +tracing = "0.1.17" tracing-futures = "0.2.4" metrics = "0.12" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 75903a70..f6037bb7 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ lazy_static = "1.4.0" tower = "0.3.1" futures = "0.3.5" color-eyre = "0.5" -tracing = "0.1.16" +tracing = "0.1.17" tracing-subscriber = "0.2.8" tracing-error = "0.1.2"