From 2a43d4e88adaf221408f9e7111bca6e668e33835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 19:29:46 +0000 Subject: [PATCH] Bump rpassword from 5.0.1 to 6.0.1 Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](https://github.com/conradkleinespel/rpassword/compare/v5.0.1...v6.0.1) --- updated-dependencies: - dependency-name: rpassword dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- plume-cli/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8eada36..8443f326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3916,11 +3916,13 @@ dependencies = [ [[package]] name = "rpassword" -version = "5.0.1" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" +checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956" dependencies = [ "libc", + "serde 1.0.136", + "serde_json", "winapi 0.3.9", ] diff --git a/plume-cli/Cargo.toml b/plume-cli/Cargo.toml index 5a553bfb..11303cd5 100644 --- a/plume-cli/Cargo.toml +++ b/plume-cli/Cargo.toml @@ -11,7 +11,7 @@ path = "src/main.rs" [dependencies] clap = "2.33" dotenv = "0.15" -rpassword = "5.0.0" +rpassword = "6.0.1" [dependencies.diesel] features = ["r2d2", "chrono"]