Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 9961dae commit 92152de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation = "https://docs.rs/actix-web-validator/"
[dependencies]
actix-web = { version = "4", default-features = false }
actix-http = { version = "3" }
validator = { version = "0.18" }
validator = { version = "0.19" }
serde = "1"
serde_urlencoded = "0.7"
serde_json = "1"
Expand All @@ -29,6 +29,6 @@ thiserror = "1.0"

[dev-dependencies]
actix-web = { version = "4", default-features = false, features = ["macros"] }
validator = { version = "0.18", features = ["derive"]}
validator = { version = "0.19", features = ["derive"]}
serde = { version = "1", features = ["derive"] }
actix-service = "2"

0 comments on commit 92152de

Please sign in to comment.