Skip to content

Commit

Permalink
Update garde requirement from 0.14.0 to 0.15.0 (#1293)
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](https://github.com/jprochazk/garde/compare/[email protected]@0.15.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]>
  • Loading branch information
dependabot[bot] and clux authored Sep 11, 2023
1 parent 5e3d1cd commit 83368df
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 @@ -26,7 +26,7 @@ latest = ["k8s-openapi/latest"]
[dev-dependencies]
tokio-util = "0.7.0"
assert-json-diff = "2.0.1"
garde = { version = "0.14.0", default-features = false, features = ["derive"] }
garde = { version = "0.15.0", default-features = false, features = ["derive"] }
anyhow = "1.0.44"
futures = "0.3.17"
jsonpath_lib = "0.3.0"
Expand Down

0 comments on commit 83368df

Please sign in to comment.