From 7d0b674dd2442e9399204fa9925dd5497e25e9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:23:21 +0000 Subject: [PATCH] Bump zip from 2.5.0 to 2.6.0 Bumps [zip](https://github.com/zip-rs/zip2) from 2.5.0 to 2.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/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 2.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 362fa88..c21edf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,9 +1114,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c03817464f64e23f6f37574b4fdc8cf65925b5bfd2b0f2aedf959791941f88" +checksum = "febbe83a485467affa75a75d28dc7494acd2f819e549536c47d46b3089b56164" dependencies = [ "arbitrary", "crc32fast", diff --git a/java_runtime/Cargo.toml b/java_runtime/Cargo.toml index d6a04c1..332e8d3 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 = "^2.5", features = ["deflate"], default-features = false } +zip = { version = "^2.6", features = ["deflate"], default-features = false } url = { version = "^2.5", default-features = false } java_class_proto = { workspace = true }