From 2b35f91557e47256c86b1c3cb2dba32ce1fecb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:41:06 +0000 Subject: [PATCH] deps(cargo): bump zip from 1.1.1 to 1.1.2 in the rust group Bumps the rust group with 1 update: [zip](https://github.com/Pr0methean/zip). Updates `zip` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/Pr0methean/zip/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Pr0methean/zip/compare/1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cc98bb..cb691ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "zip" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2655979068a1f8fa91cb9e8e5b9d3ee54d18e0ddc358f2f4a395afc0929a84b" +checksum = "2a23468b4a7a4e9e1e62812f8d1dd614f67f148e2b3faa72f4843bf00b573fd7" dependencies = [ "arbitrary", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 68cadb6..f271588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ windows-sys = { version = "0.52.0", features = [ "Win32_Security", "Win32_System_Diagnostics_Debug", ] } -zip = { version = "1.1.1", default-features = false, features = [ +zip = { version = "1.1.2", default-features = false, features = [ "deflate", "bzip2", ] }