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 }