From 3a3a9f58ec9f2ecf95f716a9b55662f712d31a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:59:49 +1000 Subject: [PATCH] Update rpassword requirement from ^6.0.1 to ^7.0.0 in /kanidm_unix_int (#934) Updates the requirements on [rpassword](https://github.com/conradkleinespel/rpassword) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson --- kanidm_unix_int/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml index 7e5bdea96..17dfcf937 100644 --- a/kanidm_unix_int/Cargo.toml +++ b/kanidm_unix_int/Cargo.toml @@ -51,7 +51,7 @@ tracing = "^0.1.35" tracing-subscriber = "^0.3.14" toml = "^0.5.9" -rpassword = "^6.0.1" +rpassword = "^7.0.0" tokio = { version = "^1.19.1", features = ["rt", "macros", "sync", "time", "net", "io-util"] } tokio-util = { version = "^0.7.3", features = ["codec"] }