From 6bd15aa93099d04788b1561a8e329c427b148981 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:58:35 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d14b74..2fda2b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.2" +version = "4.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c9484ccdc4cb8e7b117cbd0eb150c7c0f04464854e4679aeb50ef03b32d003" +checksum = "7f78ad8e84aa8e8aa3e821857be40eb4b925ff232de430d4dd2ae6aa058cbd92" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 875fa6d..df82eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] anyhow = "1.0.65" -clap = { version = "4.0.2", features = [ "color", "deprecated", "derive" ] } +clap = { version = "4.0.4", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.145", default-features = false, features = ["derive"] } serde_derive = "1.0.145"