Skip to content

Commit d4dc1f9

Browse files
Bump validator from 0.18.1 to 0.20.0
Bumps [validator](https://github.com/Keats/validator) from 0.18.1 to 0.20.0. - [Changelog](https://github.com/Keats/validator/blob/master/CHANGELOG.md) - [Commits](Keats/validator@v0.18.1...v0.20.0) --- updated-dependencies: - dependency-name: validator dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b401c58 commit d4dc1f9

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

Cargo.lock

Lines changed: 29 additions & 17 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
@@ -69,7 +69,7 @@ inventory = "0.3"
6969
linkme = "0.3"
7070

7171
# Validation
72-
validator = { version = "0.18", features = ["derive"] }
72+
validator = { version = "0.20", features = ["derive"] }
7373

7474
# UUID
7575
uuid = { version = "1.6", features = ["v4"] }

crates/rustapi-validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage.workspace = true
1111

1212
[dependencies]
1313
# Validation (internal - not exposed in public API)
14-
validator = { version = "0.18", features = ["derive"] }
14+
validator = { version = "0.20", features = ["derive"] }
1515

1616
# Serialization
1717
serde = { workspace = true }

0 commit comments

Comments
 (0)