From 8547d69bc669561e402ccced55db9ffac8bd7e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:42:53 +0000 Subject: [PATCH] build(deps): update zip requirement from 2 to 8 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/compare/v2.0.0...v8.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index f9555ad..f670e69 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,7 +10,7 @@ name = "streamxl_core" crate-type = ["cdylib", "rlib"] [dependencies] -zip = "2" +zip = "8" quick-xml = { version = "0.36", features = ["async-tokio"] } pyo3 = { version = "0.23", features = ["extension-module"], optional = true }