Skip to content

Commit

Permalink
fix(deps): bump kube from 0.87.1 to 0.87.2
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 4, 2024
1 parent 31717e6 commit ef0214e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 18 deletions.
97 changes: 80 additions & 17 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 @@ publish = false

[dependencies]
tokio = { version = "1.35.1", features = ["full"] }
kube = { version = "0.87.1", features = ["runtime", "derive"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
futures = "0.3.29"
futures-util = "0.3.28"
Expand Down

0 comments on commit ef0214e

Please sign in to comment.