From a99207be8dbeef38c400c52e920613253b41dc60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 00:05:14 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 3.2.21 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 469936b..d8f812c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "3.2.20" +version = "3.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" +checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 5c4d3e9..3f569ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] anyhow = "1.0.64" -clap = { version = "3.2.20", features = [ "color", "deprecated", "derive" ] } +clap = { version = "3.2.21", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.144", default-features = false, features = ["derive"] } serde_derive = "1.0.144"