From afb121e1d5dca43f0d81bb72a62a6050af4f48b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:06:33 +0000 Subject: [PATCH] chore(deps): update zip requirement from 4 to 7 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/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.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 0614ea3..e80e3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ futures-util = { version = "0.3", default-features = false, features = [ "std", ] } iso_currency = { version = "0.5", features = ["with-serde"] } -zip = "4" +zip = "7" base64 = "0.22" google-authenticator = { version = "0.4", optional = true } bon = "3"