Skip to content

Commit

Permalink
build(deps): update validator requirement from 0.18 to 0.19
Browse files Browse the repository at this point in the history
Updates the requirements on [validator](https://github.com/Keats/validator) to permit the latest version.
- [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>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 66cfcd4 commit 6edb989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ time = { version = "0.3.36", features = ["serde-human-readable"] }
tokio = { version = "^1", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
url = { version = "2.2", features = ["serde"] }
validator = { version = "0.18", features = ["derive"] }
validator = { version = "0.19", features = ["derive"] }
wapc = "2.0"
wasi-common = { workspace = true }
wasmparser = "0.219"
Expand Down

0 comments on commit 6edb989

Please sign in to comment.