deps: upgrade garde to 0.18.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "axum-valid"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
description = "Provides validation extractors for your Axum application, allowing you to validate data using validator, garde, validify or all of them."
|
||||
authors = ["GengTeng <me@gteng.org>"]
|
||||
license = "MIT"
|
||||
@@ -26,7 +26,7 @@ features = ["full", "aide"]
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.3", default-features = false }
|
||||
garde = { version = "0.17.0", optional = true }
|
||||
garde = { version = "0.18.0", optional = true }
|
||||
validator = { version = "0.16.1", optional = true}
|
||||
validify = { version = "1.3.0", optional = true}
|
||||
|
||||
@@ -59,6 +59,7 @@ hyper = { version = "0.14.27", features = ["full"] }
|
||||
reqwest = { version = "0.11.23", features = ["json", "multipart"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
validator = { version = "0.16.1", features = ["derive"] }
|
||||
garde = { version = "0.18.0", features = ["serde", "derive"] }
|
||||
serde_json = "1.0.108"
|
||||
serde_yaml = "0.9.27"
|
||||
quick-xml = { version = "0.31.0", features = ["serialize"] }
|
||||
|
||||
Reference in New Issue
Block a user