Skip to content

Commit

Permalink
Merge pull request #49 from amphitheatre-app/dependabot/cargo/validat…
Browse files Browse the repository at this point in the history
…or-0.19.0

Update validator requirement from 0.18.0 to 0.19.0
  • Loading branch information
wangeguo authored Nov 5, 2024
2 parents 1f33b38 + 88567a5 commit 2d16cf1
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.40"
ureq = { version = "2.9.6", features = ["json"] }
url = "2.5.0"
utoipa = { version = "5.0.0", features = ["axum_extras", "uuid", "chrono", "macros"] }
validator = { version = "0.18.0", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }

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

0 comments on commit 2d16cf1

Please sign in to comment.