diff --git a/Cargo.toml b/Cargo.toml index 89a0ec5..c6fca45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ is-it-maintained-open-issues = { repository = "enarx/rcrt1" } [dependencies] libc = { version = "0.2", features = [] } -goblin = { version = "0.6", default-features = false, features = [ "elf64" ] } +goblin = { version = "0.7", default-features = false, features = [ "elf64" ] }