Skip to content

Commit

Permalink
Bump kube-runtime from 0.82.1 to 0.83.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) from 0.82.1 to 0.83.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.82.1...0.83.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] committed Jun 13, 2023
1 parent b74aadc commit 3dca074
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 57 deletions.
63 changes: 7 additions & 56 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 @@ hyper = { version = "0.14", features = ["server"] }
hyper-tls = "0.5"
kube = { version = "0.83.0" }
kube-derive = { version = "0.83.0"}
kube-runtime = "0.82.0"
kube-runtime = "0.83.0"
k8s-openapi = { version = "0.18.0", default-features = false}
log = "0.4"
native-tls = "0.2"
Expand Down

0 comments on commit 3dca074

Please sign in to comment.