From e98d50880ce8a8a6d6b0b8163ef258f1c18e149d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:49:50 +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_wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 247b6da..1cba8c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1691,9 +1691,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_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index f4a610d..bb3768c 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -49,7 +49,7 @@ criterion = { version = "0.6.0", features = ["html_reports"] } crossbeam-queue = "0.3" blake3 = "1.8" toml = "0.8.23" -metrics-util = "0.19.1" +metrics-util = "0.19.2" metrics-exporter-prometheus = "0.17" [build-dependencies]