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
97 changes: 92 additions & 5 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 agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ kube = { version = "1.1", default-features = false, features = ["client", "rustl
# k8s-openapi requires a concrete v1_* feature pinning the API surface
# the binary supports. v1_32 covers k3s 1.34 / kubernetes 1.32 (current
# LTS / latest). Bump in lockstep when targeting newer clusters.
k8s-openapi = { version = "0.25", default-features = false, features = ["v1_32"], optional = true }
k8s-openapi = { version = "0.28", default-features = false, features = ["v1_32"], optional = true }
# rustls 0.23 requires the binary to install a process-level default
# CryptoProvider before any TLS handshake. The always-on `rustls` dep
# above (for the agent↔server mTLS connector) + this call cover both the
Expand Down
Loading