Skip to content

Commit

Permalink
chore(deps): bump k8s-openapi from 0.18.0 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.18.0 to 0.21.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.18.0...v0.21.0)

---
updated-dependencies:
- dependency-name: k8s-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent cf6a3ae commit bb6db14
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = "1"
serde_derive = "1"
tokio = { version = "1", features = ["full"] }
kube = { version = "0.82", default-features = false, features = ["client", "runtime", "ws", "rustls-tls"] }
k8s-openapi = { version = "0.18", features = ["v1_26"] }
k8s-openapi = { version = "0.21", features = ["v1_26"] }
serde_json = "1"
tracing = "0.1"
tracing-tree = "0.2"
Expand Down

0 comments on commit bb6db14

Please sign in to comment.