diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 94dcec338..bf110c243 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -10117,9 +10117,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "arbitrary", "crc32fast", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 33a543d20..e35570235 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -224,7 +224,7 @@ windows-implement = "0.60.0" windows-service = "0.8.0" winreg = "0.55.0" zbus = "5.11.0" -zip = { version = "5", default-features = false } +zip = { version = "6", default-features = false } [workspace.lints.clippy] dbg_macro = "warn"