Skip to content

Commit

Permalink
build(deps): bump the cargo group with 2 updates (#127)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.17 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.17...clap_complete-v4.5.18)

Updates `clap_complete` from 4.5.26 to 4.5.29
- [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.26...clap_complete-v4.5.29)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 17665d3 commit 276b209
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/0xk1f0/rwpspread"
license = "GPL-3.0-only"

[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
glob = "0.3.1"
image = "0.25.2"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
Expand All @@ -20,8 +20,8 @@ smithay-client-toolkit = { version = "0.19.2", default_features = false, feature
toml = "0.8.19"

[build-dependencies]
clap = { version = "4.5.17", features = ["derive"] }
clap_complete = "4.5.26"
clap = { version = "4.5.18", features = ["derive"] }
clap_complete = "4.5.29"
clap_mangen = "0.2.23"
serde = { version = "1.0.210", features = ["derive"] }

Expand Down

0 comments on commit 276b209

Please sign in to comment.