From fb9607c7792f459b3c08ffa82834bc0c6fe4cdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:17:28 +0000 Subject: [PATCH] Bump zip from 4.5.0 to 4.6.0 Bumps [zip](https://github.com/zip-rs/zip2) from 4.5.0 to 4.6.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/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- java_runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6348227..36a5494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,9 +1129,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835eb39822904d39cb19465de1159e05d371973f0c6df3a365ad50565ddc8b9" +checksum = "c034aa6c54f654df20e7dc3713bc51705c12f280748fb6d7f40f87c696623e34" dependencies = [ "arbitrary", "crc32fast", diff --git a/java_runtime/Cargo.toml b/java_runtime/Cargo.toml index 6e3119a..4afa88f 100644 --- a/java_runtime/Cargo.toml +++ b/java_runtime/Cargo.toml @@ -15,7 +15,7 @@ tracing = { workspace = true } chrono = { version = "^0.4", default-features = false } encoding_rs = { version = "^0.8", features = ["alloc"], default-features = false } event-listener = { version = "^5.4", default-features = false } -zip = { version = "^4.4", features = ["deflate"], default-features = false } +zip = { version = "^4.6", features = ["deflate"], default-features = false } url = { version = "^2.5", default-features = false } java_class_proto = { workspace = true }