Skip to content

Commit

Permalink
Bump the all group with 5 updates (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent e6e6937 commit 9531b7e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 55 deletions.
86 changes: 38 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ license = "Apache-2.0 OR MIT"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
base64 = "0.22.1"
bzip2 = "0.4.4"
clap = { version = "4.5.21", features = ["derive"] }
bzip2 = "0.5.0"
clap = { version = "4.5.23", features = ["derive"] }
directories = "5.0.1"
flate2 = "1.0.35"
fs4 = { version = "0.12.0", features = ["sync"] }
indicatif = { version = "0.17.9", features = ["improved_unicode"] }
once_cell = "1.20.2"
os_pipe = "1.2.1"
reqwest = { version = "0.12.9", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.12", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.43"
tempfile = "3.14.0"
zip = "2.2.1"
zip = "2.2.2"
zstd = "0.13.2"

[build-dependencies]
Expand All @@ -30,9 +30,9 @@ flate2 = "1.0.35"
highway = "1.2.0"
rand = "0.8.5"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.12", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.43"
zip = "2.2.1"
zip = "2.2.2"

[profile.release]
panic = "abort"
Expand Down

0 comments on commit 9531b7e

Please sign in to comment.