From 2c578e216ecb1c66ff0ff3300b7ae2b825364d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:02:30 +1100 Subject: [PATCH] Bump clap from 4.0.11 to 4.0.12 (#476) --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81b211e3..ca2427c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,9 +316,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.11" +version = "4.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73" +checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f" dependencies = [ "atty", "bitflags", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 6ca7b7b5..ee860299 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -23,7 +23,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.4.0" } -clap = { version = "4.0.11", features = ["derive"] } +clap = { version = "4.0.12", features = ["derive"] } crates_io_api = { version = "0.8.1", default-features = false } dirs = "4.0.0" log = "0.4.17"