From 6a0bdbc7cab0a93cf32b7810d101acce70014ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:11:41 +0000 Subject: [PATCH] Bump zip from 2.2.1 to 2.3.0 in /native/philomena Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.1 to 2.3.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/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/philomena/Cargo.lock | 4 ++-- native/philomena/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/philomena/Cargo.lock b/native/philomena/Cargo.lock index 46fee274..8367eb40 100644 --- a/native/philomena/Cargo.lock +++ b/native/philomena/Cargo.lock @@ -1028,9 +1028,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" +checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7" dependencies = [ "arbitrary", "crc32fast", diff --git a/native/philomena/Cargo.toml b/native/philomena/Cargo.toml index fd0a69e2..6471d746 100644 --- a/native/philomena/Cargo.toml +++ b/native/philomena/Cargo.toml @@ -19,7 +19,7 @@ regex = "1" ring = "0.17" rustler = "0.35" url = "2.5" -zip = { version = "2.2.0", features = ["deflate"], default-features = false } +zip = { version = "2.3.0", features = ["deflate"], default-features = false } [profile.release] opt-level = 3