Skip to content

Commit 6f8d9f6

Browse files
Chore(deps): Update garde requirement from 0.22.0 to 0.23.0 (#1989)
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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: garde dependency-version: 0.23.0 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 1f5a46b commit 6f8d9f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ latest = ["k8s-openapi/latest"]
3838
[dev-dependencies]
3939
tokio-util.workspace = true
4040
assert-json-diff.workspace = true
41-
garde = { version = "0.22.0", default-features = false, features = ["derive"] }
41+
garde = { version = "0.23.0", default-features = false, features = ["derive"] }
4242
anyhow.workspace = true
4343
futures = { workspace = true, features = ["async-await"] }
4444
jsonpath-rust.workspace = true

0 commit comments

Comments
 (0)