From 01713d882f9b3bceeb1fe758a211ea8d32c0b663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:13:37 +0000 Subject: [PATCH] Bump metrics-exporter-prometheus from 0.16.2 to 0.17.0 Bumps [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) from 0.16.2 to 0.17.0. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-exporter-prometheus-v0.16.2...metrics-exporter-prometheus-v0.17.0) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e11d3262..88e770e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,9 +1747,9 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.16.2" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" +checksum = "df88858cd28baaaf2cfc894e37789ed4184be0e1351157aec7bf3c2266c793fd" dependencies = [ "base64", "http-body-util", @@ -1761,7 +1761,7 @@ dependencies = [ "metrics", "metrics-util", "quanta", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", ] diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 6f1373a45..3f037285b 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -102,7 +102,7 @@ tokio = { version = "1.44.2", features = ["full"] } criterion = "0.5.1" tracing-chrome = "0.7.2" metrics-util = "0.19.1" -metrics-exporter-prometheus = "0.16.2" +metrics-exporter-prometheus = "0.17.0" [target.'cfg(windows)'.dev-dependencies] windows = { version = "0.61", features = [