Skip to content

Commit

Permalink
Update goblin requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 66ff3db commit 63491a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bench = false # see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-
workspace = true

[dependencies]
goblin = { version = "0.8" }
goblin = { version = "0.9" }
rand = { version = "0.8.5" }
cfg-if = { version = "1.0.0" }
libc = { version = "0.2.155" }
Expand Down

0 comments on commit 63491a9

Please sign in to comment.