diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index 8fb72324..f4efb65e 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -244,9 +244,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfeb764aa29a0774d290c2df134a37ab2e3c1ba59009162626658aabefda321a" +checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505" dependencies = [ "log", "plain", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index f42e7198..508864d7 100644 --- a/tools/yabridgectl/Cargo.toml +++ b/tools/yabridgectl/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.52" clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] } colored = "2.0.0" is_executable = "1.0.1" -goblin = { version = "0.5", default_features = false, features = ["std", "pe32", "pe64"] } +goblin = { version = "0.6", default_features = false, features = ["std", "pe32", "pe64"] } promptly = "0.3.1" # Version 0.1.3 from crates.io assumes a 64-bit toolchain reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }