Skip to content

Commit 0a01f3f

Browse files
Update goblin requirement from 0.7 to 0.8
Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version. - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](m4b/goblin@0.7.0...0.8.0) --- updated-dependencies: - dependency-name: goblin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 557c768 commit 0a01f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2121

2222
[dependencies]
2323
align-address = "0.1"
24-
goblin = { version = "0.7", default-features = false, features = ["elf64"], optional = true }
24+
goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
2525
log = { version = "0.4", optional = true }
2626
plain = { version = "0.2", optional = true }
2727
time = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)