Skip to content

Commit 104985c

Browse files
fix(deps): update rust crate kube to v2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9527c4c commit 104985c

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
@@ -23,7 +23,7 @@ indoc = "2.0.5"
2323
inventory = "0.3.19"
2424
json-patch = "4.0.0"
2525
k8s-openapi = { version = "0.25.0", features = ["schemars", "v1_30"] }
26-
kube = { version = "1.0.0", features = ["runtime", "derive"] }
26+
kube = { version = "2.0.0", features = ["runtime", "derive"] }
2727
log = "0.4.27"
2828
maplit = "1.0.2"
2929
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }

0 commit comments

Comments
 (0)