Skip to content

Commit

Permalink
Merge pull request #390 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 21, 2024
2 parents 3c4716e + 75305f8 commit ec6bee5
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ colour = "2.1"
command-fds = "0.3"
futures = "0.3"
getset = "0.1"
goblin = { version = "0.8", default-features = false, features = ["elf64", "elf32", "endian_fd"] }
goblin = { version = "0.9", default-features = false, features = ["elf64", "elf32", "endian_fd"] }
libc = "0.2"
log = { version = "0.4", features = ["std"] }
netlink-packet-core = "0.7"
Expand Down

0 comments on commit ec6bee5

Please sign in to comment.