Skip to content

Commit

Permalink
Merge pull request #30 from hermit-os/dependabot/cargo/goblin-0.8
Browse files Browse the repository at this point in the history
Update goblin requirement from 0.7 to 0.8
  • Loading branch information
mkroening authored Jan 2, 2024
2 parents 557c768 + 0a01f3f commit d7a6340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
align-address = "0.1"
goblin = { version = "0.7", default-features = false, features = ["elf64"], optional = true }
goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
log = { version = "0.4", optional = true }
plain = { version = "0.2", optional = true }
time = { version = "0.3", default-features = false }
Expand Down

0 comments on commit d7a6340

Please sign in to comment.