diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-15 16:53:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 16:53:23 +0000 |
commit | 546848378d6f2d92f5340b821dd838c61aaa42c7 (patch) | |
tree | 4343a575aeba48f3ffdf4a97a4ce57eb3ca00142 | |
parent | 270fa1c75f5e346f81447557a00fa92d7704299d (diff) |
Bump clap from 3.2.16 to 3.2.17
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -93,9 +93,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "3.2.16" +version = "3.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9" +checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b" dependencies = [ "atty", "bitflags", @@ -13,7 +13,7 @@ description = "A Command Line OTP (One Time Password) Authenticator application. edition = "2018" [dependencies] -clap = { version = "3.2.2", features = ["cargo", "wrap_help"] } +clap = { version = "3.2.17", features = ["cargo", "wrap_help"] } ring = "0.16.20" data-encoding = "2.3.2" toml = "0.5.9" |