Skip to content

Commit

Permalink
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.21.1 to 0.22.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.21.1...v0.22.0)

Updates `kube` from 0.90.0 to 0.91.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.90.0...0.91.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 and github-actions[bot] committed Jun 1, 2024
1 parent 16b3ca4 commit 711b7d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 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 code-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
reqwest = { version = "0.12.4", default-features = false, features = ["blocking", "rustls-tls"] }
k8s-openapi = { version = "0.21.1", features = ["latest"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
serde_yaml = { version = "0.9.34" }
glob = { version = "0.3.1" }
itertools = { version = "0.13.0" }
4 changes: 2 additions & 2 deletions kube-custom-resources-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repository = "https://github.com/metio/kube-custom-resources-rs"
readme = "../README.md"

[dependencies]
kube = { version = "0.90.0", features = ["derive"] }
k8s-openapi = { version = "0.21.1", features = ["latest"] }
kube = { version = "0.91.0", features = ["derive"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
schemars = { version = "0.8.21" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.117" }
Expand Down

0 comments on commit 711b7d1

Please sign in to comment.