@@ -17,7 +17,7 @@ rustls-tls = ["rustls", "hyper-rustls", "hyper-http-proxy?/rustls-tls-native-roo
17
17
webpki-roots = [" hyper-rustls/webpki-roots" ]
18
18
aws-lc-rs = [" rustls?/aws-lc-rs" ]
19
19
openssl-tls = [" openssl" , " hyper-openssl" ]
20
- ws = [" client" , " tokio-tungstenite" , " rand " , " kube-core/ws" , " tokio/macros" ]
20
+ ws = [" client" , " tokio-tungstenite" , " kube-core/ws" , " tokio/macros" ]
21
21
kubelet-debug = [" ws" , " kube-core/kubelet-debug" ]
22
22
oauth = [" client" , " tame-oauth" ]
23
23
oidc = [" client" , " form_urlencoded" ]
@@ -72,7 +72,6 @@ tower = { workspace = true, features = ["buffer", "filter", "util"], optional =
72
72
tower-http = { workspace = true , features = [" auth" , " map-response-body" , " trace" ], optional = true }
73
73
hyper-timeout = { workspace = true , optional = true }
74
74
tame-oauth = { workspace = true , features = [" gcp" ], optional = true }
75
- rand = { workspace = true , optional = true }
76
75
secrecy = { workspace = true }
77
76
tracing = { workspace = true , features = [" log" ], optional = true }
78
77
hyper-openssl = { workspace = true , features = [" client-legacy" ], optional = true }
0 commit comments