Skip to content

Commit

Permalink
build(deps): bump kube from 0.74.0 to 0.76.0
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/kube) from 0.74.0 to 0.76.0.
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.74.0...0.76.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2022
1 parent 3b5d516 commit bc83038
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 21 deletions.
66 changes: 47 additions & 19 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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
anyhow = "1.0.65"
async-trait = "0.1.57"
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
kube = { version = "0.74.0", features = ["derive", "openssl-tls", "ws"] }
kube = { version = "0.76.0", features = ["derive", "openssl-tls", "ws"] }
mz-repr = { path = "../repr" }
schemars = { version = "0.8", features = ["uuid1"] }
serde = "1.0.147"
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator-kubernetes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ mz-orchestrator = { path = "../orchestrator" }
mz-secrets = { path = "../secrets" }
mz-repr = { path = "../repr" }
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
kube = { version = "0.74.0", features = ["runtime", "ws"] }
kube = { version = "0.76.0", features = ["runtime", "ws"] }
serde_json = "1.0.86"
sha2 = "0.10.6"

0 comments on commit bc83038

Please sign in to comment.