Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 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 @@ -34,7 +34,7 @@ jiff = { version = "0.2.24", features = ["serde"] }
# duplicate k8s-openapi with no version feature → build failure). `v1_32` is a
# conservative recent control-plane version — CONFIRM against the actual EKS
# control-plane version with ops before release (see spec open-question).
k8s-openapi = { version = "0.27.1", features = ["v1_32"] }
k8s-openapi = { version = "0.28.0", features = ["v1_32"] }
# Disable kube's default `ring` crypto backend and use `aws-lc-rs` instead, so
# we don't pull in a second rustls provider alongside the one the AWS SDK and
# the rest of the workspace already use.
Expand Down
Loading