Skip to content

Commit

Permalink
build(deps): update kube requirement from 0.84.0 to 0.98.0
Browse files Browse the repository at this point in the history
Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version.
- [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.84.0...0.98.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent bd7296f commit e1046fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ common = { path="../common" }
config = { git = "https://github.com/mehcode/config-rs.git", default-features=false, features=["toml"] }
futures-util = "0.3.25"
k8s-openapi = { version = "0.18.0", default-features = false, features = ["v1_26"] }
kube = { version = "0.84.0", default-features = false, features = ["client", "runtime", "rustls-tls"] }
kube = { version = "0.98.0", default-features = false, features = ["client", "runtime", "rustls-tls"] }
parking_lot = {version = "0.12.1" }
serde = { version = "^1.0" }
serde_json = "1.0.87"
Expand Down

0 comments on commit e1046fc

Please sign in to comment.