diff --git a/Cargo.lock b/Cargo.lock index 070db41..7b17508 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5960,9 +5960,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" +checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7" dependencies = [ "arbitrary", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 45394a5..4d4e8b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tl self_update = { version = "=0.39.0", default-features = false, optional = true, features = ["rustls", "archive-tar", "compression-flate2"] } # FIXME: Downgraded to 0.39.0 due to https://github.com/jaemk/self_update/issues/136 tar = "0.4.43" toml = "0.8" -zip = { version = "2.2.0", default-features = false, features = ["deflate", "chrono"] } +zip = { version = "2.3.0", default-features = false, features = ["deflate", "chrono"] } # filtering jaq-core = { version = "2", optional = true }