From 9c65fb6e98ec4cdfc8da181cc5650b797169542a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:26:27 +0000 Subject: [PATCH] Update Rust crate goblin to 0.8.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49e6387..ce04d5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "goblin" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07a4ffed2093b118a525b1d8f5204ae274faed5604537caf7135d0f18d9887" +checksum = "8ce2dfb858618fd40cafc83efadd02705adf6ffba765098736bd950c3c945fe0" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index 82d865d..2787e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], opti ctor = "0.2.8" [build-dependencies] -goblin = "0.8.0" +goblin = "0.8.1" build-target = "0.4" serde = { version = "1.0", features = ["derive"] } toml = "0.8.12"