You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ json-patch = "4.0.0"
37
37
k8s-openapi = { version = "0.26.0", default-features = false, features = ["schemars", "v1_34"] }
38
38
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
39
39
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
40
-
# We pin the kube version, as we use a patch for 2.0.1 below
41
-
kube = { version = "=2.0.1", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls", "ring"] }
40
+
# We pin the kube version, as we use a patch for 2.0.1
0 commit comments