From 5f97841840f23d124164a910d4ebbfcb8e8a3a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:24:11 +0000 Subject: [PATCH] Update zip requirement from 0.6.6 to 2.2.0 in /sdk --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 9687fa40a..5af34d640 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -128,7 +128,7 @@ url = "2.5.2" uuid = { version = "1.10.0", features = ["serde", "v4", "js"] } x509-parser = "0.16.0" x509-certificate = "0.21.0" -zip = { version = "0.6.6", default-features = false } +zip = { version = "2.2.0", default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]