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
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
13
13
14
14
axum = "0.7.5"
15
-
chrono = { version = "0.4.37", default-features = false }
15
+
chrono = { version = "0.4.38", default-features = false }
16
16
clap = { version = "4.5.4", features = ["derive", "cargo", "env"] }
17
17
const_format = "0.2.32"
18
18
const-oid = "0.9.6"
@@ -21,15 +21,15 @@ delegate = "0.12.0"
21
21
derivative = "2.2.0"
22
22
dockerfile-parser = "0.8.0"
23
23
ecdsa = { version = "0.16.9", features = ["digest", "pem"] }
24
-
either = "1.10.0"
24
+
either = "1.11.0"
25
25
futures = "0.3.30"
26
26
futures-util = "0.3.30"
27
-
hyper = { version = "1.2.0", features = ["full"] }
27
+
hyper = { version = "1.3.1", features = ["full"] }
28
28
hyper-util = "0.1.3"
29
29
json-patch = "1.2.0"
30
-
k8s-openapi = { version = "0.21.1", default-features = false, features = ["schemars", "v1_28"] }
30
+
k8s-openapi = { version = "0.21.1", default-features = false, features = ["schemars", "v1_29"] }
31
31
# We use rustls instead of openssl for easier portablitly, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
32
-
kube = { version = "0.89.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls"] }
32
+
kube = { version = "0.90.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls"] }
33
33
lazy_static = "1.4.0"
34
34
opentelemetry = "0.22.0"
35
35
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
@@ -39,27 +39,27 @@ opentelemetry-otlp = "0.15.0"
39
39
opentelemetry-semantic-conventions = "0.14.0"
40
40
p256 = { version = "0.13.2", features = ["ecdsa"] }
41
41
pin-project = "1.1.5"
42
-
proc-macro2 = "1.0.79"
43
-
quote = "1.0.35"
42
+
proc-macro2 = "1.0.81"
43
+
quote = "1.0.36"
44
44
rand = "0.8.5"
45
45
rand_core = "0.6.4"
46
46
regex = "1.10.4"
47
47
rsa = { version = "0.9.6", features = ["sha2"] }
48
-
rstest = "0.18.2"
48
+
rstest = "0.19.0"
49
49
schemars = { version = "0.8.16", features = ["url"] }
50
50
semver = "1.0.22"
51
-
serde = { version = "1.0.197", features = ["derive"] }
52
-
serde_json = "1.0.115"
53
-
serde_yaml = "0.9.34"
51
+
serde = { version = "1.0.198", features = ["derive"] }
52
+
serde_json = "1.0.116"
53
+
serde_yaml = "0.9.34"# This is the last available version, see https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34 for details
0 commit comments