From fcb938873f24a31296619359d2d5cb056604cd61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 22:19:33 +0000 Subject: [PATCH] Bump tracing from 0.1.34 to 0.1.35 (#5737) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 4 ++-- polkadot/node/gum/Cargo.toml | 2 +- polkadot/node/metered-channel/Cargo.toml | 4 ++-- polkadot/node/orchestra/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index aeb3ecc8db..67c4890ece 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11339,9 +11339,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if 1.0.0", "log", diff --git a/polkadot/node/gum/Cargo.toml b/polkadot/node/gum/Cargo.toml index a59085ed21..610e89e5e2 100644 --- a/polkadot/node/gum/Cargo.toml +++ b/polkadot/node/gum/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Stick logs together with the TraceID as provided by tempo" [dependencies] -tracing = "0.1.34" +tracing = "0.1.35" jaeger = { path = "../jaeger", package = "polkadot-node-jaeger" } gum-proc-macro = { path = "./proc-macro", package = "tracing-gum-proc-macro" } polkadot-primitives = { path = "../../primitives", features = ["std"] } diff --git a/polkadot/node/metered-channel/Cargo.toml b/polkadot/node/metered-channel/Cargo.toml index f306f07eee..da95d0db8d 100644 --- a/polkadot/node/metered-channel/Cargo.toml +++ b/polkadot/node/metered-channel/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" futures = "0.3.21" futures-timer = "3.0.2" derive_more = "0.99" -tracing = "0.1.34" +tracing = "0.1.35" thiserror = "1.0.31" crossbeam-queue = "0.3.5" nanorand = { version = "0.7.0", default-features = false, features = ["wyrand"] } @@ -22,4 +22,4 @@ futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.5" env_logger = "0.9" log = "0.4" -tracing = { version = "0.1.34", features = ["log"] } +tracing = { version = "0.1.35", features = ["log"] } diff --git a/polkadot/node/orchestra/Cargo.toml b/polkadot/node/orchestra/Cargo.toml index 67b16a244a..8686003f47 100644 --- a/polkadot/node/orchestra/Cargo.toml +++ b/polkadot/node/orchestra/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" autoexamples = false [dependencies] -tracing = "0.1.34" +tracing = "0.1.35" futures = "0.3" async-trait = "0.1" thiserror = "1"