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

8
Cargo.lock generated
View File

@ -393,18 +393,18 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "clap"
version = "4.5.4"
version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.2"
version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
dependencies = [
"anstream",
"anstyle",

View File

@ -31,7 +31,7 @@ strip = false
[dependencies]
anyhow = "1.0.86"
api_client = { path = "api_client" }
clap = { version = "4.5.4", features = ["string"] }
clap = { version = "4.5.13", features = ["string"] }
dhat = { version = "0.3.3", optional = true }
epoll = "4.3.3"
event_monitor = { path = "event_monitor" }

View File

@ -6,7 +6,7 @@ name = "performance-metrics"
version = "0.1.0"
[dependencies]
clap = { version = "4.5.4", features = ["wrap_help"] }
clap = { version = "4.5.13", features = ["wrap_help"] }
dirs = "5.0.1"
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120"

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"

View File

@ -6,7 +6,7 @@ name = "vhost_user_net"
version = "0.1.0"
[dependencies]
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"

View File

@ -33,7 +33,7 @@ bitflags = "2.6.0"
block = { path = "../block" }
blocking = { version = "1.6.1", optional = true }
cfg-if = "1.0.0"
clap = "4.5.4"
clap = "4.5.13"
devices = { path = "../devices" }
dhat = { version = "0.3.3", optional = true }
epoll = "4.3.3"