Skip to content

Commit

Permalink
chore(deps): update k8s-openapi requirement from 0.22.0 to 0.23.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.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 934fdab commit 1740f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libc = "0.2"
log = "0.4"
ipnet = "2.9.0"
kube = { version = "0.93.1", features = ["runtime", "client", "derive"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }
rsln = "0.0"
serde = "1.0"
serde_yaml = "0.9"
Expand Down

0 comments on commit 1740f04

Please sign in to comment.