Skip to content

Commit

Permalink
Bump k8s-openapi from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teskje committed Nov 10, 2022
1 parent bc83038 commit 536de7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 24 deletions.
30 changes: 8 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cloud-resources/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = "1.0.65"
async-trait = "0.1.57"
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
k8s-openapi = { version = "0.16.0", features = ["v1_22"] }
kube = { version = "0.76.0", features = ["derive", "openssl-tls", "ws"] }
mz-repr = { path = "../repr" }
schemars = { version = "0.8", features = ["uuid1"] }
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator-kubernetes/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ mz-cloud-resources = { path = "../cloud-resources" }
mz-orchestrator = { path = "../orchestrator" }
mz-secrets = { path = "../secrets" }
mz-repr = { path = "../repr" }
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
k8s-openapi = { version = "0.16.0", features = ["v1_22"] }
kube = { version = "0.76.0", features = ["runtime", "ws"] }
serde_json = "1.0.86"
sha2 = "0.10.6"

0 comments on commit 536de7d

Please sign in to comment.