From b5ca794ce93e8653754a018d0da95e33371545c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:41:08 +1100 Subject: [PATCH] Bump clap from 4.0.29 to 4.0.30 (#620) --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aa8c399..f9aad9d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,9 +420,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.29" +version = "4.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2" dependencies = [ "bitflags", "clap_derive", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 3c275edd..3ba5f842 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -24,7 +24,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.6.0" } binstalk-manifests = { path = "../binstalk-manifests", version = "0.1.1" } -clap = { version = "4.0.29", features = ["derive"] } +clap = { version = "4.0.30", features = ["derive"] } crates_io_api = { version = "0.8.1", default-features = false } dirs = "4.0.0" log = { version = "0.4.17", features = ["std"] }