diff --git a/Cargo.lock b/Cargo.lock index 33fc52e..1bae446 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index ef5d92b..266ebb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"