From b9f79fc62af75224394249d5466901f6f7ea9e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:40:05 +0000 Subject: [PATCH] Bump metrics-util from 0.19.2 to 0.20.0 Bumps [metrics-util](https://github.com/metrics-rs/metrics) from 0.19.2 to 0.20.0. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-util-v0.19.2...metrics-util-v0.20.0) --- updated-dependencies: - dependency-name: metrics-util dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++++++++++---- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c32c4a9b..1657a179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,7 @@ dependencies = [ "log", "metrics", "metrics-exporter-prometheus", - "metrics-util", + "metrics-util 0.20.0", "once_cell", "page_size", "toml", @@ -1671,7 +1671,7 @@ dependencies = [ "indexmap", "ipnet", "metrics", - "metrics-util", + "metrics-util 0.19.1", "quanta", "thiserror 2.0.12", "tokio", @@ -1680,9 +1680,25 @@ dependencies = [ [[package]] name = "metrics-util" -version = "0.19.2" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", + "hashbrown", + "metrics", + "quanta", + "rand", + "rand_xoshiro", + "sketches-ddsketch", +] + +[[package]] +name = "metrics-util" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39803e5c24a697c54492a76469034eee8247bd61825502e0410defc3e98eedf0" +checksum = "fe8db7a05415d0f919ffb905afa37784f71901c9a773188876984b4f769ab986" dependencies = [ "aho-corasick", "crossbeam-epoch", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 0e4f3b28..c889ce34 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.2" +metrics-util = "0.20.0" metrics-exporter-prometheus = "0.17" [build-dependencies]