Skip to content

Commit ae702fc

Browse files
committed
bump k8s-openapi in readme (missed)
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 51759b4 commit ae702fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Select a version of `kube` along with the generated [k8s-openapi](https://github
1717
```toml
1818
[dependencies]
1919
kube = { version = "0.90.0", features = ["runtime", "derive"] }
20-
k8s-openapi = { version = "0.21.1", features = ["latest"] }
20+
k8s-openapi = { version = "0.22.0", features = ["latest"] }
2121
```
2222

2323
See [features](https://kube.rs/features/) for a quick overview of default-enabled / opt-in functionality.
@@ -156,7 +156,7 @@ By default [rustls](https://github.com/rustls/rustls) is used for TLS, but `open
156156
```toml
157157
[dependencies]
158158
kube = { version = "0.90.0", default-features = false, features = ["client", "openssl-tls"] }
159-
k8s-openapi = { version = "0.21.0", features = ["latest"] }
159+
k8s-openapi = { version = "0.22.0", features = ["latest"] }
160160
```
161161

162162
This will pull in `openssl` and `hyper-openssl`. If `default-features` is left enabled, you will pull in two TLS stacks, and the default will remain as `rustls`.

0 commit comments

Comments
 (0)