From 9f19fbe4a17bc5685912030957417d8c1a3ff31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:08:51 +0000 Subject: [PATCH] Bump object from 0.38.1 to 0.39.0 Bumps [object](https://github.com/gimli-rs/object) from 0.38.1 to 0.39.0. - [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.38.1...v0.39.0) --- updated-dependencies: - dependency-name: object dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/hyperlight_wasm_aot/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98ab102..3f912c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1664,7 +1664,7 @@ dependencies = [ "cargo-util-schemas", "cargo_metadata", "clap", - "object 0.38.1", + "object 0.39.0", "wasmtime", ] @@ -2299,9 +2299,9 @@ dependencies = [ [[package]] name = "object" -version = "0.38.1" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc" +checksum = "63944c133d03f44e75866bbd160b95af0ec3f6a13d936d69d31c81078cbc5baf" dependencies = [ "memchr", ] diff --git a/src/hyperlight_wasm_aot/Cargo.toml b/src/hyperlight_wasm_aot/Cargo.toml index 629d023..96c8707 100644 --- a/src/hyperlight_wasm_aot/Cargo.toml +++ b/src/hyperlight_wasm_aot/Cargo.toml @@ -16,7 +16,7 @@ wasmtime = { version = "36.0.6", default-features = false, features = ["cranelif clap = { version = "4.6", features = ["derive"] } cargo_metadata = "0.23" cargo-util-schemas = "0.10.1" -object = { version = "0.38.1", default-features = false, features = ["read_core", "elf"] } +object = { version = "0.39.0", default-features = false, features = ["read_core", "elf"] } [features] gdb = ["wasmtime/debug-builtins"]