From 0d3b7ea739efa090a56a9eb97df50fbb53c36a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:42:43 +0000 Subject: [PATCH] Update validators requirement from 0.24.3 to 0.25.3 Updates the requirements on [validators](https://github.com/magiclen/validators) to permit the latest version. - [Commits](https://github.com/magiclen/validators/compare/v0.24.3...v0.25.3) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dba345e..987adbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ sea-orm = { version = "0.12.2", features = [ "sqlx-postgres", "runtime-tokio-rus dotenvy = { version = "0.15.7" } log = { version = "0.4.19" } fern = { version = "0.6.2", features = ["colored"] } -validators = { version = "0.24.3" } +validators = { version = "0.25.3" } tokio_schedule = { version = "0.3.1" } ureq = { version = "2.7.1", features = ["json", "serde_json"] } \ No newline at end of file