diff --git a/Cargo.lock b/Cargo.lock index d3be409d8..414ca16fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ dependencies = [ "log", "metrics", "metrics-exporter-prometheus", - "metrics-util 0.20.0", + "metrics-util", "mshv-bindings 0.2.1", "mshv-bindings 0.3.2", "mshv-ioctls 0.2.1", @@ -1785,9 +1785,9 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989903b4c7abfa6827a8d1128ef42faf83f8969d429797c5431f236f2cae8b8b" +checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15" dependencies = [ "base64", "http-body-util", @@ -1797,29 +1797,13 @@ dependencies = [ "indexmap", "ipnet", "metrics", - "metrics-util 0.19.1", + "metrics-util", "quanta", "thiserror 2.0.12", "tokio", "tracing", ] -[[package]] -name = "metrics-util" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", - "hashbrown", - "metrics", - "quanta", - "rand", - "rand_xoshiro", - "sketches-ddsketch", -] - [[package]] name = "metrics-util" version = "0.20.0" diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 22a938d50..b8c0a5935 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.20.0" -metrics-exporter-prometheus = "0.17.1" +metrics-exporter-prometheus = "0.17.2" tracing-tracy = "0.11.4" serde_json = "1.0" hyperlight-component-macro = { workspace = true }