Skip to content

Commit

Permalink
Bump tracing from 0.1.30 to 0.1.31 (paritytech#1036)
Browse files Browse the repository at this point in the history
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.30...tracing-0.1.31)

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

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 Feb 22, 2022
1 parent 307080e commit eef9479
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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 client/consensus/aura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ cumulus-primitives-core = { path = "../../../primitives/core" }
# Other deps
futures = { version = "0.3.8", features = ["compat"] }
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
tracing = "0.1.22"
tracing = "0.1.31"
async-trait = "0.1.42"
2 changes: 1 addition & 1 deletion client/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }
# Other deps
futures = { version = "0.3.8", features = ["compat"] }
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
tracing = "0.1.25"
tracing = "0.1.31"
async-trait = "0.1.52"
dyn-clone = "1.0.4"

Expand Down
2 changes: 1 addition & 1 deletion client/consensus/relay-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }

# Other deps
futures = { version = "0.3.8", features = ["compat"] }
tracing = "0.1.22"
tracing = "0.1.31"
async-trait = "0.1.42"
parking_lot = "0.12.0"
2 changes: 1 addition & 1 deletion client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
futures = { version = "0.3.1", features = ["compat"] }
futures-timer = "3.0.2"
tracing = "0.1.22"
tracing = "0.1.31"
parking_lot = "0.12.0"
derive_more = "0.99.2"
async-trait = "0.1.52"
Expand Down
2 changes: 1 addition & 1 deletion client/pov-recovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "derive" ] }
futures = { version = "0.3.1", features = ["compat"] }
futures-timer = "3.0.2"
tracing = "0.1.22"
tracing = "0.1.31"
rand = "0.8.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/relay-chain-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "mast
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }

parking_lot = "0.12.0"
tracing = "0.1.25"
tracing = "0.1.31"
async-trait = "0.1.52"
futures = { version = "0.3.1", features = ["compat"] }
futures-timer = "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion client/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }

# Other deps
tracing = "0.1.22"
tracing = "0.1.31"
codec = { package = "parity-scale-codec", version = "2.3.0" }
parking_lot = "0.12.0"
2 changes: 1 addition & 1 deletion primitives/parachain-inherent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cumulus-relay-chain-interface = { path = "../../client/relay-chain-interface", o
async-trait = { version = "0.1.42", optional = true }
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [ "derive" ] }
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
tracing = { version = "0.1.22", optional = true }
tracing = { version = "0.1.31", optional = true }

[features]
default = [ "std" ]
Expand Down

0 comments on commit eef9479

Please sign in to comment.