From fced30a2aa395bc538e52dd0c6c8aa0493852003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:57:56 +0000 Subject: [PATCH] Update validators requirement from 0.24.3 to 0.25.0 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.0) --- 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..a4f7e35 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.0" } tokio_schedule = { version = "0.3.1" } ureq = { version = "2.7.1", features = ["json", "serde_json"] } \ No newline at end of file