From e7587bb6173e455dda0b2bace807e6cdf52163b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:25:51 +0000 Subject: [PATCH] Bump zip from 8.2.0 to 8.4.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.2.0 to 8.4.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.2.0...v8.4.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.4.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 64b0fd3..431259e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5501,9 +5501,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.2.0" +version = "8.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" +checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index c168380..2b1d94f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros", "sync", " unicode-width = "0.2.2" url = "2.5.8" ureq = "3.2.0" -zip = { version = "8.2.0", default-features = false, features = ["deflate"] } +zip = { version = "8.4.0", default-features = false, features = ["deflate"] } ratatui = "0.30.0" serde_json = "1.0.149"