Skip to content

Commit

Permalink
build(deps): bump the patch-updates group across 1 directory with 6 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the patch-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.93` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` |
| [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
| [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.51` | `0.1.52` |
| [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.89` |



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

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

Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `cmake` from 0.1.51 to 0.1.52
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Changelog](https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cmake-rs@v0.1.51...v0.1.52)

Updates `syn` from 2.0.85 to 2.0.89
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.85...2.0.89)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent ca4b1d7 commit 527828d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ license = "MIT"
edition = "2021"

[workspace.dependencies]
anyhow = "1.0.91"
anyhow = "1.0.93"
atty = "0.2.14"
bindgen = "0.70.0"
bzip2 = "0.4.4"
cc = { version = "1.1.31", features = ["parallel"] }
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive", "cargo"] }
cmake = "0.1.51"
clap = { version = "4.5.21", features = ["derive", "cargo"] }
cmake = "0.1.52"
concolor-clap = "0.1.0"
cpu-time = "1.0.0"
flate2 = { version = "1.0.31", features = [
flate2 = { version = "1.0.35", features = [
"zlib-ng",
], default-features = false }
git2 = "0.19.0"
Expand Down

0 comments on commit 527828d

Please sign in to comment.