From 9a99af5469300f1a9dc3c7a557b0c22c9641aed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Feb 2021 11:40:47 +0000 Subject: [PATCH] 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 +++--- client/service/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb69617b1d1f..8b82c6d04c2b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9870,11 +9870,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.4", "tracing", ] diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index c6119695ace71..818d12364bf92 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -76,7 +76,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../.. sc-tracing = { version = "3.0.0", path = "../tracing" } sp-tracing = { version = "3.0.0", path = "../../primitives/tracing" } tracing = "0.1.22" -tracing-futures = { version = "0.2.4" } +tracing-futures = { version = "0.2.5" } parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] } [target.'cfg(not(target_os = "unknown"))'.dependencies]