From 2d56d283e5bbf473e085ccb8183e91d7c5a0ab8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:31:51 +0000 Subject: [PATCH] fix(deps): update rust crate opentelemetry to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbd750c..bfb1427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ json_dotpath = "1.1.0" log = "0.4.21" nix = { version = "0.28.0", features = ["process", "signal"] } once_cell = "1.19.0" -opentelemetry = "0.22" +opentelemetry = "0.23" opentelemetry-otlp = { version = "0.15.0", default-features = false, features = ["http-proto", "reqwest-client"] } opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio", "trace"] } ratatui = "0.26.2"