build(deps): bump tracing from 0.1.36 to 0.1.37 (#5363)

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-13 06:46:27 +00:00 committed by GitHub
parent 8646a03e03
commit c8b95ed877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 14 deletions

8
Cargo.lock generated
View File

@ -5539,9 +5539,9 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.36"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if 1.0.0",
"log",
@ -5563,9 +5563,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.22"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2 1.0.42",
"quote 1.0.20",

View File

@ -13,7 +13,7 @@ rayon = "1.5.3"
tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.4"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.36"
tracing = "0.1.37"
tracing-futures = "0.2.5"
[dev-dependencies]

View File

@ -9,7 +9,7 @@ edition = "2021"
pin-project = "0.4.29"
tower = "0.4.13"
futures-core = "0.3.24"
tracing = "0.1.36"
tracing = "0.1.37"
[dev-dependencies]
tokio = { version = "1.21.2", features = ["full", "tracing", "test-util"] }

View File

@ -56,7 +56,7 @@ humantime = "2.1.0"
displaydoc = "0.2.3"
static_assertions = "1.1.0"
thiserror = "1.0.37"
tracing = "0.1.36"
tracing = "0.1.37"
# Serialization
hex = { version = "0.4.3", features = ["serde"] }
@ -94,7 +94,7 @@ color-eyre = "0.6.2"
# Enable a feature that makes tinyvec compile much faster.
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
spandoc = "0.2.2"
tracing = "0.1.36"
tracing = "0.1.37"
# Make the optional testing dependencies required
proptest = "0.10.1"

View File

@ -31,7 +31,7 @@ metrics = "0.20.1"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.36"
tracing = "0.1.37"
tracing-futures = "0.2.5"
orchard = "0.2.0"

View File

@ -38,7 +38,7 @@ tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-she
metrics = "0.20.1"
tracing-futures = "0.2.5"
tracing-error = { version = "0.2.0", features = ["traced-error"] }
tracing = "0.1.36"
tracing = "0.1.37"
# tor dependencies
arti-client = { version = "0.0.2", optional = true }

View File

@ -30,7 +30,7 @@ indexmap = { version = "1.9.1", features = ["serde"] }
tokio = { version = "1.21.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.13"
tracing = "0.1.36"
tracing = "0.1.37"
tracing-futures = "0.2.5"
hex = { version = "0.4.3", features = ["serde"] }

View File

@ -30,7 +30,7 @@ thiserror = "1.0.37"
rayon = "1.5.3"
tokio = { version = "1.21.2", features = ["sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.36"
tracing = "0.1.37"
zebra-chain = { path = "../zebra-chain" }
zebra-test = { path = "../zebra-test/", optional = true }

View File

@ -33,7 +33,7 @@ thiserror = "1.0.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-error = "0.2.0"
tracing = "0.1.36"
tracing = "0.1.37"
[dev-dependencies]
tempfile = "3.3.0"

View File

@ -102,7 +102,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-appender = "0.2.2"
tracing-error = "0.2.0"
tracing-futures = "0.2.5"
tracing = "0.1.36"
tracing = "0.1.37"
metrics = "0.20.1"