From b0959bd39fe49bc9fff7969b58feb29d6fd1a628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:49:21 +0000 Subject: [PATCH] Bump zip from 4.0.0 to 4.1.0 Bumps [zip](https://github.com/zip-rs/zip2) from 4.0.0 to 4.1.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.0.0...v4.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.1.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 bfd533b..4e21c11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,9 +1290,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd" +checksum = "af7dcdb4229c0e79c2531a24de7726a0e980417a74fb4d030a35f535665439a0" dependencies = [ "arbitrary", "crc32fast", diff --git a/java_runtime/Cargo.toml b/java_runtime/Cargo.toml index bd8d421..779c03f 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.0", features = ["deflate"], default-features = false } +zip = { version = "^4.1", features = ["deflate"], default-features = false } url = { version = "^2.5", default-features = false } java_class_proto = { workspace = true }