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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-18 00:11:41 +00:00 committed by GitHub
parent 25973857c5
commit 6a0bdbc7ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1028,9 +1028,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "2.2.1" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"crc32fast", "crc32fast",

View file

@ -19,7 +19,7 @@ regex = "1"
ring = "0.17" ring = "0.17"
rustler = "0.35" rustler = "0.35"
url = "2.5" 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] [profile.release]
opt-level = 3 opt-level = 3