Skip to content

Commit a3fa615

Browse files
Update kube requirement from 0.43 to 0.48
Updates the requirements on [kube](https://github.com/clux/kube-rs) to permit the latest version. - [Release notes](https://github.com/clux/kube-rs/releases) - [Changelog](https://github.com/clux/kube-rs/blob/master/CHANGELOG.md) - [Commits](kube-rs/kube@0.43.0...0.48.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4fb3cd commit a3fa615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
either = "1.6"
99
futures = "0.3"
1010
k8s-openapi = { version = "0.9.0", default-features = false, features = ["v1_18"] } # 1.19 and k8s-openapi 0.10 are not supported in kube 0.43 yet, they will be in the next released version
11-
kube = { version = "0.43", default-features = false, features = ["derive"] }
11+
kube = { version = "0.48", default-features = false, features = ["derive"] }
1212
kube-runtime = "0.43"
1313
serde = "1.0"
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)