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] <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:49 +10:00 committed by GitHub
parent a7ddff3e54
commit 3a3a9f58ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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