Skip to content

Commit 7a10e24

Browse files
Update garde requirement from 0.19.0 to 0.20.0 (#1535)
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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: garde dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9902f1 commit 7a10e24

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.19.0", default-features = false, features = ["derive"] }
27+
garde = { version = "0.20.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)