From 81681fb910dba572988c10ba0648f6191f0c0d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:36:54 +0000 Subject: [PATCH] fix(deps): update rust crate init-tracing-opentelemetry to 0.22 --- 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 9ce521b..a1b3181 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -29,7 +29,7 @@ globset = { version = "0.4", optional = true } handlebars = { version = "6.0", optional = true } handlebars_misc_helpers = { version = "0.16", optional = true } humantime-serde = "1.1.1" -init-tracing-opentelemetry = { version = "0.21", features = [ +init-tracing-opentelemetry = { version = "0.22", features = [ "otlp", "tracing_subscriber_ext", "logfmt",