build(deps): bump clap from 4.5.13 to 4.5.14 in the dep-updates group

Bumps the dep-updates group with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `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](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.13...v4.5.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-09 05:35:38 +00:00
committed by GitHub
parent 6bf3741ec9
commit f78c3f3089
2 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ walkdir = "2"
xz2 = "0.1"
[workspace.dependencies.clap]
version = "4.5.13"
version = "4.5.14"
features = ["derive"]
[workspace.dependencies.prost-reflect]