Skip to content

Commit 21f85a7

Browse files
authored
Kube 2 sanity (#185)
Signed-off-by: clux <[email protected]>
1 parent afd09e3 commit 21f85a7

File tree

2 files changed

+29
-124
lines changed

2 files changed

+29
-124
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ telemetry = ["opentelemetry-otlp"]
2929
actix-web = "4.11.0"
3030
futures = "0.3.31"
3131
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
32-
#k8s-openapi = { version = "0.25.0", features = ["latest"] }
33-
k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "e9a9eaf", features=["latest"] }
32+
k8s-openapi = { version = "0.26.0", features = ["latest"] }
3433
schemars = "1"
3534
serde = { version = "1.0.219", features = ["derive"] }
3635
serde_json = "1.0.143"
@@ -59,5 +58,5 @@ features = ["runtime", "client", "derive"]
5958
# testing new releases - ignore
6059
git = "https://github.com/kube-rs/kube.git"
6160
# branch = "main"
62-
rev = "06e843bf026d0838dca159433e8af8268b6cc0bf"
61+
rev = "896ba6798ddac323dd464cc51938a6c818276f65"
6362
# path = "../kube/kube"

0 commit comments

Comments
 (0)