diff --git a/Cargo.lock b/Cargo.lock index 820f349712b..0b5894a17ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5943,9 +5943,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835eb39822904d39cb19465de1159e05d371973f0c6df3a365ad50565ddc8b9" +checksum = "c034aa6c54f654df20e7dc3713bc51705c12f280748fb6d7f40f87c696623e34" dependencies = [ "arbitrary", "crc32fast", diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 5b94e4eb241..1786e91e543 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -33,7 +33,7 @@ gix-path = { version = "^0.10.20", path = "../gix-path", optional = true } gix-date = { version = "^0.10.5", path = "../gix-date" } flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] } -zip = { version = "4.3.0", optional = true, default-features = false, features = ["deflate-flate2"] } +zip = { version = "4.6.0", optional = true, default-features = false, features = ["deflate-flate2"] } jiff = { version = "0.2.15", default-features = false, features = ["std"] } thiserror = "2.0.0"