diff --git a/Cargo.lock b/Cargo.lock index ff8decc8223..a0f54606ae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6296,9 +6296,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.3" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b280484c454e74e5fff658bbf7df8fdbe7a07c6b2de4a53def232c15ef138f3a" +checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7" dependencies = [ "arbitrary", "crc32fast", diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 10d631aebf1..cf449bbade1 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -33,7 +33,7 @@ gix-path = { version = "^0.10.14", path = "../gix-path", optional = true } gix-date = { version = "^0.9.3", path = "../gix-date" } flate2 = { version = "1.0.33", optional = true } -zip = { version = "2.1.0", optional = true, default-features = false, features = ["deflate"] } +zip = { version = "2.3.0", optional = true, default-features = false, features = ["deflate"] } jiff = { version = "0.2.0", default-features = false, features = ["std"] } thiserror = "2.0.0"