This commit is contained in:
gengteng
2023-06-06 11:47:55 +08:00
parent 273372d6ce
commit 43611707e2

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "axum-valid" name = "axum-valid"
version = "0.2.0" version = "0.1.0"
description = "Validator for axum" description = "Validator for axum"
authors = ["GengTeng <me@gteng.org>"] authors = ["GengTeng <me@gteng.org>"]
license = "MIT" license = "MIT"
@@ -23,5 +23,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
axum = "0.6" axum = "0.6.18"
validator = "0.16" validator = "0.16.0"