summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvans Murithi <murithievans80@gmail.com>2022-01-25 09:11:12 +0300
committerGitHub <noreply@github.com>2022-01-25 09:11:12 +0300
commitdc5632082973ca6f4b97c541b39bdf78ef2e0650 (patch)
tree87f4aed76c399a3f3702951c4c1499a9a1356794
parentbeedd8a8600793b8a5495ec8fdd156269baf1b42 (diff)
parentb2708899b280946767f519c08b1aa6eb9475bc36 (diff)
Merge pull request #219 from evansmurithi/dependabot/cargo/clap-3.0.12
Bump clap from 3.0.10 to 3.0.12
-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 d714e99..c6f7517 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,9 +93,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "3.0.10"
+version = "3.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
+checksum = "2afefa54b5c7dd40918dc1e09f213a171ab5937aadccab45e804780b238f9f43"
dependencies = [
"atty",
"bitflags",
diff --git a/Cargo.toml b/Cargo.toml
index 30a632c..57caeb9 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.0.10", features = ["cargo", "wrap_help"] }
+clap = { version = "3.0.12", features = ["cargo", "wrap_help"] }
ring = "0.16.20"
data-encoding = "2.3.2"
toml = "0.5.8"