Update Rust crate goblin to 0.7.1

This commit is contained in:
renovate[bot] 2023-06-12 04:39:53 +00:00 committed by GitHub
parent 0847f12398
commit 671836ce9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -318,9 +318,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "goblin"
version = "0.6.1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
checksum = "f27c1b4369c2cd341b5de549380158b105a04c331be5db9110eef7b6d2742134"
dependencies = [
"log",
"plain",

View File

@ -31,7 +31,7 @@ windows-sys = { version = "0.48.0", features = ["Win32_System_ClrHosting"], opti
ctor = "0.2.2"
[build-dependencies]
goblin = "0.6.1"
goblin = "0.7.1"
[dev-dependencies]
pretty_assertions = "1.3.0"