From a7ddff3e54d2c970eaef359800f5e3b30cf2be6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:59:02 +1000 Subject: [PATCH] Update rpassword requirement from ^6.0.1 to ^7.0.0 in /kanidm_tools (#931) 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_tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanidm_tools/Cargo.toml b/kanidm_tools/Cargo.toml index b73b5de19..5e3a01ca3 100644 --- a/kanidm_tools/Cargo.toml +++ b/kanidm_tools/Cargo.toml @@ -33,7 +33,7 @@ kanidm_client = { path = "../kanidm_client", version = "1.1.0-alpha.8" } kanidm_proto = { path = "../kanidm_proto", version = "1.1.0-alpha.8" } tracing = "^0.1.35" tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] } -rpassword = "^6.0.1" +rpassword = "^7.0.0" clap = { version = "^3.2", features = ["derive", "env"] } libc = "^0.2.126" serde = { version = "^1.0.139", features = ["derive"] }