Skip to content

Commit

Permalink
build(deps): bump clap_complete from 4.4.2 to 4.4.3
Browse files Browse the repository at this point in the history
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3.
- [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.4.2...clap_complete-v4.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 385c874 commit 53d9ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 wezterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
anyhow = "1.0"
chrono = {version="0.4", default-features=false}
clap = {version="4.0", features=["derive", "wrap_help"]}
clap_complete = "4.0"
clap_complete = "4.4"
clap_complete_fig = "4.0"
codec = { path = "../codec" }
config = { path = "../config" }
Expand Down

0 comments on commit 53d9ab3

Please sign in to comment.