From a70a4dc9ff281faa01a409c54d621bd720db78f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:31:26 +0000 Subject: [PATCH] Bump metrics-util from 0.19.1 to 0.19.2 Bumps [metrics-util](https://github.com/metrics-rs/metrics) from 0.19.1 to 0.19.2. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-util-v0.19.1...metrics-util-v0.19.2) --- updated-dependencies: - dependency-name: metrics-util dependency-version: 0.19.2 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 2ab6c4e53..b68404a08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1806,9 +1806,9 @@ dependencies = [ [[package]] name = "metrics-util" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" +checksum = "39803e5c24a697c54492a76469034eee8247bd61825502e0410defc3e98eedf0" dependencies = [ "aho-corasick", "crossbeam-epoch", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 087162658..3bb0f3cec 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -99,7 +99,7 @@ opentelemetry_sdk = { version = "0.30.0", features = ["rt-tokio"] } tokio = { version = "1.45.1", features = ["full"] } criterion = "0.6.0" tracing-chrome = "0.7.2" -metrics-util = "0.19.1" +metrics-util = "0.19.2" metrics-exporter-prometheus = "0.17.0" tracing-tracy = "0.11.4" serde_json = "1.0"