Skip to content

Commit

Permalink
chore(deps): bump clap_complete from 4.5.2 to 4.5.5
Browse files Browse the repository at this point in the history
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.5.
- [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.2...clap_complete-v4.5.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent e7ce7cc commit 18647c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ anda-config = { path = "./anda-config", version = "0.1.8" }
andax = { path = "./andax", version = "0.1.12" }
flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.1.5"
clap_complete = "4.5.5"
cmd_lib = "1.3.0"
tokio = { version = "1.38.0", features = ["full"] }
async-trait = "0.1.67"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ clap_mangen = "0.2.9"
anda = { path = ".." }
clap = { version = "4.5.6", features = ["derive", "env"] }
anyhow = "1.0.81"
clap_complete = "4.5.1"
clap_complete = "4.5.5"

0 comments on commit 18647c7

Please sign in to comment.