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