Skip to content

Commit 995caeb

Browse files
fix(deps): update rust crate kube to v1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5ca6a1 commit 995caeb

File tree

2 files changed

+56
-34
lines changed

2 files changed

+56
-34
lines changed

Cargo.lock

Lines changed: 55 additions & 33 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
@@ -23,7 +23,7 @@ indoc = "2.0.5"
2323
inventory = "0.3.19"
2424
json-patch = "4.0.0"
2525
k8s-openapi = { version = "0.24.0", features = ["schemars", "latest"] }
26-
kube = { version = "0.99.0", features = ["runtime", "derive"] }
26+
kube = { version = "1.0.0", features = ["runtime", "derive"] }
2727
log = "0.4.27"
2828
maplit = "1.0.2"
2929
pyo3-async-runtimes = { version = "0.25.0", features = ["tokio-runtime"] }

0 commit comments

Comments
 (0)