summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvans Murithi <murithievans80@gmail.com>2022-01-13 14:10:28 +0300
committerGitHub <noreply@github.com>2022-01-13 14:10:28 +0300
commit50b74d38afbb69107532daf14308b5bfda2f3fdf (patch)
treeeb27f45e3729d0571ba0c37370d54eb092ef87c5
parent0b9ec58f5a53798fc267e9a6e2f0b9c456b6a15c (diff)
parent19ef0b57ea2197576820f4c15ac0548b2a473632 (diff)
Merge pull request #213 from evansmurithi/dependabot/cargo/clap-3.0.7
Bump clap from 3.0.6 to 3.0.7
-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 9458f0d..7a555c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,9 +93,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "3.0.6"
+version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1957aa4a5fb388f0a0a73ce7556c5b42025b874e5cdc2c670775e346e97adec0"
+checksum = "12e8611f9ae4e068fa3e56931fded356ff745e70987ff76924a6e0ab1c8ef2e3"
dependencies = [
"atty",
"bitflags",
diff --git a/Cargo.toml b/Cargo.toml
index cf07c65..3cb5be5 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.6", features = ["cargo", "wrap_help"] }
+clap = { version = "3.0.7", features = ["cargo", "wrap_help"] }
ring = "0.16.20"
data-encoding = "2.3.2"
toml = "0.5.8"