From 71c36b1674e1e768716aaa96fc231d5227400ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:07:26 +0000 Subject: [PATCH] Update zip requirement from 2.4.2 to 8.5.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/compare/v2.4.2...v8.5.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b5983c..476ee7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sanitize-filename = "0.6.0" serde_json = "1.0.114" serde = { version = "1.0.197", features = ["derive"] } syntect = { version = "5.2.0", default-features = false } -zip = "2.4.2" +zip = "8.5.0" [features] default = ["__zstd", "__syntect-fast", "dep:rusqlite"]