From 21eb19aff1357b1fb580c0836c592c0e60971c17 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 19 Nov 2025 08:37:49 +0100 Subject: [PATCH] chore: update dependencies --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8822c5c..5ad362b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,9 +867,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 = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 46bc8de..f7d2400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ console = "0.16" indicatif = "0.18" deob = { path = "libs/deob", version = "*", optional = true } -zip = { version = "5.1", optional = true } +zip = { version = "6.0", optional = true } bytes = "1.10" sha2 = { version = "0.10", default-features = false } base16ct = { version = "0.3", features = ["alloc"] }