From 000e99a56beeda9b897a343e7a3c7bfada77f13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:44:55 +0000 Subject: [PATCH] Update garde requirement from 0.20.0 to 0.21.0 (#1672) 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/v0.20.0...v0.21.0) --- 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> Co-authored-by: Eirik A --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 25add42a2..5481d5d58 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -24,7 +24,7 @@ latest = ["k8s-openapi/latest"] [dev-dependencies] tokio-util.workspace = true assert-json-diff.workspace = true -garde = { version = "0.20.0", default-features = false, features = ["derive"] } +garde = { version = "0.21.0", default-features = false, features = ["derive"] } anyhow.workspace = true futures = { workspace = true, features = ["async-await"] } jsonpath-rust.workspace = true