From 6ac4a70f2efc9f0e7e498a90017ca3ec5c8db1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:53:34 +0000 Subject: [PATCH] Bump metrics from 0.24.2 to 0.24.3 Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.24.2 to 0.24.3. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.24.2...metrics-v0.24.3) --- updated-dependencies: - dependency-name: metrics dependency-version: 0.24.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59accf1dd..4e3abfbec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,9 +2001,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" +checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8" dependencies = [ "ahash", "portable-atomic", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index bf90ccf1b..7ab74ec96 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -47,7 +47,7 @@ crossbeam-channel = "0.5.15" thiserror = "2.0.17" chrono = { version = "0.4", optional = true } anyhow = "1.0" -metrics = "0.24.2" +metrics = "0.24.3" serde_json = "1.0" elfcore = "2.0" uuid = { version = "1.18.1", features = ["v4"] }