From 8df54ca46beb93fbb9035f01334740c81c700c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:04:14 +0000 Subject: [PATCH] chore(deps): bump clap from 4.4.3 to 4.4.5 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.5. - [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.4.3...v4.4.5) --- 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 fdfde95..02c7aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.3" +version = "4.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" +checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3" dependencies = [ "clap_builder", "clap_derive", @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.2" +version = "4.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" +checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 5624b33..76d6db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ atty = "0.2.14" bat = { version = "0.23.0", default-features = false, features = ["atty", "regex-onig"] } byteorder = "1.4.3" cfg-if = "1.0.0" -clap = { version = "4.4.3", features = ["derive"] } +clap = { version = "4.4.5", features = ["derive"] } color-eyre = { version = "0.6.2", features = ["issue-url"] } config = "0.13.3" ctrlc = "3.4.1"