From fa39d1e9b98d22a139a74d820d706264fe6541c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:19:24 +0000 Subject: [PATCH] build: Bump clap from 4.0.12 to 4.0.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.12 to 4.0.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/v4.0.12...v4.0.13) --- 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 993cfbc20..e364f259e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.12" +version = "4.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f" +checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 4b77f20be..0910926b0 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.12", features = ["wrap_help","cargo","string"] } +clap = { version = "4.0.13", 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.12", features = ["cargo"] } +clap = { version = "4.0.13", features = ["cargo"] } # List of patched crates [patch.crates-io] diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index ea269c0ea..3e61cfd81 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.12", features = ["wrap_help","cargo"] } +clap = { version = "4.0.13", features = ["wrap_help","cargo"] } dirs = "4.0.0" serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.86" @@ -15,4 +15,4 @@ thiserror = "1.0.37" wait-timeout = "0.2.0" [build-dependencies] -clap = { version = "4.0.12", features = ["cargo"] } +clap = { version = "4.0.13", features = ["cargo"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index ab27fb8b2..3eb7dec96 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.12", features = ["wrap_help","cargo"] } +clap = { version = "4.0.13", features = ["wrap_help","cargo"] } env_logger = "0.9.1" epoll = "4.3.1" libc = "0.2.135" @@ -21,4 +21,4 @@ vm-memory = "0.9.0" vmm-sys-util = "0.10.0" [build-dependencies] -clap = { version = "4.0.12", features = ["cargo"] } +clap = { version = "4.0.13", features = ["cargo"] } diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 5c3c90249..4b4e36f9b 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.12", features = ["wrap_help","cargo"] } +clap = { version = "4.0.13", features = ["wrap_help","cargo"] } env_logger = "0.9.1" epoll = "4.3.1" libc = "0.2.135" @@ -19,4 +19,4 @@ vm-memory = "0.9.0" vmm-sys-util = "0.10.0" [build-dependencies] -clap = { version = "4.0.12", features = ["cargo"] } +clap = { version = "4.0.13", features = ["cargo"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index e9572ef02..58940b980 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.12" +clap = "4.0.13" devices = { path = "../devices" } epoll = "4.3.1" event_monitor = { path = "../event_monitor" }