From bdc88dad931111a18c38cabedd9f064999332aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:58:12 +0000 Subject: [PATCH] chore(deps): bump zip from 2.2.1 to 2.2.2 (#526) Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.1 to 2.2.2. - [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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/weaver_cache/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3655f2d9..30098ffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5251,9 +5251,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" +checksum = "ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45" dependencies = [ "aes", "arbitrary", diff --git a/crates/weaver_cache/Cargo.toml b/crates/weaver_cache/Cargo.toml index f4f90496..415ad75f 100644 --- a/crates/weaver_cache/Cargo.toml +++ b/crates/weaver_cache/Cargo.toml @@ -25,7 +25,7 @@ gix = { version = "0.68.0", default-features = false, features = [ ] } flate2 = "1.0.35" tar = "0.4.43" -zip = "2.2.1" +zip = "2.2.2" thiserror.workspace = true serde.workspace = true