update Cargo.toml

This commit is contained in:
gengteng
2023-09-04 23:48:40 +08:00
parent 1e66a3cc55
commit 6f3915bb87

View File

@@ -7,10 +7,10 @@ license = "MIT"
homepage = "https://github.com/gengteng/axum-valid"
repository = "https://github.com/gengteng/axum-valid"
keywords = [
"http",
"web",
"axum",
"validator",
"extractor",
"web",
]
categories = [
"asynchronous",
@@ -45,7 +45,7 @@ optional = true
[dev-dependencies]
anyhow = "1.0.72"
axum = { version = "0.6.19" }
axum = { version = "0.6.20" }
tokio = { version = "1.29.1", features = ["full"] }
hyper = { version = "0.14.27", features = ["full"] }
reqwest = { version = "0.11.18", features = ["json", "multipart"] }