Skip to content

Commit

Permalink
Bump the all group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.18` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.33` | `1.0.34` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.41` | `0.4.42` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` |
| [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |


Updates `anyhow` from 1.0.86 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

Updates `clap` from 4.5.16 to 4.5.18
- [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.16...clap_complete-v4.5.18)

Updates `flate2` from 1.0.33 to 1.0.34
- [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.33...1.0.34)

Updates `reqwest` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

Updates `tar` from 0.4.41 to 0.4.42
- [Commits](alexcrichton/tar-rs@0.4.41...0.4.42)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `regex` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

---
updated-dependencies:
- dependency-name: anyhow
  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-patch
  dependency-group: all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d44ada3 commit 675f4dc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

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

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
base64 = "0.22.1"
bzip2 = "0.4.4"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
directories = "5.0.1"
flate2 = "1.0.33"
flate2 = "1.0.34"
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.7", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.41"
tempfile = "3.12.0"
reqwest = { version = "0.12.8", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.42"
tempfile = "3.13.0"
zip = "2.2.0"
zstd = "0.13.2"

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

[profile.release]
Expand Down

0 comments on commit 675f4dc

Please sign in to comment.