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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
dependabot[bot] 2022-07-18 19:59:02 +10:00 committed by GitHub
parent 6d2be193ec
commit a7ddff3e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" } kanidm_proto = { path = "../kanidm_proto", version = "1.1.0-alpha.8" }
tracing = "^0.1.35" tracing = "^0.1.35"
tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] } 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"] } clap = { version = "^3.2", features = ["derive", "env"] }
libc = "^0.2.126" libc = "^0.2.126"
serde = { version = "^1.0.139", features = ["derive"] } serde = { version = "^1.0.139", features = ["derive"] }