From 47fe35d47b6f0308f32fb632381af65f905ab960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:13:00 +0000 Subject: [PATCH] Bump zip from 8.4.0 to 8.5.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.4.0 to 8.5.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v8.4.0...v8.5.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c93a18f..5cff0ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,9 +1508,9 @@ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" [[package]] name = "zip" -version = "8.4.0" +version = "8.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" +checksum = "2726508a48f38dceb22b35ecbbd2430efe34ff05c62bd3285f965d7911b33464" dependencies = [ "aes", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 18646a3..0964cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ nom = "8.0.0" scraper = "0.26.0" thiserror = "2.0.12" xmltree = "0.12.0" -zip = "8.4.0" +zip = "8.5.0" [dev-dependencies] assert_cmd = "2.2"