Skip to content

Commit

Permalink
chore(deps): bump kube from 0.80.0 to 0.84.0
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/kube) from 0.80.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.80.0...0.84.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent a79caec commit cf591f3
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 21 deletions.
102 changes: 82 additions & 20 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Copy k8s resources (or parts thereof) across clusters"
[dependencies]
clap = { version = "4.3", features = ["derive", "help", "env", "std"] }
futures = "0.3"
kube = { version = "0.83.0", features = ["runtime", "derive"] }
kube = { version = "0.84.0", features = ["runtime", "derive"] }
kube-derive = "0.84.0"
k8s-openapi = { version = "0.18.0", features = ["v1_26"] }
# We cannot bump kube-res past 0.82.0 until this PR is merged: https://github.com/olix0r/kubert/pull/163
Expand Down

0 comments on commit cf591f3

Please sign in to comment.