Skip to content

Commit 20589c4

Browse files
chore(deps): bump k8s-openapi from 0.27.1 to 0.28.0
Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.27.1 to 0.28.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.27.1...v0.28.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e882e1 commit 20589c4

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ path = "src/bin/auto_vex_reachability.rs"
3636
# way to push external triggers into the controller loop.
3737
kube = { version = "3.1", features = ["runtime", "derive", "client", "ws", "unstable-runtime"] }
3838
kube-lease-manager = "0.11"
39-
k8s-openapi = { version = "0.27", features = ["latest", "schemars"] }
39+
k8s-openapi = { version = "0.28", features = ["latest", "schemars"] }
4040
tokio = { version = "1", features = ["full"] }
4141
# `ReceiverStream` adapter so an `mpsc::Receiver<ObjectRef<…>>` can be
4242
# fed into `Controller::reconcile_on`. Used by main.rs to plumb

0 commit comments

Comments
 (0)