Skip to content

Commit

Permalink
chore(deps): Bump kube-core from 0.87.2 to 0.88.1
Browse files Browse the repository at this point in the history
Bumps [kube-core](https://github.com/kube-rs/kube) from 0.87.2 to 0.88.1.
- [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.87.2...0.88.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 397ee6e commit 5c2af86
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 12 deletions.
53 changes: 42 additions & 11 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 workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hyper = { version = "0.14", features = ["full"] }
indexmap = { version = "2" }
itertools = { version = "0.11" }
k8s-openapi = { version = "0.20", default-features = false, features = ["earliest", "schemars"] }
kube-core = { version = "0.87", default-features = false, features = ["jsonpatch", "schema"] }
kube-core = { version = "0.88", default-features = false, features = ["jsonpatch", "schema"] }
libc = { version = "0.2", features = ["extra_traits"] }
lock_api = { version = "0.4", features = ["arc_lock"] }
log = { version = "0.4", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 5c2af86

Please sign in to comment.