Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.30 to 4.5.31 (#708)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31.
- [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.30...v4.5.31)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent afc2abd commit 301a0da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 skim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unicode-width = "0.2.0"
log = "0.4.26"
env_logger = { version = "0.11.6", optional = true }
time = "0.3.13"
clap = { version = "4.5.30", optional = true, features = ["cargo", "derive", "unstable-markdown"] }
clap = { version = "4.5.31", optional = true, features = ["cargo", "derive", "unstable-markdown"] }
tuikit = "0.5.0"
vte = "0.15.0"
fuzzy-matcher = "0.3.7"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2021"

[dependencies]
clap = { version = "4.5.30", features = ["derive", "unstable-markdown"] }
clap = { version = "4.5.31", features = ["derive", "unstable-markdown"] }
clap_complete = "4.5.46"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.5"
Expand Down

0 comments on commit 301a0da

Please sign in to comment.