mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Update validator requirement from ^0.14.0 to ^0.15.0 in /kanidmd/idm (#782)
Updates the requirements on [validator](https://github.com/Keats/validator) to permit the latest version. - [Release notes](https://github.com/Keats/validator/releases) - [Changelog](https://github.com/Keats/validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/validator/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
811590e89d
commit
de3314d0e5
|
@ -77,7 +77,7 @@ users = "^0.11.0"
|
|||
|
||||
smartstring = { version = "^1.0.1", features = ["serde"] }
|
||||
|
||||
validator = { version = "^0.14.0", features = ["phone"] }
|
||||
validator = { version = "^0.15.0", features = ["phone"] }
|
||||
|
||||
touch = "^0.0.1"
|
||||
filetime = "^0.2.16"
|
||||
|
|
Loading…
Reference in a new issue