Skip to content

Commit

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

---
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] committed Sep 23, 2024
1 parent 7c2329c commit 58fb2cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -10,7 +10,7 @@ repository = "https://github.com/janie314/corolla"

[dependencies]
axum = { version = "0.7.5", features = ["macros"] }
clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
log = "0.4.22"
pretty_env_logger = "0.5.0"
serde = { version = "1.0.203", features = ["derive"] }
Expand Down

0 comments on commit 58fb2cc

Please sign in to comment.