Skip to content

Commit

Permalink
Update validator requirement from 0.18.1 to 0.19.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 8b7475f commit 8324ae2
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 @@ -88,4 +88,4 @@ tower-sessions = { version = "0.12.2", features = ["axum-core", "private"] }
tower-sessions-moka-store = "0.13.0"
tower-sessions-redis-store = "0.13.0"
url = "2.5.2"
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }

0 comments on commit 8324ae2

Please sign in to comment.