Skip to content

Commit

Permalink
Update k8s-openapi requirement from 0.22.0 to 0.23.0 in the kube group
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.

Updates `k8s-openapi` to 0.23.0
- [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.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 23, 2024
1 parent 6058eec commit 136ddcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
reqwest = { version = "0.12.4", default-features = false, features = ["blocking", "rustls-tls"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }
serde_yaml = { version = "0.9.34" }
glob = { version = "0.3.1" }
itertools = { version = "0.13.0" }

0 comments on commit 136ddcd

Please sign in to comment.