Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bors-libra committed Dec 25, 2020
1 parent fa3056b commit 39484d5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 15 deletions.
54 changes: 40 additions & 14 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 testsuite/cluster-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ futures = "0.3.8"
tokio = { version = "0.2.22", features = ["full"] }
async-trait = "0.1.42"

kube = { version = "0.42.0" }
kube = { version = "0.44.0" }

k8s-openapi = { version = "0.9.0", default-features = false, features = ["v1_15"] }

0 comments on commit 39484d5

Please sign in to comment.