Skip to content

Commit

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

- [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.86.0...0.87.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent d6502eb commit 687e5e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 50 deletions.
63 changes: 14 additions & 49 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 @@ -11,7 +11,7 @@ axum = { version = "0.6.20", features = ["tracing", "http2", "macros"] }
axum-server = { version = "0.5.1", features = ["rustls", "tls-rustls"] }
json-patch = "1.2.0"
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_24", "schemars"] }
kube = { version = "0.86.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
kube = { version = "0.87.1", 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.15", features = ["derive_json_schema"] }
serde = { version = "1.0.190", features = ["serde_derive", "derive"] }
Expand Down

0 comments on commit 687e5e3

Please sign in to comment.