Skip to content

Commit

Permalink
Update validator requirement in the cargo-deps group
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.

Updates `validator` 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
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 17972f9 commit 2130008
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 @@ -21,7 +21,7 @@ reqwest = { version = "0.12.7", default-features = false, features = [
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
snafu = "0.8.4"
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }


[dev-dependencies]
Expand Down

0 comments on commit 2130008

Please sign in to comment.