Skip to content

Commit 5c9a0da

Browse files
committed
Update Rust crate kube to 0.90.0
1 parent 691853a commit 5c9a0da

File tree

2 files changed

+124
-57
lines changed

2 files changed

+124
-57
lines changed

Cargo.lock

Lines changed: 123 additions & 56 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
@@ -30,7 +30,7 @@ dotenv = "0.15.0"
3030
eyre = "0.6.12"
3131
git2 = "0.18.3"
3232
k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
33-
kube = { version = "0.87.2", features = ["derive", "runtime"] }
33+
kube = { version = "0.90.0", features = ["derive", "runtime"] }
3434
lettre = { version = "0.11.6", features = ["tokio1", "tracing", "tokio1-native-tls"] }
3535
mustache = "0.9.0"
3636
once_cell = "1.19.0"

0 commit comments

Comments
 (0)