diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 8edd97190d..644c2a8557 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -138,7 +138,7 @@ nautilus = ["grammartec", "std", "serde_json/std"] [build-dependencies] reqwest = { version = "0.11", features = ["blocking"], optional = true } rustversion = "1.0" -zip = { version = "1.2", optional = true } +zip = { version = "0.6", optional = true } [dev-dependencies] serde_json = { version = "1.0", default-features = false, features = ["alloc"] }