From df53a75622ddfe4a35c990f1eabd777786263c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:39:56 +0000 Subject: [PATCH] Update bzip2 requirement from 0.5.2 to 0.6.0 Updates the requirements on [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) to permit the latest version. - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: bzip2 dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cargo-wef/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-wef/Cargo.toml b/crates/cargo-wef/Cargo.toml index b66c432..6127853 100644 --- a/crates/cargo-wef/Cargo.toml +++ b/crates/cargo-wef/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.12.15", features = ["blocking", "json"] } serde = { version = "1.0.219", features = ["derive"] } fs_extra = "1.3.0" tar = "0.4.44" -bzip2 = "0.5.2" +bzip2 = "0.6.0" indicatif = "0.17.7" dirs = "6.0.0" cargo_metadata = "0.20.0"