diff --git a/Cargo.lock b/Cargo.lock index 3d3c484..00362f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,9 +2052,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "metrics" -version = "0.24.4" +version = "0.24.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7cd3e9eb685089c784f5769b1197d348c7274bc20d4e1349650f63b91b6d0af" +checksum = "ff56c2e7dce6bd462e3b8919986a617027481b1dcc703175b58cf9dd98a2f071" dependencies = [ "portable-atomic", "rapidhash", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index 09a6a4e..b354f7d 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0.102" fn-traits = "0.2.0" hyperlight-host = { workspace = true } hyperlight-js-runtime = { workspace = true } -metrics = "0.24.4" +metrics = "0.24.5" oxc_resolver = "11.19.1" phf = { version = "0.13", features = ["macros"] } serde = { version = "1.0" }