From 52c2eb77952cbc71578d657b45039a83ab8e4860 Mon Sep 17 00:00:00 2001 From: Sean Klein Date: Thu, 31 Oct 2024 13:13:30 -0700 Subject: [PATCH] 2.1.3 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19b55f9b1f..23efca6d02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11882,7 +11882,7 @@ dependencies = [ "toml 0.8.19", "tough", "url", - "zip 2.1.2", + "zip 2.1.3", ] [[package]] @@ -13221,9 +13221,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "098d5d7737fb0b70814faa73c17df84f047d38dd31d13bbf2ec3fb354b5abf45" +checksum = "775a2b471036342aa69bc5a602bc889cb0a06cda00477d0c69566757d5553d39" dependencies = [ "arbitrary", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index a76e885f43..23404a9849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -633,7 +633,7 @@ wicketd-api = { path = "wicketd-api" } wicketd-client = { path = "clients/wicketd-client" } zeroize = { version = "1.8.1", features = ["zeroize_derive", "std"] } # NOTE: Avoid upgrading zip until https://github.com/zip-rs/zip2/issues/231 is resolved -zip = { version = "=2.1.2", default-features = false, features = ["deflate","bzip2"] } +zip = { version = "=2.1.3", default-features = false, features = ["deflate","bzip2"] } zone = { version = "0.3", default-features = false, features = ["async"] } # newtype-uuid is set to default-features = false because we don't want to