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.22.0 to 0.23.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.22.0...v0.23.0)

Updates `kube` from 0.94.1 to 0.95.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.94.1...0.95.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 2617364 commit c25f024
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 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.40"
tracing-subscriber = "0.3.18"
anyhow = "1.0.87"
serde = { version = "1.0.210", features = ["derive"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }

[dependencies.kube]
version = "0.94.1"
version = "0.95.0"
features = ["runtime"]

# local testing: ignore
Expand Down

0 comments on commit c25f024

Please sign in to comment.