diff --git a/Cargo.lock b/Cargo.lock index 59accf1dd..4e3abfbec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,9 +2001,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" +checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8" dependencies = [ "ahash", "portable-atomic", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index bf90ccf1b..7ab74ec96 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -47,7 +47,7 @@ crossbeam-channel = "0.5.15" thiserror = "2.0.17" chrono = { version = "0.4", optional = true } anyhow = "1.0" -metrics = "0.24.2" +metrics = "0.24.3" serde_json = "1.0" elfcore = "2.0" uuid = { version = "1.18.1", features = ["v4"] }