Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 8d2b913

Browse files
committed
Bump kube, k8s-openapi and tokio (#205)
1 parent 46a6a76 commit 8d2b913

File tree

3 files changed

+39
-32
lines changed

3 files changed

+39
-32
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Print CLI tables using [comfy-table](https://crates.io/crates/comfy-table) ([#176](https://github.com/stackabletech/stackablectl/pull/176))
1212
- Bump kube to 0.77 ([#201](https://github.com/stackabletech/stackablectl/pull/201))
1313
- Bump go k8s client to 0.26.0 ([#202](https://github.com/stackabletech/stackablectl/pull/202))
14+
- Bump kube, k8s-openapi and tokio ([#205](https://github.com/stackabletech/stackablectl/pull/205))
1415

1516
## [0.6.0] - 2022-10-28
1617

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ clap_complete = "4.0"
1414
comfy-table = "6.1"
1515
env_logger = "0.10"
1616
indexmap = { version = "1.9", features = ["serde"] }
17-
k8s-openapi = { version = "0.16", default-features = false, features = ["v1_24"] }
18-
kube = { version = "0.77", default-features = false, features = ["client", "openssl-tls"]} # Using openssl (and not native-tls) as kube-rs team tries to move away from native-tls
17+
k8s-openapi = { version = "0.17", default-features = false, features = ["v1_26"] }
18+
kube = { version = "0.78", default-features = false, features = ["client", "openssl-tls"]} # Using openssl (and not native-tls) as kube-rs team tries to move away from native-tls
1919
lazy_static = "1.4"
2020
log = "0.4"
2121
openssl = { version = "0.10.42", features = ["vendored"] } # Must match version from kube
@@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"]}
2525
serde_json = "1.0"
2626
serde_yaml = "0.9"
2727
reqwest = "0.11" # Using native-tls as openssl does not seem to be supported as of 0.11
28-
tokio = "1.23"
28+
tokio = "1.24"
2929

3030
[profile.release]
3131
# strip = true # By default on Linux and macOS, symbol information is included in the compiled .elf file.

0 commit comments

Comments
 (0)