From 9a378ff4b5fc84fc123a2bc5fc045ab24163eb49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Jul 2025 00:15:21 +0000 Subject: [PATCH] Update Rust crate zip to 2.6.1 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index d3668e0..e0c1a60 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -35,7 +35,7 @@ sha2 = "0.10.9" image = "0.25.6" uuid = { version = "1.17.0", features = ["v4"] } httpdate = "1.0.3" -zip = "2.5.0" +zip = "2.6.1" mime_guess = "2.0.5" tempfile = "3.20.0" base64 = "0.22.1"