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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-17 10:01:32 +00:00 committed by Deirdre Connolly
parent 20486be042
commit 76e4b8f693
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -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",
]

View File

@ -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]

View File

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