From 0cd067c2c14cf0fc4368961b0fc96939934fe290 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Tue, 5 Mar 2024 21:02:18 +0100 Subject: [PATCH] Tracing open telemetry update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01bcb53..ef98ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,5 +39,5 @@ tokio = { version = "1", features = ["full"] } opentelemetry = { version = "0.22" } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter","registry"] } -tracing-opentelemetry = { version = "0.22" } +tracing-opentelemetry = { version = "0.23" } cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }