From 0154f3c0f29092b3fb97c3a4e4b106bef86635fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:22:08 +0000 Subject: [PATCH] Bump zip from 6.0.0 to 7.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 6.0.0 to 7.0.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/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- observer_ward/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7171316..dd11e85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3359,9 +3359,9 @@ dependencies = [ [[package]] name = "zip" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" +checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" dependencies = [ "arbitrary", "crc32fast", diff --git a/observer_ward/Cargo.toml b/observer_ward/Cargo.toml index 0577c22..4d7dc5e 100644 --- a/observer_ward/Cargo.toml +++ b/observer_ward/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "=0.3.22", features = ["env-filter", "fmt"] } log = "0.4.28" console = "0.16.1" async-trait = { version = "0.1", optional = true } -zip = { version = "6.0.0", default-features = false, features = ["deflate"] } +zip = { version = "7.0.0", default-features = false, features = ["deflate"] } actix-web-httpauth = "0.8.1" actix-web = { version = "4.12.1", default-features = false, features = [ "macros",