From 590ba3f66f31ddd81b0aa5c1ff4e23e8a5dbf248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:22:29 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.28 to 0.1.30 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.28 to 0.1.30. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.28...tracing-0.1.30) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++------ common/tracing/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc4ce2e2f50f9..1aa1f70cba72a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5789,9 +5789,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.28" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" +checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9" dependencies = [ "cfg-if 1.0.0", "log", @@ -5813,9 +5813,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.16" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98863d0dd09fa59a1b79c6750ad80dbda6b75f4e71c437a6a1a8cb91a8bcbd77" +checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" dependencies = [ "proc-macro2", "quote", @@ -5841,11 +5841,12 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.20" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf" +checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" dependencies = [ "lazy_static", + "valuable", ] [[package]] @@ -6107,6 +6108,12 @@ dependencies = [ "serde", ] +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + [[package]] name = "vcpkg" version = "0.2.15" diff --git a/common/tracing/Cargo.toml b/common/tracing/Cargo.toml index 33a0f2492f211..fea5f2da2dd4d 100644 --- a/common/tracing/Cargo.toml +++ b/common/tracing/Cargo.toml @@ -11,7 +11,7 @@ lazy_static = "1.4.0" opentelemetry = { version = "0.16", default-features = false, features = ["trace", "rt-tokio"] } opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio"] } tonic = "0.5.2" -tracing = "0.1.28" +tracing = "0.1.30" tracing-appender = "0.1.2" tracing-bunyan-formatter = "0.2" tracing-opentelemetry = "0.15.0"