From 8b8d21f0fcae2c3fe04ff59a98b288e747660d3d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Oct 2024 19:01:42 +0000 Subject: [PATCH] chore(deps): update rust crate metrics to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..5703829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ tokio-util = { version = "0.7.8", features = ["io"] } futures-util = "0.3.28" uuid = { version = "1.3.2", features = ["v4"] } serde_json = "1.0.96" -metrics = "0.21.0" +metrics = "0.24.0" metrics-exporter-prometheus = "0.12.0" serde = { version = "1.0", features = ["derive"] }