From 7f5ead369bafe691023326eddaefdbbfaee822f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 04:11:12 +0000 Subject: [PATCH] Bump metrics-exporter-prometheus from 0.17.0 to 0.17.1 Bumps [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) from 0.17.0 to 0.17.1. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.17.0...metrics-exporter-prometheus-v0.17.1) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-version: 0.17.1 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 b68404a08..daa517d26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1785,9 +1785,9 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df88858cd28baaaf2cfc894e37789ed4184be0e1351157aec7bf3c2266c793fd" +checksum = "989903b4c7abfa6827a8d1128ef42faf83f8969d429797c5431f236f2cae8b8b" dependencies = [ "base64", "http-body-util", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 3bb0f3cec..d8366435a 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -100,7 +100,7 @@ tokio = { version = "1.45.1", features = ["full"] } criterion = "0.6.0" tracing-chrome = "0.7.2" metrics-util = "0.19.2" -metrics-exporter-prometheus = "0.17.0" +metrics-exporter-prometheus = "0.17.1" tracing-tracy = "0.11.4" serde_json = "1.0" hyperlight-component-macro = { workspace = true }