diff --git a/Cargo.lock b/Cargo.lock index 32fe83874..acddde4e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2044,9 +2044,9 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bac37bd902eaf3f9028708c4fbeed677e738cb2b34c2da8524c4731ebeb301e" +checksum = "3589659543c04c7dc5526ec858591015b87cd8746583b51b48ef4353f99dbcda" dependencies = [ "base64", "indexmap", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 87da56451..21b9669a1 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -103,7 +103,7 @@ tokio = { version = "1.48.0", features = ["full"] } criterion = "0.8.0" tracing-chrome = "0.7.2" metrics-util = "0.20.1" -metrics-exporter-prometheus = { version = "0.18.0", default-features = false } +metrics-exporter-prometheus = { version = "0.18.1", default-features = false } tracing-tracy = "0.11.4" serde_json = "1.0" hyperlight-component-macro = { workspace = true }