From 6f3915bb877039a834d234efd7c8cd6a8635e2e7 Mon Sep 17 00:00:00 2001 From: gengteng Date: Mon, 4 Sep 2023 23:48:40 +0800 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be5923e..9b26cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }