From 1d29fc8e1cc89cea9f64006b2587d522fe6e4cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:39:07 +0000 Subject: [PATCH] Update tracing-opentelemetry requirement from 0.27.0 to 0.28.0 Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version. - [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.27.0...v0.28.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example-service/Cargo.toml | 2 +- tarpc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example-service/Cargo.toml b/example-service/Cargo.toml index 9f9abf07..23bcd133 100644 --- a/example-service/Cargo.toml +++ b/example-service/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.8" tarpc = { version = "0.35", path = "../tarpc", features = ["full"] } tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] } tracing = { version = "0.1" } -tracing-opentelemetry = "0.27.0" +tracing-opentelemetry = "0.28.0" tracing-subscriber = { version = "0.3", features = ["env-filter"] } opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] } opentelemetry-semantic-conventions = "0.16.0" diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 38fc9dc7..86cbdcdb 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -58,7 +58,7 @@ tracing = { version = "0.1", default-features = false, features = [ "attributes", "log", ] } -tracing-opentelemetry = { version = "0.27.0", default-features = false } +tracing-opentelemetry = { version = "0.28.0", default-features = false } opentelemetry = { version = "0.26.0", default-features = false } opentelemetry-semantic-conventions = "0.16.0"