From 864dc17b4c1fe4214dedaa3e5f92dd6d147e6b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:54:04 +0000 Subject: [PATCH] Bump zip from 8.1.0 to 8.2.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.1.0 to 8.2.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.1.0...v8.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.2.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 2534def..e51a953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5799,9 +5799,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.1.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e499faf5c6b97a0d086f4a8733de6d47aee2252b8127962439d8d4311a73f72" +checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" dependencies = [ "aes", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 618666c..524f92a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ uuid = { version = "1.21", features = ["v4"] } hex = "0.4" infer = "0.19" sha2 = "0.10" -zip = "8.1" +zip = "8.2" # HTTP Client nyquest = { version = "0.4", features = ["async", "async-stream"] }