Skip to content

Commit 08ac2dc

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 10efb01 commit 08ac2dc

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
@@ -53,7 +53,7 @@ path = "src/bin/spot_schedule_capital_markets.rs"
5353
# `ring`; we re-add `client` + `rustls-tls` explicitly alongside `aws-lc-rs`.
5454
kube = { version = "3.1", default-features = false, features = ["runtime", "derive", "client", "ws", "unstable-runtime", "rustls-tls", "aws-lc-rs"] }
5555
kube-lease-manager = "0.11"
56-
k8s-openapi = { version = "0.27", features = ["latest", "schemars"] }
56+
k8s-openapi = { version = "0.28", features = ["latest", "schemars"] }
5757
tokio = { version = "1", features = ["full"] }
5858
# `ReceiverStream` adapter so an `mpsc::Receiver<ObjectRef<…>>` can be
5959
# fed into `Controller::reconcile_on`. Used by main.rs to plumb

0 commit comments

Comments
 (0)