From db51638b9c1ae6c68ff0d1a08533bf0c5f9b9d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:06:57 +0000 Subject: [PATCH] Bump zip from 8.0.0 to 8.1.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.0.0 to 8.1.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.0.0...v8.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.1.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 8095d53..d91ca92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5389,9 +5389,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.0.0" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b32dd4ad3aca14ae109f8cce0495ac1c57f6f4f00ad459a40e582f89440d97" +checksum = "6e499faf5c6b97a0d086f4a8733de6d47aee2252b8127962439d8d4311a73f72" dependencies = [ "aes", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index f0b40d4..bcfc61a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ uuid = { version = "1.21", features = ["v4"] } hex = "0.4" infer = "0.19" sha2 = "0.10" -zip = "8.0" +zip = "8.1" # HTTP Client nyquest = { version = "0.4", features = ["async", "async-stream"] }