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 = [