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]