build: Bump clap from 4.4.7 to 4.5.1

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.5.1.
- [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.4.7...clap_complete-v4.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-29 20:08:49 +00:00
committed by Rob Bradford
parent b65b866895
commit d3fade85a7
6 changed files with 21 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
build = "../build.rs"
[dependencies]
clap = { version = "4.4.7", features = ["wrap_help","cargo"] }
clap = { version = "4.5.1", features = ["wrap_help","cargo"] }
block = { path = "../block" }
env_logger = "0.10.1"
epoll = "4.3.3"