From 842b3537b52707641a86835c8a5144fbeeef065c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:48:18 +0000 Subject: [PATCH] build(deps): bump rpassword from 6.0.1 to 7.0.0 Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](https://github.com/conradkleinespel/rpassword/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: rpassword dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc52377..c74e6e9 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"