From 157755b8e7530851b35c0becf17432732af8524f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:59:39 +0200 Subject: [PATCH] chore(deps): update rust crate tracing-opentelemetry to 0.25 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 001a8b8..3da0a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ tokio = { version = "1", features = ["full"] } opentelemetry = { version = "0.24" } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter","registry"] } -tracing-opentelemetry = { version = "0.24" } +tracing-opentelemetry = { version = "0.25" } cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }