Skip to content

Commit

Permalink
Bump kube-runtime from 0.52.0 to 0.53.0 in /cmd/pinniped-proxy (#2818)
Browse files Browse the repository at this point in the history
Bumps [kube-runtime](https://github.com/clux/kube-rs) from 0.52.0 to 0.53.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.52.0...0.53.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2021
1 parent 9ec1388 commit 8dfbdb6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
44 changes: 40 additions & 4 deletions cmd/pinniped-proxy/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 cmd/pinniped-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kube = { version = "0.52.0" }
# is sorted. AFAICT, the openapi json schema is only required when creating a
# CRD (which we're not).
kube-derive = { version = "0.52.0", default-features = false}
kube-runtime = "0.52.0"
kube-runtime = "0.53.0"
k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_17"] }
log = "0.4"
native-tls = "0.2"
Expand Down

0 comments on commit 8dfbdb6

Please sign in to comment.