Skip to content

Commit 751c2a3

Browse files
drop k8s-openapi back down to 0.26.0
Arnavion/k8s-openapi#173
1 parent 1db0a34 commit 751c2a3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

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

src/cloud-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = "1.0.100"
1818
chrono = { version = "0.4.39", default-features = false }
1919
futures = "0.3.31"
2020
indexmap = { version = "2.10.0", default-features = false, features = ["std"] }
21-
k8s-openapi = { version = "0.26.1", features = ["schemars", "v1_31"] }
21+
k8s-openapi = { version = "0.26.0", features = ["schemars", "v1_31"] }
2222
kube = { version = "2.0.1", default-features = false, features = ["client", "derive", "openssl-tls", "ws", "runtime"] }
2323
mz-ore = { path = "../ore", default-features = false, features = ["async"] }
2424
mz-server-core = { path = "../server-core", default-features = false }

src/mz-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ chrono = { version = "0.4.39", default-features = false }
1515
clap = { version = "4.5.23", features = ["derive", "env"] }
1616
csv-async = { version = "1.3.1", default-features = false, features = ["tokio"] }
1717
futures = "0.3.31"
18-
k8s-openapi = { version = "0.26.1", features = ["v1_31"] }
18+
k8s-openapi = { version = "0.26.0", features = ["v1_31"] }
1919
kube = { version = "2.0.1", default-features = false, features = ["client", "runtime"] }
2020
mz-build-info = { path = "../build-info" }
2121
mz-cloud-resources = { path = "../cloud-resources"}

src/orchestrator-kubernetes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mz-orchestrator = { path = "../orchestrator", default-features = false }
2222
mz-ore = { path = "../ore", default-features = false, features = ["async"] }
2323
mz-secrets = { path = "../secrets", default-features = false }
2424
mz-repr = { path = "../repr", default-features = false }
25-
k8s-openapi = { version = "0.26.1", features = ["v1_31"] }
25+
k8s-openapi = { version = "0.26.0", features = ["v1_31"] }
2626
kube = { version = "2.0.1", default-features = false, features = ["client", "runtime", "ws"] }
2727
reqwest = { version = "0.12.26", features = ["json"] }
2828
serde = { version = "1.0.219", features = ["derive"] }

src/orchestratord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clap = { version = "4.5.23", features = ["derive"] }
1818
futures = "0.3.31"
1919
http = "1.4.0"
2020
k8s-controller = "0.9.0"
21-
k8s-openapi = { version = "0.26.1", features = ["v1_31"] }
21+
k8s-openapi = { version = "0.26.0", features = ["v1_31"] }
2222
kube = { version = "2.0.1", default-features = false, features = ["client", "runtime", "ws"] }
2323
maplit = "1.0.2"
2424
mz-alloc = { path = "../alloc", default-features = false }

0 commit comments

Comments
 (0)