From bc47f5bd9021196b76eceda140ef1abc1b98c234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:08:48 +0000 Subject: [PATCH] cargo: 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfad0e6..565a2ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bzip2" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" +checksum = "bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58" dependencies = [ "bzip2-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index dfb58c7..e9cbf7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ zip = { version = "2.2.2", default-features = false, features = ["deflate"] } flate2 = { version = "1.0.35", features = ["zlib"] } tar = "0.4.43" xz2 = "0.1.7" -bzip2 = "0.4.4" +bzip2 = "0.5.0" urlencoding = "2.1.3" itertools = "0.14.0"