Skip to content

Commit

Permalink
Bump goblin from 0.7.1 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [goblin](https://github.com/m4b/goblin) from 0.7.1 to 0.8.0.
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](m4b/goblin@0.7.1...0.8.0)

---
updated-dependencies:
- dependency-name: goblin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 59f6576 commit 40a0e2d
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 40a0e2d

Please sign in to comment.