From 7e7855bc8facadf15a243e284e39fddded89cbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:19:26 +0000 Subject: [PATCH] build: Bump clap from 4.0.9 to 4.0.10 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.9 to 4.0.10. - [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/v4.0.9...v4.0.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- performance-metrics/Cargo.toml | 4 ++-- vhost_user_block/Cargo.toml | 4 ++-- vhost_user_net/Cargo.toml | 4 ++-- vmm/Cargo.toml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df165aeb0..f48b0cac8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.9" +version = "4.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0" +checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 9c4787638..9e6142e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ opt-level = "s" [dependencies] anyhow = "1.0.65" api_client = { path = "api_client" } -clap = { version = "4.0.9", features = ["wrap_help","cargo","string"] } +clap = { version = "4.0.10", features = ["wrap_help","cargo","string"] } epoll = "4.3.1" event_monitor = { path = "event_monitor" } hypervisor = { path = "hypervisor" } @@ -37,7 +37,7 @@ vmm-sys-util = "0.10.0" vm-memory = "0.9.0" [build-dependencies] -clap = { version = "4.0.9", features = ["cargo"] } +clap = { version = "4.0.10", features = ["cargo"] } # List of patched crates [patch.crates-io] diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index d25538974..4b0aeb8c3 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" build = "build.rs" [dependencies] -clap = { version = "4.0.9", features = ["wrap_help","cargo"] } +clap = { version = "4.0.10", features = ["wrap_help","cargo"] } dirs = "4.0.0" serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" @@ -15,4 +15,4 @@ thiserror = "1.0.37" wait-timeout = "0.2.0" [build-dependencies] -clap = { version = "4.0.9", features = ["cargo"] } +clap = { version = "4.0.10", features = ["cargo"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 5831a7104..46661bb6c 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] block_util = { path = "../block_util" } -clap = { version = "4.0.9", features = ["wrap_help","cargo"] } +clap = { version = "4.0.10", features = ["wrap_help","cargo"] } env_logger = "0.9.1" epoll = "4.3.1" libc = "0.2.134" @@ -21,4 +21,4 @@ vm-memory = "0.9.0" vmm-sys-util = "0.10.0" [build-dependencies] -clap = { version = "4.0.9", features = ["cargo"] } +clap = { version = "4.0.10", features = ["cargo"] } diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index b9d64957f..06cb363b4 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2021" [dependencies] -clap = { version = "4.0.9", features = ["wrap_help","cargo"] } +clap = { version = "4.0.10", features = ["wrap_help","cargo"] } env_logger = "0.9.1" epoll = "4.3.1" libc = "0.2.134" @@ -19,4 +19,4 @@ vm-memory = "0.9.0" vmm-sys-util = "0.10.0" [build-dependencies] -clap = { version = "4.0.9", features = ["cargo"] } +clap = { version = "4.0.10", features = ["cargo"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 41a739da9..c2175b6f3 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -19,7 +19,7 @@ arc-swap = "1.5.1" arch = { path = "../arch" } bitflags = "1.3.2" block_util = { path = "../block_util" } -clap = "4.0.9" +clap = "4.0.10" devices = { path = "../devices" } epoll = "4.3.1" event_monitor = { path = "../event_monitor" }