Skip to content

Commit 2fd7b2f

Browse files
committed
chore(k8s-intf): Move rustls to aws-lc-rs
ring is fine for rustls but aws-lc-rs has better formal verification and is now preferred. Signed-off-by: Manish Vachharajani <[email protected]>
1 parent c152ad3 commit 2fd7b2f

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

Cargo.lock

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

k8s-intf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures = { workspace = true }
2222
kube = { workspace = true, features = ["client", "derive", "runtime", "rustls-tls"] }
2323
k8s-openapi = { workspace = true, features = ["latest", "schemars", "std"] }
2424
linkme = { workspace = true }
25-
rustls = { workspace = true, features = ["ring"] }
25+
rustls = { workspace = true, features = ["aws-lc-rs"] }
2626
schemars = { workspace = true, features = ["derive", "std"] }
2727
serde = { workspace = true }
2828
serde-duration-ext = { workspace = true }

0 commit comments

Comments
 (0)