Skip to content

Commit

Permalink
Bump kube-derive from 0.83.0 to 0.84.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.83.0 to 0.84.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.83.0...0.84.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent b5720a2 commit bc29201
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 @@ -21,7 +21,7 @@ env_logger = "0.10"
hyper = { version = "0.14", features = ["server"] }
hyper-tls = "0.5"
kube = { version = "0.84.0" }
kube-derive = { version = "0.83.0"}
kube-derive = { version = "0.84.0"}
kube-runtime = "0.84.0"
k8s-openapi = { version = "0.18.0", default-features = false}
log = "0.4"
Expand Down

0 comments on commit bc29201

Please sign in to comment.