From 247655858f916f6d7c74cb4b83e036e144020969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:09:52 +0000 Subject: [PATCH] Bump metrics from 0.24.4 to 0.24.5 Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.24.4 to 0.24.5. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.24.4...metrics-v0.24.5) --- updated-dependencies: - dependency-name: metrics dependency-version: 0.24.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight-js/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d3c484..00362f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,9 +2052,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "metrics" -version = "0.24.4" +version = "0.24.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7cd3e9eb685089c784f5769b1197d348c7274bc20d4e1349650f63b91b6d0af" +checksum = "ff56c2e7dce6bd462e3b8919986a617027481b1dcc703175b58cf9dd98a2f071" dependencies = [ "portable-atomic", "rapidhash", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index 09a6a4e..b354f7d 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0.102" fn-traits = "0.2.0" hyperlight-host = { workspace = true } hyperlight-js-runtime = { workspace = true } -metrics = "0.24.4" +metrics = "0.24.5" oxc_resolver = "11.19.1" phf = { version = "0.13", features = ["macros"] } serde = { version = "1.0" }