From c11487a40210c7ff68e45635f3b83b4b4f7ade02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:04:28 +0000 Subject: [PATCH] Update metrics requirement from 0.22 to 0.24 Updates the requirements on [metrics](https://github.com/metrics-rs/metrics) to permit the latest version. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.22.0...metrics-v0.22.3) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21fbc7c..c1a2949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ derive_more = { version = "1", features = ["full"] } futures = "0.3" indexmap = "2" local-ip-address = "0.6" -metrics = "0.22" +metrics = "0.24" nodecraft = { version = "0.4", features = [ "transformable", "async",