Skip to content

Commit f42522f

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 dedef25 commit f42522f

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
@@ -47,7 +47,7 @@ path = "src/bin/spot_schedule_capital_markets.rs"
4747
# way to push external triggers into the controller loop.
4848
kube = { version = "3.1", features = ["runtime", "derive", "client", "ws", "unstable-runtime"] }
4949
kube-lease-manager = "0.11"
50-
k8s-openapi = { version = "0.27", features = ["latest", "schemars"] }
50+
k8s-openapi = { version = "0.28", features = ["latest", "schemars"] }
5151
tokio = { version = "1", features = ["full"] }
5252
# `ReceiverStream` adapter so an `mpsc::Receiver<ObjectRef<…>>` can be
5353
# fed into `Controller::reconcile_on`. Used by main.rs to plumb

0 commit comments

Comments
 (0)