From ac047aebb4d75614492f12714d49142dc34d8252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:07:11 +0000 Subject: [PATCH] chore(deps): bump metrics-util from 0.20.3 to 0.20.4 Bumps [metrics-util](https://github.com/metrics-rs/metrics) from 0.20.3 to 0.20.4. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-util-v0.20.3...metrics-util-v0.20.4) --- updated-dependencies: - dependency-name: metrics-util dependency-version: 0.20.4 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 a6084213c..ac90b81f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2184,9 +2184,9 @@ dependencies = [ [[package]] name = "metrics-util" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e56997f084e57b045edf17c3ed8ba7f9f779c670df8206dfd1c736f4c02dc4a" +checksum = "96f8722f8562635f92f8ed992f26df0532266eb03d5202607c20c0d7e9745e13" dependencies = [ "aho-corasick", "crossbeam-epoch", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index c8f4b8dbb..eb37fdddc 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -103,7 +103,7 @@ opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] } tokio = { version = "1.52.3", features = ["full"] } criterion = "0.8.2" tracing-chrome = "0.7.2" -metrics-util = "0.20.3" +metrics-util = "0.20.4" metrics-exporter-prometheus = { version = "0.18.3", default-features = false } serde_json = "1.0" hyperlight-component-macro = { workspace = true }