From c511c5d889a5312cbbfacf46fdc5a7f1d86b21f5 Mon Sep 17 00:00:00 2001 From: NikSne Date: Tue, 13 May 2025 18:23:15 +0300 Subject: [PATCH] chore: update metrics to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c21ed7c..03d9f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "0.1" futures-timer = "3.0.2" log = "0.4" thiserror = "1.0" -metrics = "0.23.0" +metrics = "0.24.0" tracing = { version = "0.1", features = ["attributes"] } tracing-subscriber = "0.3.11"