summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-20 18:23:57 +0200
committerGitHub <noreply@github.com>2023-07-20 18:23:57 +0200
commit5cdf4a8d58969d30e8e72026a16eb768a8e5cb59 (patch)
tree11b5fed4ef8f69db38ac0595ae8fda843a4fec79
parent41acecbb02379baa1ceab20e4e8fa449e0d5fc4f (diff)
chore: Bump clap from 4.3.16 to 4.3.17 (#90)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.17. - [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.16...v4.3.17) --- 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 ccd39bb..8d5b93f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.3.16"
+version = "4.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d"
+checksum = "5b0827b011f6f8ab38590295339817b0d26f344aa4932c3ced71b45b0c54b4a9"
dependencies = [
"clap_builder",
"clap_derive",
@@ -179,9 +179,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.3.16"
+version = "4.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843"
+checksum = "9441b403be87be858db6a23edb493e7f694761acdc3343d5a0fcaafd304cbc9e"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 2ba7a68..f3ae9eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ version = "0.26.1"
features = ["serde"]
[dependencies.clap]
-version = "4.3.16"
+version = "4.3.17"
features = ["derive", "env", "wrap_help", "cargo"]
[dependencies.image]