Bump tracing from 0.1.28 to 0.1.29 (#2836)

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.28 to 0.1.29.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.28...tracing-0.1.29)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-06 21:27:04 +00:00 committed by GitHub
parent 4c02c55f94
commit c8af72cd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

12
Cargo.lock generated
View File

@ -4048,9 +4048,9 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.28"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [
"cfg-if 1.0.0",
"log",
@ -4061,9 +4061,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.16"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98863d0dd09fa59a1b79c6750ad80dbda6b75f4e71c437a6a1a8cb91a8bcbd77"
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
@ -4072,9 +4072,9 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.20"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
dependencies = [
"lazy_static",
]

View File

@ -11,7 +11,7 @@ futures-core = "0.3.13"
pin-project = "1.0.7"
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] }
tower = { version = "0.4", features = ["util", "buffer"] }
tracing = "0.1.28"
tracing = "0.1.29"
tracing-futures = "0.2.5"
[dev-dependencies]
@ -22,7 +22,7 @@ tokio = { version = "0.3.6", features = ["full"]}
tokio-test = "0.4.2"
tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0"
tracing = "0.1.28"
tracing = "0.1.29"
zebra-test = { path = "../zebra-test/" }

View File

@ -65,7 +65,7 @@ color-eyre = "0.5.11"
criterion = { version = "0.3", features = ["html_reports"] }
itertools = "0.10.1"
spandoc = "0.2"
tracing = "0.1.28"
tracing = "0.1.29"
proptest = "0.10"
proptest-derive = "0.3"

View File

@ -27,7 +27,7 @@ metrics = "0.13.0-alpha.8"
thiserror = "1.0.29"
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] }
tower = { version = "0.4", features = ["timeout", "util", "buffer"] }
tracing = "0.1.28"
tracing = "0.1.29"
tracing-futures = "0.2.5"
tower-fallback = { path = "../tower-fallback/" }

View File

@ -24,7 +24,7 @@ owo-colors = "2.1.0"
pretty_assertions = "1.0.0"
spandoc = "0.2.0"
thiserror = "1.0.29"
tracing = "0.1.28"
tracing = "0.1.29"
tracing-subscriber = "0.2.25"
tracing-error = "0.1.2"