Skip to content

Commit 1d48752

Browse files
Update goblin requirement from 0.8 to 0.9 (#10)
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](https://github.com/m4b/goblin/commits) --- updated-dependencies: - dependency-name: goblin 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 0c5189b commit 1d48752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false # see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-
1313
workspace = true
1414

1515
[dependencies]
16-
goblin = { version = "0.8" }
16+
goblin = { version = "0.9" }
1717
rand = { version = "0.8.5" }
1818
cfg-if = { version = "1.0.0" }
1919
libc = { version = "0.2.155" }

0 commit comments

Comments
 (0)