Skip to content

Commit 375a3c0

Browse files
[deps]: Update Rust crate validator to >=0.18.1, <0.21 (#247)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [validator](https://redirect.github.com/Keats/validator) | workspace.dependencies | minor | `>=0.18.1, <0.20` -> `>=0.18.1, <0.21` | --- ### Release Notes <details> <summary>Keats/validator (validator)</summary> ### [`v0.20.0`](https://redirect.github.com/Keats/validator/blob/HEAD/CHANGELOG.md#0200-20250120) - Implement `AsRegex` for `std::sync::LazyLock<Regex>` - Bug fix for nested issue with custom only running nested if outer passes - Support `Deserialize` for `ValidationErrors` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/sdk-internal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Coroiu <[email protected]>
1 parent 3425208 commit 375a3c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tsify-next = { version = ">=0.5.4, <0.6", features = [
6666
], default-features = false }
6767
uniffi = "=0.29.1"
6868
uuid = { version = ">=1.3.3, <2.0", features = ["serde", "v4", "js"] }
69-
validator = { version = ">=0.18.1, <0.20", features = ["derive"] }
69+
validator = { version = ">=0.18.1, <0.21", features = ["derive"] }
7070
wasm-bindgen = { version = ">=0.2.91, <0.3", features = ["serde-serialize"] }
7171
wasm-bindgen-futures = "0.4.41"
7272
wasm-bindgen-test = "0.3.45"

0 commit comments

Comments
 (0)