Skip to content

Commit

Permalink
Merge pull request #310 from hermit-os/dependabot/cargo/goblin-0.8.0
Browse files Browse the repository at this point in the history
Bump goblin from 0.7.1 to 0.8.0
  • Loading branch information
mkroening authored Jan 2, 2024
2 parents 59f6576 + 40a0e2d commit 5073d19
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ colour = "0.7"
command-fds = "0.3"
futures = "0.3"
getset = "0.1"
goblin = { version = "0.7", default-features = false, features = ["elf64", "elf32", "endian_fd"] }
goblin = { version = "0.8", 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 5073d19

Please sign in to comment.