summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-02 02:20:26 +0000
committerGitHub <noreply@github.com>2022-09-02 02:20:26 +0000
commite5958b19d93ea3bb141ee75399237a1aef59f388 (patch)
treefc89e82c4c16ab748ba195670b2a2da96f4cdff7
parent5d9df4b241943690ba07b1b001cda3e526b1d14f (diff)
Bump clap from 3.2.19 to 3.2.20
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20) --- 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 c51bbac..436a04c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,9 +93,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "3.2.19"
+version = "3.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
+checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
dependencies = [
"atty",
"bitflags",
diff --git a/Cargo.toml b/Cargo.toml
index a0a635d..b7770d8 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.19", features = ["cargo", "wrap_help"] }
+clap = { version = "3.2.20", features = ["cargo", "wrap_help"] }
ring = "0.16.20"
data-encoding = "2.3.2"
toml = "0.5.9"