diff --git a/Cargo.toml b/Cargo.toml index 362230d82..4ccba7822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ gimli = { version = "0.31.0", default-features = false, features = [ "std", "fallible-iterator", ] } -goblin = { version = "0.8.0", default-features = false } +goblin = { version = "0.10.0", default-features = false } indexmap = "2.0.0" insta = { version = "1.28.0", features = ["yaml"] } itertools = "0.13.0"