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 # ═══════════════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════════════