diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-06 18:22:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 18:22:42 +0200 |
commit | 45d23283b3c4bd2187bd75bb6738c1cae1000ae8 (patch) | |
tree | 7c1197df5595573cd74d020eeefc5290507362cb | |
parent | 82206c2f0819f3349e5d99994ccf738576eb3445 (diff) |
chore: Bump clap from 4.3.10 to 4.3.11 (#82)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.10 to 4.3.11.
- [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.10...v4.3.11)
---
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.lock | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.10" +version = "4.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a" +checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" dependencies = [ "clap_builder", "clap_derive", @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.10" +version = "4.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d" +checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" dependencies = [ "anstream", "anstyle", @@ -52,7 +52,7 @@ version = "0.26.1" features = ["serde"] [dependencies.clap] -version = "4.3.10" +version = "4.3.11" features = ["derive", "env", "wrap_help", "cargo"] [dependencies.image] |