build: Bump clap from 4.5.4 to 4.5.13

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.13.
- [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.4...clap_complete-v4.5.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-19 23:10:10 +00:00
committed by cloud-hypervisor-bot
parent 5b58854ae9
commit 5f814308d6
6 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
block = { path = "../block" }
clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.13", features = ["cargo", "wrap_help"] }
env_logger = "0.11.3"
epoll = "4.3.3"
libc = "0.2.155"