Skip to content

Commit

Permalink
⬆️ Bump kube from 0.50.1 to 0.51.0
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/clux/kube-rs) from 0.50.1 to 0.51.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.50.1...0.51.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Mar 1, 2021
1 parent d24d86c commit 3b741cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["/.github", "/.dependabot", ".gitignore"]

[dependencies]
tokio = { version = "1.2.0", features = ["full"]}
kube = { version = "0.50.1", features = ["oauth", "gzip"]}
kube = { version = "0.51.0", features = ["oauth", "gzip"]}
k8s-openapi = { version = "0.11.0", features = ["v1_16"], default-features = false }
log = "0.4"
env_logger = "0.8.3"
Expand Down

0 comments on commit 3b741cf

Please sign in to comment.