Skip to content

Commit

Permalink
chore(deps): bump validator from 0.16.1 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [validator](https://github.com/Keats/validator) from 0.16.1 to 0.17.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]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 3e62037 commit 7b78298
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 28 deletions.
86 changes: 59 additions & 27 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uuid = { version = "1.8", features = ["serde", "v4"] }
config = { version = "0.13.4", features = [] }
tower-http = { version = "0.5.2", features = ["sensitive-headers", "trace", "util", "request-id"] }
tower = "0.4.13"
validator = { version = "0.16.1", features = ["derive"] }
validator = { version = "0.17.0", features = ["derive"] }
axum-valid = { version = "0.15.0", features = ["422", "into_json"] }
time = { version = "0.3.34", features = ["serde", "formatting"] }

Expand Down

0 comments on commit 7b78298

Please sign in to comment.