diff --git a/Cargo.toml b/Cargo.toml index 94257b4..8d02254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] align-address = "0.1" -goblin = { version = "0.7", default-features = false, features = ["elf64"], optional = true } +goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true } log = { version = "0.4", optional = true } plain = { version = "0.2", optional = true } time = { version = "0.3", default-features = false }