Skip to content

Commit

Permalink
Bump kube from 0.52.0 to 0.53.0 in /cmd/pinniped-proxy (#2829)
Browse files Browse the repository at this point in the history
* Bump kube-derive from 0.52.0 to 0.53.0 in /cmd/pinniped-proxy

Bumps [kube-derive](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>

* Bump kube from 0.52.0 to 0.53.0 in /cmd/pinniped-proxy

Bumps [kube](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>
Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
dependabot[bot] and antgamdia committed May 18, 2021
1 parent 348fca5 commit 42dc2ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
43 changes: 4 additions & 39 deletions cmd/pinniped-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/pinniped-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ anyhow = "1.0"
base64 = "0.13"
hyper = { version = "0.14", features = ["server"] }
hyper-tls = "0.5"
kube = { version = "0.52.0" }
kube = { version = "0.53.0" }
# We explicitly import kube-derive without the schema option to avoid
# requiring the jsonschema for CRDs until
# https://github.com/Arnavion/k8s-openapi/issues/86
# 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-derive = { version = "0.53.0", default-features = false}
kube-runtime = "0.53.0"
k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_17"] }
log = "0.4"
Expand Down

0 comments on commit 42dc2ed

Please sign in to comment.