From b6df5089a8a2a577761a9e1f6c57b9bcaf50a4f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 02:01:24 +0000 Subject: [PATCH] Update Rust crate zip to v8 --- kanpyo-dict/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanpyo-dict/Cargo.toml b/kanpyo-dict/Cargo.toml index 82b60c5..d2bdce6 100644 --- a/kanpyo-dict/Cargo.toml +++ b/kanpyo-dict/Cargo.toml @@ -24,4 +24,4 @@ itertools = "0.14.0" regex = "1.10.5" serde = { version = "1.0.203", features = ["derive"] } thiserror = "2.0.9" -zip = "7.0.0" +zip = "8.0.0"