Upgrade rpassword.
- Upgrade to the latest version of rpassword.
This commit is contained in:
parent
0c7c48d044
commit
8bc9c3e578
17
Cargo.lock
generated
17
Cargo.lock
generated
@ -2660,13 +2660,12 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
||||
|
||||
[[package]]
|
||||
name = "rpassword"
|
||||
version = "6.0.1"
|
||||
version = "7.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
|
||||
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"rtoolbox",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
@ -2692,6 +2691,16 @@ dependencies = [
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rtoolbox"
|
||||
version = "0.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rusqlite"
|
||||
version = "0.29.0"
|
||||
|
@ -45,7 +45,7 @@ sequoia-cert-store = "0.3"
|
||||
sequoia-wot = "0.8"
|
||||
tempfile = "3.1"
|
||||
tokio = { version = "1.13.1" }
|
||||
rpassword = "6.0"
|
||||
rpassword = "7.0"
|
||||
serde_json = "1.0.80"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
roff = "0.2.1"
|
||||
|
Loading…
Reference in New Issue
Block a user