Skip to content

Commit

Permalink
Bump clap from 4.5.21 to 4.5.22
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.22.
- [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.21...clap_complete-v4.5.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 33d97e1 commit 47a6547
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ log = "0.4.22"
env_logger = "0.11.5"
url = "2.5.4"
sled = "0.34.7"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.22", features = ["derive"] }
dirs = "5.0.1"
notify-rust = { version = "4.11.3", optional = true }
data-url = "0.3.1"
Expand Down

0 comments on commit 47a6547

Please sign in to comment.