From 2a0a7adf5a51ad4c44507c269d3025dbfe393b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:29:37 +0000 Subject: [PATCH] Update tracing-opentelemetry requirement from 0.25 to 0.26 (#108) 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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86c48f4..b07a60d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ task-local-extensions = "0.1.3" thiserror = "1.0.38" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tracing = "0.1" -tracing-opentelemetry = "0.25" +tracing-opentelemetry = "0.26" tracing-subscriber = "0.3" [dev-dependencies]