mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 02:13:56 +02:00
[yabridgectl] Upgrade goblin dependency
This commit is contained in:
Generated
+2
-2
@@ -244,9 +244,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "goblin"
|
name = "goblin"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cfeb764aa29a0774d290c2df134a37ab2e3c1ba59009162626658aabefda321a"
|
checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"plain",
|
"plain",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ anyhow = "1.0.52"
|
|||||||
clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] }
|
clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] }
|
||||||
colored = "2.0.0"
|
colored = "2.0.0"
|
||||||
is_executable = "1.0.1"
|
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"
|
promptly = "0.3.1"
|
||||||
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
|
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
|
||||||
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
|
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
|
||||||
|
|||||||
Reference in New Issue
Block a user