Skip to content

Commit

Permalink
Bump validator from 0.18.1 to 0.19.0 in /src/wasm-lib (#4396)
Browse files Browse the repository at this point in the history
Bumps [validator](https://github.com/Keats/validator) from 0.18.1 to 0.19.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 12d444f commit 4fbcde8
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 8 deletions.
288 changes: 281 additions & 7 deletions src/wasm-lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wasm-lib/kcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ts-rs = { version = "10.0.0", features = ["uuid-impl", "url-impl", "chrono-impl"
url = { version = "2.5.2", features = ["serde"] }
urlencoding = "2.1.3"
uuid = { version = "1.11.0", features = ["v4", "js", "serde"] }
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }
winnow = "0.6.18"
zip = { version = "2.0.0", default-features = false }

Expand Down

0 comments on commit 4fbcde8

Please sign in to comment.