From 5837bacbbbb9daf582bc90959e9ec2ea0a638732 Mon Sep 17 00:00:00 2001
From: Mike Hommey
Date: Tue, 16 Jan 2024 11:41:11 +0900
Subject: [PATCH] Update goblin to 0.8
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index bf7c55f1..bcee9844 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ thiserror = "1.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
-goblin = "0.7.1"
+goblin = "0.8"
memmap2 = "0.9"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]