From e95eb92612fd6102bff35323e03bba5f3ccf854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:50:17 +0800 Subject: [PATCH] build(deps): bump zip from 8.3.1 to 8.4.0 in the dependencies group (#2270) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90c694132..599f2284f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10820,9 +10820,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.3.1" +version = "8.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c546feb4481b0fbafb4ef0d79b6204fc41c6f9884b1b73b1d73f82442fc0845" +checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" dependencies = [ "aes 0.8.4", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index c89b69fd3..5fa3d1058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -272,7 +272,7 @@ walkdir = "2.5.0" wildmatch = { version = "2.6.1", features = ["serde"] } windows = { version = "0.62.2" } xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] } -zip = "8.3.1" +zip = "8.4.0" zstd = "0.13.3" # Observability and Metrics