diff --git a/Cargo.lock b/Cargo.lock index 8b20394..b5b346d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143" +checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index 460f5a0..bdc78c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "A linker for patching and injecting custom code into an XBE binar [dependencies] # Binary Parsing/Modification xbe = { git = "https://github.com/BfBBModdingTools/xbe", branch = "main" } -goblin = "0.5" +goblin = "0.6" byteorder = "1" # CLI