Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.26 to 4.5.27 (#685)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27.
- [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.27)

---
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 Jan 21, 2025
1 parent 6d1aa42 commit 17d77f4
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 @@ -29,7 +29,7 @@ unicode-width = "0.2.0"
log = "0.4.25"
env_logger = { version = "0.11.6", optional = true }
time = "0.3.13"
clap = { version = "4.5.26", optional = true, features = ["cargo", "derive"] }
clap = { version = "4.5.27", optional = true, features = ["cargo", "derive"] }
tuikit = "0.5.0"
vte = "0.14.1"
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.18.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
clap_complete = "4.5.42"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.5"
Expand Down

0 comments on commit 17d77f4

Please sign in to comment.