Update Rust crate clap to 3.2.23 #7

Closed
pierre wants to merge 1 commits from renovate/clap-3.x into master
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 370fd14aad - Show all commits

8
Cargo.lock generated
View File

@ -51,9 +51,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.22" version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -252,9 +252,9 @@ dependencies = [
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.15.1" version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]] [[package]]
name = "totp_generator" name = "totp_generator"

View File

@ -8,4 +8,4 @@ edition = "2018"
[dependencies] [dependencies]
totp_rfc6238 = "0.5.0" totp_rfc6238 = "0.5.0"
base32 = "0.4.0" base32 = "0.4.0"
clap = { version = "3.2.22", features = ["derive"] } clap = { version = "3.2.23", features = ["derive"] }