From 3b1fefd477834a0ddd7308db15aff4dc95ebba90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:03:40 +0000 Subject: [PATCH] Update axum-tracing-opentelemetry requirement from 0.16 to 0.17 Updates the requirements on [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) to permit the latest version. - [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: axum-tracing-opentelemetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdviz-collector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index 4020b1c..13fb169 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -14,7 +14,7 @@ publish.workspace = true [dependencies] axum = { version = "0.7", optional = true } -axum-tracing-opentelemetry = { version = "0.16", optional = true } +axum-tracing-opentelemetry = { version = "0.17", optional = true } cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" } clap = { workspace = true } clap-verbosity-flag = "2.1.2"