update: validator crate

This commit is contained in:
noshishiRust
2024-04-11 08:29:21 +09:00
parent 4550abc1be
commit e0cbabeb03
3 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ features = ["full", "aide"]
[dependencies]
axum = { version = "0.7.3", default-features = false }
garde = { version = "0.18.0", optional = true }
validator = { version = "0.17.0", optional = true }
validator = { version = "0.18.0", optional = true }
validify = { version = "1.3.0", optional = true }
[dependencies.axum-extra]
@@ -57,7 +57,7 @@ axum = { version = "0.7.1", features = ["macros"] }
tokio = { version = "1.34.0", features = ["full"] }
reqwest = { version = "0.11.23", features = ["json", "multipart"] }
serde = { version = "1.0.195", features = ["derive"] }
validator = { version = "0.17.0", features = ["derive"] }
validator = { version = "0.18.0", features = ["derive"] }
garde = { version = "0.18.0", features = ["serde", "derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"