From f831f0ac6dc62bdfb06c61e8534079aaaff9edf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:48:13 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.0.24 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcc18cd..7651fb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.23" +version = "4.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5" +checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index d8a5048..2d3bd79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] anyhow = "1.0.66" -clap = { version = "4.0.23", features = [ "color", "deprecated", "derive" ] } +clap = { version = "4.0.24", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.147", default-features = false, features = ["derive"] } serde_derive = "1.0.147"