mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
a7ddff3e54
commit
3a3a9f58ec
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue