mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
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:
commit
4cf5769870
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user