Merge pull request #139 from rustic-rs/dependabot/cargo/rpassword-7.0.0

build(deps): bump rpassword from 6.0.1 to 7.0.0
This commit is contained in:
aawsome 2022-08-16 07:03:49 +02:00 committed by GitHub
commit 4cf5769870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

6
Cargo.lock generated
View File

@ -1453,13 +1453,11 @@ dependencies = [
[[package]]
name = "rpassword"
version = "6.0.1"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680"
dependencies = [
"libc",
"serde",
"serde_json",
"winapi",
]

View File

@ -67,7 +67,7 @@ dirs = "4"
cachedir = "0.3"
# commands
clap = { version = "3", features = ["derive", "env"] }
rpassword = "6"
rpassword = "7"
prettytable-rs = {version = "0.8", default-features = false }
bytesize = "1"
indicatif = "0.17"