Skip to content

Commit

Permalink
Bump kube-runtime from 0.63.2 to 0.64.0 in /cmd/pinniped-proxy
Browse files Browse the repository at this point in the history
Bumps [kube-runtime](https://github.com/kube-rs/kube-rs) from 0.63.2 to 0.64.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.63.2...0.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2021
1 parent 915e21c commit c86eafe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 123 deletions.
136 changes: 14 additions & 122 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 @@ -18,7 +18,7 @@ kube = { version = "0.64.0" }
# is sorted. AFAICT, the openapi json schema is only required when creating a
# CRD (which we're not).
kube-derive = { version = "0.64.0", default-features = false}
kube-runtime = "0.63.2"
kube-runtime = "0.64.0"
k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_20"] }
log = "0.4"
native-tls = "0.2"
Expand Down

0 comments on commit c86eafe

Please sign in to comment.