Skip to content

Commit

Permalink
Merge pull request #1028 from hermit-os/dependabot/cargo/goblin-0.8.0
Browse files Browse the repository at this point in the history
build(deps): bump goblin from 0.7.1 to 0.8.0
  • Loading branch information
mkroening authored Jan 10, 2024
2 parents e6f948c + ee0bc88 commit 9a329a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
clap = { version = "4", features = ["derive"] }
goblin = { version = "0.7", default-features = false, features = ["archive", "elf32", "elf64", "std"] }
goblin = { version = "0.8", default-features = false, features = ["archive", "elf32", "elf64", "std"] }
llvm-tools = "0.1"
sysinfo = "0.30"
ureq = "2"
Expand Down

0 comments on commit 9a329a1

Please sign in to comment.