update Cargo.toml
This commit is contained in:
@@ -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"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user