From cb2630410b24847ed5703997bd802c875113207a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 15:50:54 +0000 Subject: [PATCH] Bump tracing from 0.1.32 to 0.1.33 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.33. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.32...tracing-0.1.33) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- node/gum/Cargo.toml | 2 +- node/metered-channel/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5365e05947f7..848c22927bc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11554,9 +11554,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" +checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3" dependencies = [ "cfg-if 1.0.0", "log", diff --git a/node/gum/Cargo.toml b/node/gum/Cargo.toml index 182a4083797c..18c0cbbecd71 100644 --- a/node/gum/Cargo.toml +++ b/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.31" +tracing = "0.1.33" 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/node/metered-channel/Cargo.toml b/node/metered-channel/Cargo.toml index 7d8c27695a15..d040dd27c80b 100644 --- a/node/metered-channel/Cargo.toml +++ b/node/metered-channel/Cargo.toml @@ -20,4 +20,4 @@ futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.5" env_logger = "0.9" log = "0.4" -tracing = { version = "0.1.32", features = ["log"] } +tracing = { version = "0.1.33", features = ["log"] }