From 91ada8e75361ecf27f69725dfd8960b1f9be04a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:13:38 +0000 Subject: [PATCH] chore(deps): update rust crate clap to 4.3.23 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 817024d..842dc27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ dependencies = [ "async-stream", "async_ftp", "autoclap", - "clap 4.3.22", + "clap 4.3.23", "crossbeam-utils", "custom_error", "dotenvy", @@ -366,7 +366,7 @@ version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5ef6366b4905691d83749db7d2d14d554b1a15863064ba138ca63a4e3f6130d" dependencies = [ - "clap 4.3.22", + "clap 4.3.23", ] [[package]] @@ -559,18 +559,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.22" +version = "4.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2" +checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.3.22" +version = "4.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4" +checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 414da45..1ea387d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ async-std = "1.12.0" async-stream = "0.3.5" async_ftp = "6.0.0" autoclap = "0.3.15" -clap = { version = "4.3.22", features = ["cargo", "string"] } +clap = { version = "4.3.23", features = ["cargo", "string"] } crossbeam-utils = "0.8.16" custom_error = "1.9.2" dotenvy = "0.15.7"