Skip to content

Commit

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


Updates `kube` from 0.87.1 to 0.87.2
- [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.87.1...0.87.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 2d61b14 commit dedd43b
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 14 deletions.
78 changes: 65 additions & 13 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 @@ -41,7 +41,7 @@ janus_integration_tests = { version = "0.5", path = "integration_tests" }
janus_interop_binaries = { version = "0.5", path = "interop_binaries" }
janus_messages = { version = "0.5", path = "messages" }
k8s-openapi = { version = "0.20.0", features = ["v1_24"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
kube = { version = "0.87.1", default-features = false, features = ["client", "rustls-tls"] }
kube = { version = "0.87.2", default-features = false, features = ["client", "rustls-tls"] }
opentelemetry = { version = "0.21", features = ["metrics"] }
opentelemetry_sdk = { version = "0.21", features = ["metrics"] }
prio = { version = "0.12.4", features = ["multithreaded"] }
Expand Down

0 comments on commit dedd43b

Please sign in to comment.