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