Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benesch committed May 30, 2022
1 parent fa52b24 commit cd157bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/orchestrator-kubernetes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.57"
async-trait = "0.1.53"
clap = { version = "3.1.18", features = ["derive"] }
mz-orchestrator = { path = "../orchestrator" }
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
kube = { version = "0.72.0", features = ["ws"] }
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
kube = { version = "0.73.0", features = ["ws"] }
serde_json = "1.0.81"
sha2 = "0.10.2"
4 changes: 2 additions & 2 deletions src/secrets-kubernetes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ publish = false
anyhow = "1.0.57"
async-trait = "0.1.53"
mz-secrets = { path = "../secrets" }
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
kube = { version = "0.72.0", features = ["ws"] }
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
kube = { version = "0.73.0", features = ["ws"] }
tracing = "0.1.34"
tokio = { version = "1.18.2" }
rand = "0.8.5"
Expand Down

0 comments on commit cd157bc

Please sign in to comment.