From 9cca823e38ac34e2cd2d4fc7cea2c14be02f9ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:47:49 +0000 Subject: [PATCH] Update garde requirement from 0.15.0 to 0.16.1 (#1329) Updates the requirements on [garde](https://github.com/jprochazk/garde) to permit the latest version. - [Release notes](https://github.com/jprochazk/garde/releases) - [Commits](https://github.com/jprochazk/garde/compare/garde@0.15.0...garde@0.16.1) --- updated-dependencies: - dependency-name: garde dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index d9fc4a8c7..2224fe7e8 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -26,7 +26,7 @@ latest = ["k8s-openapi/latest"] [dev-dependencies] tokio-util = "0.7.0" assert-json-diff = "2.0.1" -garde = { version = "0.15.0", default-features = false, features = ["derive"] } +garde = { version = "0.16.1", default-features = false, features = ["derive"] } anyhow = "1.0.44" futures = "0.3.17" jsonpath_lib = "0.3.0"