From eaf24758c5d8abf2e7e88bff60722166649348db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:22:05 +0000 Subject: [PATCH] Bump the clap group with 1 update Bumps the clap group with 1 update: [clap](https://github.com/clap-rs/clap). - [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.11...v4.3.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clap ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- image/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81e87b0e4..a1187b182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,9 +391,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.11" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" +checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" dependencies = [ "clap_builder", "clap_derive", @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.11" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" +checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" dependencies = [ "anstream", "anstyle", @@ -418,14 +418,14 @@ version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce" dependencies = [ - "clap 4.3.11", + "clap 4.3.19", ] [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" dependencies = [ "heck", "proc-macro2", @@ -526,7 +526,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.3.11", + "clap 4.3.19", "criterion-plot", "is-terminal", "itertools", @@ -2526,7 +2526,7 @@ dependencies = [ "askalono", "byte-unit", "bytecount", - "clap 4.3.11", + "clap 4.3.19", "clap_complete", "criterion", "crossbeam-channel", @@ -2575,7 +2575,7 @@ version = "2.18.1" dependencies = [ "anyhow", "base64", - "clap 4.3.11", + "clap 4.3.19", "color_quant", "image", "libc", diff --git a/Cargo.toml b/Cargo.toml index b0e3dc6f5..b3bbee16c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0" askalono = "0.4.6" byte-unit = "4.0.19" bytecount = "0.6.3" -clap = { version = "4.3.11", features = ["derive"] } +clap = { version = "4.3.19", features = ["derive"] } clap_complete = "4.3.2" crossbeam-channel = "0.5.8" gix-features-for-configuration-only = { package = "gix-features", version = "0.31.0", features = [ diff --git a/image/Cargo.toml b/image/Cargo.toml index 6ffcc1f78..544c30ef4 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/o2sh/onefetch" [dependencies] anyhow = "1.0" -clap = { version = "4.3.11", features = ["derive"] } +clap = { version = "4.3.19", features = ["derive"] } image = "0.24.6" [target.'cfg(not(windows))'.dependencies]