Skip to content

Commit e378181

Browse files
Bump the all group with 4 updates (#183)
Bumps the all group with 4 updates: [bzip2](https://github.com/trifectatechfoundation/bzip2-rs), [clap](https://github.com/clap-rs/clap), [flate2](https://github.com/rust-lang/flate2-rs) and [zip](https://github.com/zip-rs/zip2). Updates `bzip2` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](trifectatechfoundation/bzip2-rs@v0.5.1...v0.5.2) Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.30...v4.5.31) Updates `flate2` from 1.0.35 to 1.1.0 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.35...1.1.0) Updates `zip` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: bzip2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b01f8e commit e378181

File tree

2 files changed

+20
-31
lines changed

2 files changed

+20
-31
lines changed

Cargo.lock

Lines changed: 14 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ edition = "2021"
1010
[dependencies]
1111
anyhow = "1.0.95"
1212
base64 = "0.22.1"
13-
bzip2 = "0.5.0"
14-
clap = { version = "4.5.27", features = ["derive"] }
13+
bzip2 = "0.5.2"
14+
clap = { version = "4.5.31", features = ["derive"] }
1515
directories = "6.0.0"
16-
flate2 = "1.0.35"
16+
flate2 = "1.1.0"
1717
fs4 = { version = "0.13.0", features = ["sync"] }
1818
indicatif = { version = "0.17.11", features = ["improved_unicode"] }
1919
once_cell = "1.20.2"
2020
os_pipe = "1.2.1"
2121
reqwest = { version = "0.12.12", features = ["blocking", "rustls-tls"], default-features = false }
2222
tar = "0.4.43"
2323
tempfile = "3.16.0"
24-
zip = "2.2.2"
24+
zip = "2.2.3"
2525
zstd = "0.13.2"
2626

2727
[build-dependencies]
2828
base64 = "0.22.1"
29-
flate2 = "1.0.35"
29+
flate2 = "1.1.0"
3030
highway = "1.3.0"
3131
rand = "0.9.0"
3232
regex = "1.11.1"
3333
reqwest = { version = "0.12.12", features = ["blocking", "rustls-tls"], default-features = false }
3434
tar = "0.4.43"
35-
zip = "2.2.2"
35+
zip = "2.2.3"
3636

3737
[profile.release]
3838
panic = "abort"

0 commit comments

Comments
 (0)