Skip to content

Commit 1a2d15b

Browse files
Bump object from 0.38.1 to 0.39.0 (#436)
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](gimli-rs/object@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31158dc commit 1a2d15b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wasmtime = { version = "36.0.6", default-features = false, features = ["cranelif
1616
clap = { version = "4.6", features = ["derive"] }
1717
cargo_metadata = "0.23"
1818
cargo-util-schemas = "0.10.1"
19-
object = { version = "0.38.1", default-features = false, features = ["read_core", "elf"] }
19+
object = { version = "0.39.0", default-features = false, features = ["read_core", "elf"] }
2020

2121
[features]
2222
gdb = ["wasmtime/debug-builtins"]

0 commit comments

Comments
 (0)