From 06098bcb2e90306499c620d8ed78b8848e19aee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:08:27 +0000 Subject: [PATCH] chore(deps): bump tracing-opentelemetry from 0.20.0 to 0.21.0 Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tracing-opentelemetry/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- src/common/Cargo.toml | 2 +- src/utils/runtime/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 360f1a45ebd13..eb7722313bb3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9404,12 +9404,14 @@ dependencies = [ [[package]] name = "tracing-opentelemetry" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc09e402904a5261e42cf27aea09ccb7d5318c6717a9eec3d8e2e65c56b18f19" +checksum = "75327c6b667828ddc28f5e3f169036cb793c3f588d83bf0f262a7f062ffed3c8" dependencies = [ "once_cell", "opentelemetry", + "opentelemetry_sdk", + "smallvec", "tracing", "tracing-core", "tracing-log", diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index 4a5903d7c4f43..cb02f5a502127 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -95,7 +95,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [ toml = "0.7" tonic = { workspace = true } tracing = "0.1" -tracing-opentelemetry = "0.20" +tracing-opentelemetry = "0.21" tracing-subscriber = "0.3.17" twox-hash = "1" url = "2" diff --git a/src/utils/runtime/Cargo.toml b/src/utils/runtime/Cargo.toml index adff273ed35f7..84c194341e141 100644 --- a/src/utils/runtime/Cargo.toml +++ b/src/utils/runtime/Cargo.toml @@ -43,7 +43,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [ "fs" ] } tracing = "0.1" -tracing-opentelemetry = "0.20" +tracing-opentelemetry = "0.21" tracing-subscriber = { version = "0.3", features = ["fmt", "parking_lot", "std", "time", "local-time", "json"] } [target.'cfg(not(madsim))'.dependencies]