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"]