Skip to content

Commit bfffd6a

Browse files
chore(deps): bump kube from 3.1.0 to 4.0.0
Bumps [kube](https://github.com/kube-rs/kube) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@3.1.0...4.0.0) --- updated-dependencies: - dependency-name: kube dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c720dde commit bfffd6a

2 files changed

Lines changed: 173 additions & 29 deletions

File tree

Cargo.lock

Lines changed: 172 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ path = "src/bin/spot_schedule_capital_markets.rs"
4545
# Controller. The feature is "unstable" in the SemVer sense (the API
4646
# may change between minor kube-runtime versions) but is the canonical
4747
# way to push external triggers into the controller loop.
48-
kube = { version = "3.1", features = ["runtime", "derive", "client", "ws", "unstable-runtime"] }
48+
kube = { version = "4.0", features = ["runtime", "derive", "client", "ws", "unstable-runtime"] }
4949
kube-lease-manager = "0.11"
5050
k8s-openapi = { version = "0.27", features = ["latest", "schemars"] }
5151
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)