From bf1e2bd3b8183f7228b1f50dc669daca6aaab841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 09:28:26 +1000 Subject: [PATCH] build(deps): bump tracing from 0.1.24 to 0.1.25 (#1815) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.24...tracing-0.1.25) 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-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 e732d5796..728b41360 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3429,9 +3429,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12" +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ "cfg-if 1.0.0", "log", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 30342cf01..a9d680eb6 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.13" pin-project = "0.4.27" -tracing = "0.1.24" +tracing = "0.1.25" tracing-futures = "0.2.5" futures = "0.3.13" @@ -18,7 +18,7 @@ futures = "0.3.13" ed25519-zebra = "2.1.0" rand = "0.7" tokio = { version = "0.3.6", features = ["full"]} -tracing = "0.1.24" +tracing = "0.1.25" 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 61ce3a729..037134c64 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.24" +tracing = "0.1.25" proptest = "0.10" proptest-derive = "0.3" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index fe0a4941a..10601573e 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -22,7 +22,7 @@ metrics = "0.13.0-alpha.8" thiserror = "1.0.24" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } -tracing = "0.1.24" +tracing = "0.1.25" tracing-futures = "0.2.5" tower-fallback = { path = "../tower-fallback/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index aeeccb888..5f56b4190 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.13" color-eyre = "0.5.10" -tracing = "0.1.24" +tracing = "0.1.25" tracing-subscriber = "0.2.16" tracing-error = "0.1.2" spandoc = "0.2.0"