Update validator requirement from ^0.15.0 to ^0.16.0 (#959)

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/commits)

---
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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
dependabot[bot] 2022-08-01 07:51:51 +10:00 committed by GitHub
parent ecc88dc34f
commit 42324c93e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ tracing-subscriber = { version = "^0.3.14", features = ["env-filter"] }
url = { version = "^2.2.2", features = ["serde"] } url = { version = "^2.2.2", features = ["serde"] }
urlencoding = "2.1.0" urlencoding = "2.1.0"
uuid = { version = "^1.1.2", features = ["serde", "v4" ] } uuid = { version = "^1.1.2", features = ["serde", "v4" ] }
validator = { version = "^0.15.0", features = ["phone"] } validator = { version = "^0.16.0", features = ["phone"] }
webauthn-rs = { version = "0.4.2-beta.3", features = ["resident_key_support"] } webauthn-rs = { version = "0.4.2-beta.3", features = ["resident_key_support"] }
webauthn-rs-core = "0.4.2-beta.3" webauthn-rs-core = "0.4.2-beta.3"
zxcvbn = "^2.2.1" zxcvbn = "^2.2.1"