Skip to content

Commit

Permalink
Merge pull request #1425 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 6ec20f1 + 27d756b commit 40f62df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 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.8", default-features = false, features = ["archive", "elf32", "elf64", "std"] }
goblin = { version = "0.9", default-features = false, features = ["archive", "elf32", "elf64", "std"] }
sysinfo = "0.32"
ureq = "2"
wait-timeout = "0.2"
Expand Down

0 comments on commit 40f62df

Please sign in to comment.