Skip to content

Commit

Permalink
Merge pull request #384 from hermit-os/dependabot/cargo/goblin-0.9.0
Browse files Browse the repository at this point in the history
build(deps): bump goblin from 0.8.2 to 0.9.0
  • Loading branch information
mkroening authored Oct 22, 2024
2 parents ce9730d + fc73153 commit 118b83d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ x86_64 = { version = "0.15", default-features = false, features = ["instructions
[target.'cfg(target_arch = "aarch64")'.dependencies]
aarch64-cpu = "9"
hermit-dtb = { version = "0.1" }
goblin = { version = "0.8", default-features = false, features = ["elf64"] }
goblin = { version = "0.9", default-features = false, features = ["elf64"] }

[target.'cfg(target_os = "uefi")'.dependencies]
uefi = { version = "0.32", features = ["alloc", "panic_handler", "qemu"] }
Expand Down

0 comments on commit 118b83d

Please sign in to comment.