Skip to content

Commit

Permalink
Update validator requirement from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent f691c21 commit 90888d4
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 @@ -30,7 +30,7 @@ tracing = "0.1.37"
ureq = { version = "2.5.0", features = ["json"] }
url = "2.3.1"
utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }
validator = { version = "0.16.0", features = ["derive"] }
validator = { version = "0.17.0", features = ["derive"] }

[dev-dependencies]
assert_matches = "1.5"
Expand Down

0 comments on commit 90888d4

Please sign in to comment.