From 8e8ec74b2ade98aa412f6d54b7763a59e0eab5f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 19:32:29 +0000 Subject: [PATCH] build(deps): bump clap from 2.33.1 to 2.33.2 Bumps [clap](https://github.com/clap-rs/clap) from 2.33.1 to 2.33.2. - [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/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 2 +- vhost_user_fs/Cargo.toml | 2 +- vhost_user_net/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c437789..110744a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "clap" -version = "2.33.1" +version = "2.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" +checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 9648969a9..13009c733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" lto = true [dependencies] -clap = { version = "2.33.1", features = ["wrap_help"] } +clap = { version = "2.33.2", features = ["wrap_help"] } hypervisor = { path = "hypervisor" } libc = "0.2.74" log = { version = "0.4.11", features = ["std"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 2e4531564..c460eefd9 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] block_util = { path = "../block_util" } -clap = { version = "2.33.1", features=["wrap_help"] } +clap = { version = "2.33.2", features=["wrap_help"] } epoll = ">=4.0.1" libc = "0.2.74" log = "0.4.11" diff --git a/vhost_user_fs/Cargo.toml b/vhost_user_fs/Cargo.toml index af7e4793c..9bc760f6a 100644 --- a/vhost_user_fs/Cargo.toml +++ b/vhost_user_fs/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] bitflags = "1.1.0" -clap = { version = "2.33.1", features=["wrap_help"] } +clap = { version = "2.33.2", features=["wrap_help"] } epoll = ">=4.0.1" futures = { version = "0.3.5", features = ["thread-pool"] } libc = "0.2.74" diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 3c6b13e36..5c62a848a 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2018" [dependencies] -clap = { version = "2.33.1", features=["wrap_help"] } +clap = { version = "2.33.2", features=["wrap_help"] } epoll = ">=4.0.1" libc = "0.2.74" log = "0.4.11" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index d5aa342da..bb27f4b7f 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -16,7 +16,7 @@ io_uring = ["virtio-devices/io_uring"] [dependencies] arc-swap = ">=0.4.4" -clap = "2.33.1" +clap = "2.33.2" acpi_tables = { path = "../acpi_tables", optional = true } anyhow = "1.0" arch = { path = "../arch" }