Skip to content

Commit

Permalink
Bump kube-derive from 0.78.0 to 0.79.0 in /cmd/pinniped-proxy
Browse files Browse the repository at this point in the history
Bumps [kube-derive](https://github.com/kube-rs/kube) from 0.78.0 to 0.79.0.
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.78.0...0.79.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent ffb6869 commit 0ea732d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ env_logger = "0.10"
hyper = { version = "0.14", features = ["server"] }
hyper-tls = "0.5"
kube = { version = "0.79.0" }
kube-derive = { version = "0.78.0"}
kube-derive = { version = "0.79.0"}
kube-runtime = "0.79.0"
k8s-openapi = { version = "0.17.0", default-features = false}
log = "0.4"
Expand Down

0 comments on commit 0ea732d

Please sign in to comment.