build(deps): bump tracing from 0.1.35 to 0.1.36 (#5273)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.36. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36) --- 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>
This commit is contained in:
parent
01ca74d0fb
commit
23e655eaae
|
@ -3371,9 +3371,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
||||
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
||||
|
||||
[[package]]
|
||||
name = "pin-utils"
|
||||
|
@ -5545,9 +5545,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
|
||||
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
|
|
|
@ -13,7 +13,7 @@ rayon = "1.5.3"
|
|||
tokio = { version = "1.21.1", features = ["time", "sync", "tracing", "macros"] }
|
||||
tokio-util = "0.7.4"
|
||||
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
pin-project = "0.4.29"
|
||||
tower = "0.4.13"
|
||||
futures-core = "0.3.24"
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.21.1", features = ["full", "tracing", "test-util"] }
|
||||
|
|
|
@ -56,7 +56,7 @@ humantime = "2.1.0"
|
|||
displaydoc = "0.2.3"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "1.0.35"
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
# 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.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
# Make the optional testing dependencies required
|
||||
proptest = "0.10.1"
|
||||
|
|
|
@ -31,7 +31,7 @@ metrics = "0.20.1"
|
|||
thiserror = "1.0.35"
|
||||
tokio = { version = "1.21.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
||||
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
orchard = "0.2.0"
|
||||
|
|
|
@ -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.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
# tor dependencies
|
||||
arti-client = { version = "0.0.2", optional = true }
|
||||
|
|
|
@ -30,7 +30,7 @@ indexmap = { version = "1.9.1", features = ["serde"] }
|
|||
tokio = { version = "1.21.1", features = ["time", "rt-multi-thread", "macros", "tracing"] }
|
||||
tower = "0.4.13"
|
||||
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
|
|
|
@ -29,7 +29,7 @@ thiserror = "1.0.35"
|
|||
rayon = "1.5.3"
|
||||
tokio = { version = "1.21.1", features = ["sync", "tracing"] }
|
||||
tower = { version = "0.4.13", features = ["buffer", "util"] }
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
zebra-chain = { path = "../zebra-chain" }
|
||||
zebra-test = { path = "../zebra-test/", optional = true }
|
||||
|
|
|
@ -33,7 +33,7 @@ thiserror = "1.0.35"
|
|||
|
||||
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
|
||||
tracing-error = "0.2.0"
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.3.0"
|
||||
|
|
|
@ -102,7 +102,7 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
|
|||
tracing-appender = "0.2.2"
|
||||
tracing-error = "0.2.0"
|
||||
tracing-futures = "0.2.5"
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
|
||||
metrics = "0.20.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue