diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 39f18dfb0..c53b79321 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -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" }