From 59e926aa43130c88dd8c1f247cb457542115bbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:19:42 +0000 Subject: [PATCH] Bump zip from 2.2.2 to 2.3.0 Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.2 to 2.3.0. - [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/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++-------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index accd9782b..9c6dbf6cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,16 +932,6 @@ dependencies = [ "either", ] -[[package]] -name = "bzip2" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" -dependencies = [ - "bzip2-sys", - "libc", -] - [[package]] name = "bzip2" version = "0.5.1" @@ -1678,7 +1668,7 @@ dependencies = [ "axum-extra", "backtrace", "base64 0.22.1", - "bzip2 0.5.1", + "bzip2", "chrono", "clap", "comrak", @@ -8288,12 +8278,12 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.2" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45" +checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7" dependencies = [ "arbitrary", - "bzip2 0.4.4", + "bzip2", "crc32fast", "crossbeam-utils", "displaydoc", diff --git a/Cargo.toml b/Cargo.toml index 5b942f2d8..4b3f8af2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ lol_html = "2.0.0" font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" } dashmap = "6.0.0" string_cache = "0.8.0" -zip = {version = "2.2.0", default-features = false, features = ["bzip2"]} +zip = {version = "2.3.0", default-features = false, features = ["bzip2"]} bzip2 = "0.5.0" getrandom = "0.3.1" itertools = { version = "0.14.0" }