From 2135673fd07050da9b615bbeb04daa1751b116b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:43:49 +0000 Subject: [PATCH] build(deps): bump zip from 0.6.2 to 0.6.3 Bumps [zip](https://github.com/zip-rs/zip) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... 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 097df2a5e..23890bed7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3287,9 +3287,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc" [[package]] name = "zip" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d" +checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 9bc0f752d..6acaf55dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,7 +268,7 @@ phf = "0.11.1" selinux = { version="0.3", optional = true } textwrap = { version="0.15", features=["terminal_size"] } uucore = { version=">=0.0.16", package="uucore", path="src/uucore" } -zip = { version = "0.6.0", optional=true, default_features=false, features=["deflate"] } +zip = { version = "0.6.3", optional=true, default_features=false, features=["deflate"] } # * uutils uu_test = { optional=true, version="0.0.16", package="uu_test", path="src/uu/test" } #