From dc8c6a85501945d58ad8a16878241f2058fe628e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 19:34:56 +0000 Subject: [PATCH] Bump tracing-opentelemetry from 0.17.2 to 0.17.3 Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing) from 0.17.2 to 0.17.3. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-opentelemetry-0.17.2...tracing-opentelemetry-0.17.3) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- crates/cli/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49e5b83a..4d754197 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4805,10 +4805,11 @@ dependencies = [ [[package]] name = "tracing-opentelemetry" -version = "0.17.2" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f9378e96a9361190ae297e7f3a8ff644aacd2897f244b1ff81f381669196fa6" +checksum = "93600c803bb15e2a32bd376001b8625587f268fe887669b5ac86af524637c242" dependencies = [ + "once_cell", "opentelemetry", "tracing", "tracing-core", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index df48cc25..e47f0702 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -25,7 +25,7 @@ atty = "0.2.14" tracing = "0.1.34" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.11", features = ["env-filter"] } -tracing-opentelemetry = "0.17.2" +tracing-opentelemetry = "0.17.3" opentelemetry = { version = "0.17.0", features = ["trace", "metrics", "rt-tokio"] } opentelemetry-semantic-conventions = "0.9.0" opentelemetry-jaeger = { version = "0.16.0", features = ["rt-tokio", "reqwest_collector_client"], optional = true } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 85146673..64a48e58 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -26,4 +26,4 @@ tokio = { version = "1.19.2", features = ["sync", "parking_lot"] } tower = { version = "0.4.12", features = ["timeout", "limit"] } tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] } tracing = "0.1.34" -tracing-opentelemetry = "0.17.2" +tracing-opentelemetry = "0.17.3"