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]