From 1bf5f028cc46295e129b4a7d55c45d3080200846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:45:48 +0000 Subject: [PATCH] Bump bzip2 from 0.4.4 to 0.5.0 Bumps [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) from 0.4.4 to 0.5.0. - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0) --- updated-dependencies: - dependency-name: bzip2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f9967a..44bd757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,6 +177,16 @@ dependencies = [ "libc", ] +[[package]] +name = "bzip2" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58" +dependencies = [ + "bzip2-sys", + "libc", +] + [[package]] name = "bzip2-sys" version = "0.1.11+1.0.8" @@ -1052,7 +1062,7 @@ name = "luxtorpeda" version = "71.0.0" dependencies = [ "ar", - "bzip2", + "bzip2 0.5.0", "chrono", "flate2", "futures-util", @@ -2779,7 +2789,7 @@ dependencies = [ "aes", "arbitrary", "byteorder", - "bzip2", + "bzip2 0.4.4", "constant_time_eq", "crc32fast", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index 05a6a6d..43f2586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.43" xz2 = "0.1.7" sha2 = "0.10" hex = "0.4.3" -bzip2 = "0.4.4" +bzip2 = "0.5.0" zip = "1.1.3" flate2 = "1.0.35" futures-util = "0.3.31"