Bump tracing from 0.1.26 to 0.1.27

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-14 21:59:49 +00:00 committed by Deirdre Connolly
parent 9b3f6b3105
commit 21af477a37
5 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View File

@ -3824,9 +3824,9 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.26"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e"
dependencies = [
"cfg-if 1.0.0",
"log",
@ -3837,9 +3837,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.15"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
checksum = "98863d0dd09fa59a1b79c6750ad80dbda6b75f4e71c437a6a1a8cb91a8bcbd77"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",

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.26"
tracing = "0.1.27"
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.26"
tracing = "0.1.27"
zebra-test = { path = "../zebra-test/" }

View File

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

View File

@ -23,7 +23,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.26"
tracing = "0.1.27"
tracing-futures = "0.2.5"
tower-fallback = { path = "../tower-fallback/" }

View File

@ -24,7 +24,7 @@ owo-colors = "2.0.0"
pretty_assertions = "0.7.2"
spandoc = "0.2.0"
thiserror = "1.0.29"
tracing = "0.1.26"
tracing = "0.1.27"
tracing-subscriber = "0.2.21"
tracing-error = "0.1.2"