From 76defbbaa8ef09e923016dfd244c4919c8a64a96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:24:27 +0530 Subject: [PATCH] fix(deps): update rust crate clap to 4.1.6 (#26) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 385ec15..31e5efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,9 +37,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.1.4" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" +checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" dependencies = [ "bitflags", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index db904bd..e0f5169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] anyhow = "1.0.69" -clap = { version = "4.1.4", features = [ "color", "deprecated", "derive" ] } +clap = { version = "4.1.6", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.152", default-features = false, features = ["derive"] } serde_derive = "1.0.152"