Skip to content

Commit

Permalink
Upgrade validator to 0.19.0
Browse files Browse the repository at this point in the history
So that we get the fix for validating struct with multiple members laid out in Keats/validator#319, and fixed in Keats/validator#321
  • Loading branch information
gonzedge committed Nov 5, 2024
1 parent 20886c1 commit b76d4ef
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 @@ -27,7 +27,7 @@ features = ["full", "aide"]
[dependencies]
axum = { version = "0.7.5", default-features = false }
garde = { version = "0.20.0", optional = true }
validator = { version = "0.18.1", optional = true }
validator = { version = "0.19.0", optional = true }
validify = { version = "1.4.0", optional = true }

[dependencies.axum-extra]
Expand Down Expand Up @@ -57,7 +57,7 @@ axum = { version = "0.7.5", features = ["macros"] }
tokio = { version = "1.34.0", features = ["full"] }
reqwest = { version = "0.12.3", features = ["json", "multipart"] }
serde = { version = "1.0.195", features = ["derive"] }
validator = { version = "0.18.0", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }
garde = { version = "0.20.0", features = ["serde", "derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
Expand Down

0 comments on commit b76d4ef

Please sign in to comment.