From 93eaa84e79b4778a1ea6064b80cb30fee63a6549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:46:27 +0000 Subject: [PATCH] Bump clap from 4.3.22 to 4.3.24 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.22 to 4.3.24. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.3.22...v4.3.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49768abb..4525ee45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,9 +242,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.22" +version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2" +checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487" dependencies = [ "clap_builder", "clap_derive", @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.22" +version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4" +checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index db14a909..cbd62291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tui = { version = "0.19", default-features = false, features = ['crossterm'] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" -clap = { version = "4.3.22", features = ["help", "usage", "error-context", "derive"] } +clap = { version = "4.3.24", features = ["help", "usage", "error-context", "derive"] } tokio = { version = "1.29", features = ["macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.14", features = ["time"] } duct = "0.13"