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/" }