Skip to content

Commit

Permalink
Bump clap from 4.5.13 to 4.5.14 (#425)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.14.
- [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.13...v4.5.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 2a6a015 commit 4754093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -15,7 +15,7 @@ axum = { version = "0.7.5", features = ["macros"] }
axum-extra = { version = "0.9.3", features = ["form", "typed-header"] }
chrono = { version = "0.4.38", features = ["serde"] }
chrono-tz = { version = "0.9.0", features = ["serde"] }
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.14", features = ["derive"] }
color-backtrace = "0.6.1"
enum-iterator = "2.1.0"
eyre = "0.6.12"
Expand Down

0 comments on commit 4754093

Please sign in to comment.