Skip to content

Commit

Permalink
[Cargo]: Bump the kube group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kube group with 2 updates: [k8s-openapi](https://github.com/Arnavion/k8s-openapi) and [kube](https://github.com/kube-rs/kube).


Updates `k8s-openapi` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.23.0...v0.24.0)

Updates `kube` from 0.97.0 to 0.98.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.97.0...0.98.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 326ad26 commit 16e7a3d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 12 deletions.
51 changes: 41 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ tracing = "0.1.41"
tracing-subscriber = "0.3.19"
anyhow = "1.0.94"
serde = { version = "1.0.216", features = ["derive"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }
k8s-openapi = { version = "0.24.0", features = ["latest"] }

[dependencies.kube]
version = "0.97.0"
version = "0.98.0"
features = ["runtime"]

# local testing: ignore
Expand Down

0 comments on commit 16e7a3d

Please sign in to comment.