From 42324c93e7035bd194196cefc1202b2248c0a5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:51:51 +1000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson --- kanidmd/idm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index 0dba95323..b375a5c92 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -60,7 +60,7 @@ tracing-subscriber = { version = "^0.3.14", features = ["env-filter"] } url = { version = "^2.2.2", features = ["serde"] } urlencoding = "2.1.0" 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-core = "0.4.2-beta.3" zxcvbn = "^2.2.1"