diff --git a/Cargo.lock b/Cargo.lock index 6fd22dfee..053c47ee2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.29" +version = "4.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" dependencies = [ "bitflags", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index 1099b83bc..19b007f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ strip = true [dependencies] anyhow = "1.0.68" api_client = { path = "api_client" } -clap = { version = "4.0.29", features = ["wrap_help","cargo","string"] } +clap = { version = "4.0.32", features = ["wrap_help","cargo","string"] } epoll = "4.3.1" event_monitor = { path = "event_monitor" } hypervisor = { path = "hypervisor" } diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 166d43c68..2da6763bc 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.29", features = ["wrap_help"] } +clap = { version = "4.0.32", features = ["wrap_help"] } dirs = "4.0.0" serde = { version = "1.0.151", features = ["rc", "derive"] } serde_json = "1.0.89" diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 24956ae27..0d1ab834a 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.29", features = ["wrap_help"] } +clap = { version = "4.0.32", features = ["wrap_help"] } env_logger = "0.10.0" epoll = "4.3.1" libc = "0.2.139" diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 2339a63d7..da06dd84f 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.29", features = ["wrap_help","cargo"] } +clap = { version = "4.0.32", features = ["wrap_help","cargo"] } env_logger = "0.10.0" epoll = "4.3.1" libc = "0.2.139" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 1964515e9..ac4d6753c 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.29" +clap = "4.0.32" devices = { path = "../devices" } epoll = "4.3.1" event_monitor = { path = "../event_monitor" }