Skip to content

Commit

Permalink
Merge pull request #28 from gonzedge/gonzedge/validator-0-19-0
Browse files Browse the repository at this point in the history
Upgrade validator to 0.19.0
  • Loading branch information
gengteng authored Nov 6, 2024
2 parents 20886c1 + b76d4ef commit 1943a47
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 1943a47

Please sign in to comment.