Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Bump kube from 0.50.1 to 0.51.0 in /backend
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 jeluard committed Mar 1, 2021
1 parent bf33b45 commit e49c881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ rocket_oauth2 = { version = "0.4.1", features = ["hyper_sync_rustls_adapter"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.63"
serde_yaml = "0.8.17"
kube = { version = "0.50.1", default-features = true, features = ["jsonpatch"] }
kube = { version = "0.51.0", default-features = true, features = ["jsonpatch"] }
k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_15"] }
tokio = {version = "1.2.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit e49c881

Please sign in to comment.