From 1a7c9435c9db04d5f1f3e8fcbfa81380c1b226a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:21:56 +0000 Subject: [PATCH] Bump metrics-util from 0.20.1 to 0.20.3 Bumps [metrics-util](https://github.com/metrics-rs/metrics) from 0.20.1 to 0.20.3. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-util-v0.20.1...metrics-util-v0.20.3) --- updated-dependencies: - dependency-name: metrics-util dependency-version: 0.20.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- src/hyperlight-js/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00362f6..618a36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ dependencies = [ [[package]] name = "metrics-util" -version = "0.20.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4" +checksum = "9e56997f084e57b045edf17c3ed8ba7f9f779c670df8206dfd1c736f4c02dc4a" dependencies = [ "aho-corasick", "crossbeam-epoch", @@ -2099,6 +2099,7 @@ dependencies = [ "radix_trie", "rand 0.9.2", "rand_xoshiro", + "rapidhash", "sketches-ddsketch", ] diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index b354f7d..e1c528b 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -51,7 +51,7 @@ env_logger = "0.11" hyperlight-common = { workspace = true } lazy_static = "1.4.0" metrics-exporter-prometheus = "0.18" -metrics-util = "0.20.1" +metrics-util = "0.20.3" opentelemetry = "0.31.0" opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] } opentelemetry-otlp = { version = "0.31.1", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }