Skip to content

Commit f16ddf2

Browse files
Update goblin requirement from 0.9.2 to 0.10.0 (#3275)
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.9.3...0.10.0) --- updated-dependencies: - dependency-name: goblin dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 918e8a6 commit f16ddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ hashbrown = { workspace = true, default-features = true, features = [
114114
] } # A faster hashmap, nostd compatible
115115
num-traits = { workspace = true, default-features = true }
116116
num_enum = { workspace = true, default-features = true }
117-
goblin = "0.9.2"
117+
goblin = "0.10.0"
118118
libc = { workspace = true }
119119
strum = "0.27.0"
120120
strum_macros = "0.27.0"

0 commit comments

Comments
 (0)