summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-18 16:04:19 +0200
committerGitHub <noreply@github.com>2023-07-18 16:04:19 +0200
commitc6b15b9ac23a10010889f5a511ab338238bb04b2 (patch)
tree13d1488c856f30936914f48389a1193088597726
parentc189dc5ab94287786c09ad8a7e68bffd101f749d (diff)
chore: Bump clap from 4.3.12 to 4.3.15 (#88)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.12 to 4.3.15. - [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.12...v4.3.15) --- 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 6576446..d3ddf10 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.3.12"
+version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
+checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c"
dependencies = [
"clap_builder",
"clap_derive",
@@ -179,9 +179,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.3.12"
+version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
+checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 6d95921..ca699af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ version = "0.26.1"
features = ["serde"]
[dependencies.clap]
-version = "4.3.12"
+version = "4.3.15"
features = ["derive", "env", "wrap_help", "cargo"]
[dependencies.image]