diff --git a/Cargo.lock b/Cargo.lock index 16421c8b6..e213aa325 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "59317f77929f0e679d39364702289274de2f0f0b22cbf50b2b8cff2169a0b27a" dependencies = [ "cpp_demangle", "fallible-iterator", - "gimli 0.33.0", + "gimli", "memmap2", "object", "rustc-demangle", @@ -962,14 +962,14 @@ dependencies = [ [[package]] name = "framehop" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a7d65f75e837647bf8b1594ad3b559a929ee9a58d956d9f46999749957b6b9" +checksum = "6f54fe4785e899d4d6f43793b151c63c5647240fc630b005509d2614a939f693" dependencies = [ "arrayvec", "cfg-if", "fallible-iterator", - "gimli 0.32.3", + "gimli", "macho-unwind-info", "pe-unwind-info", ] @@ -1118,16 +1118,6 @@ dependencies = [ "wasip3", ] -[[package]] -name = "gimli" -version = "0.32.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" -dependencies = [ - "fallible-iterator", - "stable_deref_trait", -] - [[package]] name = "gimli" version = "0.33.0" diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 1c683e9b9..6c64ef553 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -28,7 +28,7 @@ rand = { version = "0.10" } cfg-if = { version = "1.0.4" } libc = { version = "0.2.185" } flatbuffers = "25.12.19" -framehop = { version = "0.15.0", optional = true } +framehop = { version = "0.16.0", optional = true } fallible-iterator = { version = "0.3.0", optional = true } blake3 = "1.8.4" page_size = "0.6.0"