From be91109e4a16983e547df47de15e8d28ce0b7b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:55:01 +0000 Subject: [PATCH] deps(deps): update zip requirement from 0.6.6 to 8.6.0 Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. - [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/commits/v8.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- aikit-sdk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d836cd2..f0c18f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus # ZIP archive handling -zip = "0.6.6" +zip = "8.6.0" # JSON serialization serde = { version = "1.0", features = ["derive"] } diff --git a/aikit-sdk/Cargo.toml b/aikit-sdk/Cargo.toml index 2087b3e..1bd40eb 100644 --- a/aikit-sdk/Cargo.toml +++ b/aikit-sdk/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dirs = "6.0" reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] } -zip = "2.3" +zip = "8.6" tempfile = "3.12" uuid = { version = "1", features = ["v4"] } aikit-agent = { path = "../aikit-agent", version = "0.1.0" }