Skip to content

Commit 000e99a

Browse files
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](jprochazk/garde@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: garde dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eirik A <[email protected]>
1 parent 76b4af6 commit 000e99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ latest = ["k8s-openapi/latest"]
2424
[dev-dependencies]
2525
tokio-util.workspace = true
2626
assert-json-diff.workspace = true
27-
garde = { version = "0.20.0", default-features = false, features = ["derive"] }
27+
garde = { version = "0.21.0", default-features = false, features = ["derive"] }
2828
anyhow.workspace = true
2929
futures = { workspace = true, features = ["async-await"] }
3030
jsonpath-rust.workspace = true

0 commit comments

Comments
 (0)