Skip to content

Commit

Permalink
build(deps): bump tracing from 0.1.35 to 0.1.36 (#5273)
Browse files Browse the repository at this point in the history
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](tokio-rs/tracing@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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2022
1 parent 01ca74d commit 23e655e
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 23e655e

Please sign in to comment.