From a4cfc2ab27f34b0fb3fd4326ac75ff2c6787b3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 01:47:55 +0000 Subject: [PATCH] Update zip requirement from 0.6 to 1.2 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...v1.2.0) --- updated-dependencies: - dependency-name: zip 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 369f6b9..25d13d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures-util = { version = "0.3", default-features = false, features = [ "std", ] } iso_currency = { version = "0.4", features = ["with-serde"] } -zip = "0.6" +zip = "1.2" base64 = "0.22" google-authenticator = { version = "0.4", optional = true } prost = { version = "0.12", optional = true }