summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-29 14:03:04 +0200
committerGitHub <noreply@github.com>2023-06-29 14:03:04 +0200
commit864151dffa0a2de2b6f6296a19a201232bfe062c (patch)
treef0db20bbccfb0f95e7553de11d2049e90132e847
parent21c08fe0ed2c96fcd2ef20bee5808ffabfc1a276 (diff)
chore: Bump clap from 4.3.8 to 4.3.9 (#76)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.9. - [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.8...v4.3.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 61b0ee0..4ed2574 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.3.8"
+version = "4.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
+checksum = "bba77a07e4489fb41bd90e8d4201c3eb246b3c2c9ea2ba0bddd6c1d1df87db7d"
dependencies = [
"clap_builder",
"clap_derive",
@@ -179,9 +179,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.3.8"
+version = "4.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
+checksum = "2c9b4a88bb4bc35d3d6f65a21b0f0bafe9c894fa00978de242c555ec28bea1c0"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 89166da..caf8581 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ version = "0.26.1"
features = ["serde"]
[dependencies.clap]
-version = "4.3.8"
+version = "4.3.9"
features = ["derive", "env", "wrap_help", "cargo"]
[dependencies.image]