Skip to content

Commit

Permalink
Bump the all group with 5 updates (#161)
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] committed Sep 17, 2024
1 parent 43c4359 commit d44ada3
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 44 deletions.
110 changes: 74 additions & 36 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ edition = "2021"
anyhow = "1.0.86"
base64 = "0.22.1"
bzip2 = "0.4.4"
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
directories = "5.0.1"
flate2 = "1.0.31"
flate2 = "1.0.33"
fs4 = { version = "0.9.1", features = ["sync"] }
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
once_cell = "1.19.0"
os_pipe = "1.2.1"
reqwest = { version = "0.12.5", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.7", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.41"
tempfile = "3.11.0"
zip = "2.1.6"
tempfile = "3.12.0"
zip = "2.2.0"
zstd = "0.13.2"

[build-dependencies]
base64 = "0.22.1"
flate2 = "1.0.31"
flate2 = "1.0.33"
highway = "1.2.0"
rand = "0.8.5"
regex = "1.10.6"
reqwest = { version = "0.12.5", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.7", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.41"
zip = "2.1.6"
zip = "2.2.0"

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

0 comments on commit d44ada3

Please sign in to comment.