diff --git a/Cargo.lock b/Cargo.lock index 81a24d0a2..9d9daf582 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1330,9 +1330,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.8.2" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" +checksum = "53ab3f32d1d77146981dea5d6b1e8fe31eedcb7013e5e00d6ccd1259a4b4d923" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index 36618fe2b..a2358c19f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ fs2 = { version = "0.4.3" } futures = { version = "0.3.30" } glob = { version = "0.3.1" } globwalk = { version = "0.9.1" } -goblin = { version = "0.8.2", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] } +goblin = { version = "0.9.0", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] } hex = { version = "0.4.3" } home = { version = "0.5.9" } html-escape = { version = "0.2.13" }