From 43611707e2cbcb88592738ab172b2925bec180b4 Mon Sep 17 00:00:00 2001 From: gengteng Date: Tue, 6 Jun 2023 11:47:55 +0800 Subject: [PATCH] fix deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5eca8c..b40e08f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.2.0" +version = "0.1.0" description = "Validator for axum" authors = ["GengTeng "] license = "MIT" @@ -23,5 +23,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.6" -validator = "0.16" +axum = "0.6.18" +validator = "0.16.0"