Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.27 to 4.5.28 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.27 to 4.5.28
- [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.27...clap_complete-v4.5.28)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wdullaer committed Feb 10, 2025
1 parent 359195f commit e3e2100
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/wdullaer/scotty"
description = "A chillingly fast dir switcher using fuzzy search."

[dependencies]
clap = { version = "^4.5.27", features = ["cargo"]}
clap = { version = "^4.5.28", features = ["cargo"]}
sled = "^0.34.7"
thiserror = "^2.0.11"
anyhow = "^1.0.95"
Expand Down

0 comments on commit e3e2100

Please sign in to comment.