diff --git a/Cargo.lock b/Cargo.lock index cfa990723a..a3f8910413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,9 +529,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.8.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" +checksum = "a712d2019b1758d703cd0319db5669a6fb27dd768ff9c78cc8847adb2b413930" dependencies = [ "log", "plain", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index e9f0305709..7be13717f0 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0" clap = { version = "4", features = ["derive"] } -goblin = { version = "0.8", default-features = false, features = ["archive", "elf32", "elf64", "std"] } +goblin = { version = "0.9", default-features = false, features = ["archive", "elf32", "elf64", "std"] } sysinfo = "0.32" ureq = "2" wait-timeout = "0.2"