From 0159f41828aaf4290600331f48c96d386a461894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:05:26 +0000 Subject: [PATCH] chore(deps): update zip requirement from 0.6 to 8.1 in /veza-chat-server 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/v0.6.4...v8.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- veza-chat-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..0dd7ebdde 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -135,7 +135,7 @@ image = { version = "0.24", features = ["png", "jpeg", "webp"], optional = true infer = { version = "0.15", optional = true } # Détection de type de fichier mime = "0.3" # Types MIME tempfile = { version = "3.8", optional = true } # Fichiers temporaires -zip = { version = "0.6", optional = true } # Archives ZIP +zip = { version = "8.1", optional = true } # Archives ZIP # ═══════════════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════════════