From 912cc098af2a7a91fad9e84c8c940b8bf6593c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:50:37 +0000 Subject: [PATCH] build(deps): bump zip from 8.2.0 to 8.3.1 Bumps [zip](https://github.com/zip-rs/zip2) from 8.2.0 to 8.3.1. - [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.2.0...v8.3.1) --- updated-dependencies: - dependency-name: zip dependency-version: 8.3.1 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 e2de971..efd14a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2632,9 +2632,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.2.0" +version = "8.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" +checksum = "5c546feb4481b0fbafb4ef0d79b6204fc41c6f9884b1b73b1d73f82442fc0845" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 6f4d193..9380d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ sha2 = "0.10" tar = "0.4" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } toml = "1" -zip = { version = "8.2.0", default-features = false, features = ["deflate"] } +zip = { version = "8.3.1", default-features = false, features = ["deflate"] } [dev-dependencies] tempfile = "3"