summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 02:20:09 +0000
committerGitHub <noreply@github.com>2022-01-13 02:20:09 +0000
commit19ef0b57ea2197576820f4c15ac0548b2a473632 (patch)
treeeb27f45e3729d0571ba0c37370d54eb092ef87c5
parent0b9ec58f5a53798fc267e9a6e2f0b9c456b6a15c (diff)
Bump clap from 3.0.6 to 3.0.7
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.6...v3.0.7) --- 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.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"