summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvans Murithi <murithievans80@gmail.com>2022-08-31 11:42:28 +0300
committerGitHub <noreply@github.com>2022-08-31 11:42:28 +0300
commit5d9df4b241943690ba07b1b001cda3e526b1d14f (patch)
tree7ed794f67e9027d76122519f241fb50a01a9ff7a
parentae6064730620a7083472ab0929383e072e6d7ae0 (diff)
parentbc32cd947030e2f7c5645d5783fb8d47bf07b52d (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.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6c20733..c51bbac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 5b2d0c1..a0a635d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"