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"