build(deps): bump tracing from 0.1.21 to 0.1.22
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.21...tracing-0.1.22) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
133ebd078a
commit
e832f70c2c
|
|
@ -2811,13 +2811,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.21"
|
version = "0.1.22"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
|
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"log",
|
"log",
|
||||||
"pin-project-lite 0.1.11",
|
"pin-project-lite 0.2.0",
|
||||||
"tracing-attributes",
|
"tracing-attributes",
|
||||||
"tracing-core",
|
"tracing-core",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing", "mac
|
||||||
tower = { version = "0.4", features = ["util", "buffer"] }
|
tower = { version = "0.4", features = ["util", "buffer"] }
|
||||||
futures-core = "0.3.6"
|
futures-core = "0.3.6"
|
||||||
pin-project = "0.4.27"
|
pin-project = "0.4.27"
|
||||||
tracing = "0.1.21"
|
tracing = "0.1.22"
|
||||||
tracing-futures = "0.2.4"
|
tracing-futures = "0.2.4"
|
||||||
futures = "0.3.7"
|
futures = "0.3.7"
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ futures = "0.3.7"
|
||||||
ed25519-zebra = "2.1.0"
|
ed25519-zebra = "2.1.0"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
tokio = { version = "0.3", features = ["full"]}
|
tokio = { version = "0.3", features = ["full"]}
|
||||||
tracing = "0.1.21"
|
tracing = "0.1.22"
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
tower-fallback = { path = "../tower-fallback/" }
|
tower-fallback = { path = "../tower-fallback/" }
|
||||||
color-eyre = "0.5"
|
color-eyre = "0.5"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ bitflags = "1.2.1"
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
color-eyre = "0.5"
|
color-eyre = "0.5"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tracing = "0.1.21"
|
tracing = "0.1.22"
|
||||||
proptest = "0.10"
|
proptest = "0.10"
|
||||||
proptest-derive = "0.2"
|
proptest-derive = "0.2"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ thiserror = "1.0.22"
|
||||||
tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing"] }
|
tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing"] }
|
||||||
tower = { version = "0.4", features = ["timeout", "util", "buffer"] }
|
tower = { version = "0.4", features = ["timeout", "util", "buffer"] }
|
||||||
tower-util = "0.3"
|
tower-util = "0.3"
|
||||||
tracing = "0.1.21"
|
tracing = "0.1.22"
|
||||||
tracing-futures = "0.2.4"
|
tracing-futures = "0.2.4"
|
||||||
|
|
||||||
tower-fallback = { path = "../tower-fallback/" }
|
tower-fallback = { path = "../tower-fallback/" }
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ lazy_static = "1.4.0"
|
||||||
tower = { version = "0.4", features = ["util"] }
|
tower = { version = "0.4", features = ["util"] }
|
||||||
futures = "0.3.7"
|
futures = "0.3.7"
|
||||||
color-eyre = "0.5.8"
|
color-eyre = "0.5.8"
|
||||||
tracing = "0.1.21"
|
tracing = "0.1.22"
|
||||||
tracing-subscriber = "0.2.15"
|
tracing-subscriber = "0.2.15"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
spandoc = "0.2.0"
|
spandoc = "0.2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue