diff options
author | Evans Murithi <murithievans80@gmail.com> | 2022-08-31 11:42:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 11:42:28 +0300 |
commit | 5d9df4b241943690ba07b1b001cda3e526b1d14f (patch) | |
tree | 7ed794f67e9027d76122519f241fb50a01a9ff7a | |
parent | ae6064730620a7083472ab0929383e072e6d7ae0 (diff) | |
parent | bc32cd947030e2f7c5645d5783fb8d47bf07b52d (diff) |
Merge pull request #255 from evansmurithi/dependabot/cargo/clap-3.2.19
Bump clap from 3.2.17 to 3.2.19
-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.17" +version = "3.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b" +checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5" dependencies = [ "atty", "bitflags", @@ -13,7 +13,7 @@ description = "A Command Line OTP (One Time Password) Authenticator application. edition = "2018" [dependencies] -clap = { version = "3.2.17", features = ["cargo", "wrap_help"] } +clap = { version = "3.2.19", features = ["cargo", "wrap_help"] } ring = "0.16.20" data-encoding = "2.3.2" toml = "0.5.9" |