From 3815db5302627a6a7f26a6b6a799779b759d1d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 01:20:27 +0000 Subject: [PATCH] chore(deps): bump clap from 4.2.7 to 4.3.0 (#1199) --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b92fe4043509..60803586c661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,18 +352,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.2.7" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" +checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.2.7" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" +checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" dependencies = [ "anstream", "anstyle", @@ -375,9 +375,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" +checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "cmake" diff --git a/Cargo.toml b/Cargo.toml index 399de3fc4803..6cc0c35ca904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ json5 = "0.4" thiserror = "1.0" base64 = "0.21" -clap = { version = "4.2", features = ["wrap_help", "suggestions"] } +clap = { version = "4.3", features = ["wrap_help", "suggestions"] } cfg-if = "1" qrcode = { version = "0.12", default-features = false, optional = true } sysexits = "0.6"