From 1c8d42353e6daff5a3ee015559451dcf790df3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:23:31 +0000 Subject: [PATCH] Update serde_valid requirement from 2.0 to 3.1 Updates the requirements on [serde_valid](https://github.com/ya7010/serde_valid) to permit the latest version. - [Release notes](https://github.com/ya7010/serde_valid/releases) - [Commits](https://github.com/ya7010/serde_valid/compare/v2.0.0...v3.1.2) --- updated-dependencies: - dependency-name: serde_valid dependency-version: 3.1.2 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 684c0522f..4d36a24c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ paste = { version = "1", optional = true } regex = { version = "1", optional = true } serde = { version = "1.0.225", features = ["derive"] } serde_json = { version = "1.0", optional = true } -serde_valid = { version = "2.0", optional = true } +serde_valid = { version = "3.1", optional = true } serde-value = { version = "0.7" } # UDS (Unix Domain Sockets)