Skip to content

Commit

Permalink
Update k8s-openapi requirement from 0.21.1 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version.
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.21.1...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s-openapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent a6575c9 commit 205f0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
k8s-openapi = { version = "0.21.1", default-features = false }
k8s-openapi = { version = "0.22.0", default-features = false }
nom = "7.1.3"
rust_decimal = "1.32.0"
thiserror = "1.0.48"

[dev-dependencies]
k8s-openapi = { version = "0.21.1", default-features = false, features = [
k8s-openapi = { version = "0.22.0", default-features = false, features = [
"v1_29",
] }

Expand Down

0 comments on commit 205f0d2

Please sign in to comment.