From 76e4b8f693a09d7fe049049ef5fe113a2e58425c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 10:01:32 +0000 Subject: [PATCH] build(deps): bump tracing-futures from 0.2.4 to 0.2.5 Bumps [tracing-futures](https://github.com/tokio-rs/tracing) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-futures-0.2.4...tracing-futures-0.2.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- tower-batch/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dade2ba..29b15cd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3486,11 +3486,11 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 0.4.27", + "pin-project 1.0.2", "tracing", ] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index d5459796..08521af4 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -11,7 +11,7 @@ tower = { version = "0.4", features = ["util", "buffer"] } futures-core = "0.3.6" pin-project = "0.4.27" tracing = "0.1.23" -tracing-futures = "0.2.4" +tracing-futures = "0.2.5" futures = "0.3.12" [dev-dependencies] diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 0e8ae8d5..7213fcc7 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -23,7 +23,7 @@ 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.23" -tracing-futures = "0.2.4" +tracing-futures = "0.2.5" tower-fallback = { path = "../tower-fallback/" } tower-batch = { path = "../tower-batch/" }