From 3bf9ffb17b03bf9918fe6d07180891394b399182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:06:35 +0000 Subject: [PATCH] chore(deps): update rust crate metrics to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fdb0fe..d55ff4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0" bincode = "1.3" metrics-dashboard = "0.3" poem = "2.0" -metrics = "0.22" +metrics = "0.24" quinn = "0.11" rustls = "0.23" ed25519-dalek = "2.1"