Skip to content

Commit

Permalink
build(deps): bump the k8s group with 1 update
Browse files Browse the repository at this point in the history
Bumps the k8s group with 1 update: [k8s-openapi](https://github.com/Arnavion/k8s-openapi).

- [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.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent f7e58f0 commit d875cf3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 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 @@ -10,7 +10,7 @@ anyhow = "1.0.75"
axum = { version = "0.6.20", features = ["tracing", "http2", "macros"] }
axum-server = { version = "0.5.1", features = ["rustls", "tls-rustls"] }
json-patch = "1.0.0"
k8s-openapi = { version = "0.19.0", default-features = false, features = ["v1_24", "schemars"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_24", "schemars"] }
kube = { version = "0.85.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
log = { version = "0.4.20", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
schemars = { version = "0.8.13", features = ["derive_json_schema"] }
Expand Down

0 comments on commit d875cf3

Please sign in to comment.