build(deps): bump tracing from 0.1.16 to 0.1.17 (#734)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.16...tracing-0.1.17) 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:
parent
c1a1493159
commit
909b74a613
|
@ -2359,9 +2359,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.16"
|
||||
version = "0.1.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd"
|
||||
checksum = "dbdf4ccd1652592b01286a5dbe1e2a77d78afaa34beadd9872a5f7396f92aaa9"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"log",
|
||||
|
|
|
@ -10,7 +10,7 @@ tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] }
|
|||
tower = "0.3"
|
||||
futures-core = "0.3.5"
|
||||
pin-project = "0.4.20"
|
||||
tracing = "0.1.16"
|
||||
tracing = "0.1.17"
|
||||
tracing-futures = "0.2.4"
|
||||
futures = "0.3.5"
|
||||
|
||||
|
@ -18,5 +18,5 @@ futures = "0.3.5"
|
|||
ed25519-zebra = "1.0"
|
||||
rand = "0.7"
|
||||
tokio = { version = "0.2", features = ["full"]}
|
||||
tracing = "0.1.16"
|
||||
tracing = "0.1.17"
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
|
|
@ -13,7 +13,7 @@ rand = "0.7"
|
|||
redjubjub = "0.2"
|
||||
tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] }
|
||||
tower = "0.3"
|
||||
tracing = "0.1.16"
|
||||
tracing = "0.1.17"
|
||||
tracing-futures = "0.2.4"
|
||||
metrics = "0.12"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ lazy_static = "1.4.0"
|
|||
tower = "0.3.1"
|
||||
futures = "0.3.5"
|
||||
color-eyre = "0.5"
|
||||
tracing = "0.1.16"
|
||||
tracing = "0.1.17"
|
||||
tracing-subscriber = "0.2.8"
|
||||
tracing-error = "0.1.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue