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
axum = { version = "0.8.1", features = ["http2"] }
17
-
chrono = { version = "0.4.38", default-features = false }
18
17
clap = { version = "4.5.17", features = ["derive", "cargo", "env"] }
19
18
const_format = "0.2.33"
20
19
const-oid = { version = "0.9.6", features = ["db"] }
@@ -30,17 +29,17 @@ futures-util = "0.3.30"
30
29
http = "1.3.1"
31
30
indexmap = "2.5.0"
32
31
indoc = "2.0.6"
32
+
jiff = "0.2.18"
33
33
insta = { version = "1.40", features = ["glob"] }
34
34
hyper = { version = "1.4.1", features = ["full"] }
35
35
hyper-util = "0.1.8"
36
36
itertools = "0.14.0"
37
37
json-patch = "4.0.0"
38
-
# k8s-openapi 0.26.1 doesn't play well with our kube version: https://github.com/kube-rs/kube/issues/1869
39
-
k8s-openapi = { version = "=0.26.0", default-features = false, features = ["schemars", "v1_34"] }
38
+
k8s-openapi = { version = "0.27.0", default-features = false, features = ["schemars", "v1_35"] }
40
39
# 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
41
40
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
42
41
# We pin the kube version, as we use a patch for 2.0.1
0 commit comments