From 792f33ac19bb7e697083f5dad39ca7eb12b2c055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:22:15 +0000 Subject: [PATCH] chore(deps): Update bzip2 requirement from 0.5.2 to 0.6.1 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.1) --- updated-dependencies: - dependency-name: bzip2 dependency-version: 0.6.1 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..fc1cafd 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.1" indicatif = "0.17.7" dirs = "6.0.0" cargo_metadata = "0.20.0"