From 7d3fdfe6ff585167a23eb558b613bb270798df8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:24:06 +0000 Subject: [PATCH] build(deps): Bump the tracing group with 1 update (#1868) --- Cargo.lock | 6 ++++-- aggregator/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1be756697..f665cfab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4439,12 +4439,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/aggregator/Cargo.toml b/aggregator/Cargo.toml index 7b0878130..00ab7a1fe 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -86,7 +86,7 @@ tonic = { version = "0.9.2", optional = true, features = ["tls", "tls-webpki-roo tracing = "0.1.37" tracing-chrome = "0.7.1" tracing-log = "0.1.3" -tracing-opentelemetry = { version = "0.20", optional = true } +tracing-opentelemetry = { version = "0.21", optional = true } tracing-stackdriver = "0.7.2" tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt", "json"] } trillium.workspace = true