From d7d973741b2886e4fc8f0e4f830fc6a7fe5892ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 03:16:34 +0000 Subject: [PATCH] Bump framehop from 0.13.3 to 0.14.0 Bumps [framehop](https://github.com/mstange/framehop) from 0.13.3 to 0.14.0. - [Commits](https://github.com/mstange/framehop/compare/v0.13.3...v0.14.0) --- updated-dependencies: - dependency-name: framehop dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++---- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0abb3a481..792c46a02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ "cpp_demangle", "fallible-iterator", - "gimli", + "gimli 0.31.1", "memmap2", "object", "rustc-demangle", @@ -875,14 +875,14 @@ dependencies = [ [[package]] name = "framehop" -version = "0.13.3" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a5a3f0acb82df800ca3aa50c0d60d286c5d13d4cfc3114b3a9663f13b032fe" +checksum = "f0586ca77af938ae3d66a103d3082ac997b432e82e65d644be6ad2fa340f582d" dependencies = [ "arrayvec", "cfg-if", "fallible-iterator", - "gimli", + "gimli 0.32.0", "macho-unwind-info", "pe-unwind-info", ] @@ -1057,6 +1057,16 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe" +dependencies = [ + "fallible-iterator", + "stable_deref_trait", +] + [[package]] name = "gio" version = "0.16.7" diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 23753330c..e9bf26a4f 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -28,7 +28,7 @@ rand = { version = "0.9" } cfg-if = { version = "1.0.1" } libc = { version = "0.2.174" } flatbuffers = "25.2.10" -framehop = { version = "0.13.1", optional = true } +framehop = { version = "0.14.0", optional = true } fallible-iterator = { version = "0.3.0", optional = true } blake3 = "1.8.2" page_size = "0.6.0"