From 29969476c68eec9893b6adeba270c793d851c919 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 6 Feb 2024 13:31:41 +0900 Subject: [PATCH] Update goblin to 0.8 (#97) --- 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]