Skip to content

Commit

Permalink
Update garde requirement from 0.20.0 to 0.21.0 (#1672)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eirik A <sszynrae@gmail.com>
  • Loading branch information
dependabot[bot] and clux authored Dec 23, 2024
1 parent 76b4af6 commit 000e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 000e99a

Please sign in to comment.