Bump tracing from 0.1.27 to 0.1.28
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.27...tracing-0.1.28) --- 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:
parent
957e12e4ca
commit
d178e08986
|
@ -3824,9 +3824,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.27"
|
||||
version = "0.1.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e"
|
||||
checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
|
|
|
@ -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.27"
|
||||
tracing = "0.1.28"
|
||||
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.27"
|
||||
tracing = "0.1.28"
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
||||
|
||||
|
|
|
@ -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.27"
|
||||
tracing = "0.1.28"
|
||||
|
||||
proptest = "0.10"
|
||||
proptest-derive = "0.3"
|
||||
|
|
|
@ -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.27"
|
||||
tracing = "0.1.28"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
tower-fallback = { path = "../tower-fallback/" }
|
||||
|
|
|
@ -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.27"
|
||||
tracing = "0.1.28"
|
||||
tracing-subscriber = "0.2.22"
|
||||
tracing-error = "0.1.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue