@@ -9,26 +9,26 @@ repository = "https://github.com/stackabletech/operator-rs"
9
9
10
10
[dependencies ]
11
11
chrono = { version = " 0.4.22" , default-features = false }
12
- clap = { version = " 3.2.17 " , features = [" derive" , " cargo" , " env" ] }
13
- const_format = " 0.2.26 "
12
+ clap = { version = " 3.2.22 " , features = [" derive" , " cargo" , " env" ] }
13
+ const_format = " 0.2.30 "
14
14
either = " 1.8.0"
15
- futures = " 0.3.23 "
15
+ futures = " 0.3.24 "
16
16
json-patch = " 0.2.6"
17
17
k8s-openapi = { version = " 0.15.0" , default-features = false , features = [" schemars" , " v1_24" ] }
18
18
kube = { version = " 0.74.0" , features = [" jsonpatch" , " runtime" , " derive" ] }
19
19
lazy_static = " 1.4.0"
20
20
product-config = { git = " https://github.com/stackabletech/product-config.git" , tag = " 0.4.0" }
21
21
rand = " 0.8.5"
22
22
regex = " 1.6.0"
23
- schemars = " 0.8.10 "
24
- serde = { version = " 1.0.144 " , features = [" derive" ] }
25
- serde_json = " 1.0.85 "
26
- serde_yaml = " 0.9.10 "
23
+ schemars = " 0.8.11 "
24
+ serde = { version = " 1.0.145 " , features = [" derive" ] }
25
+ serde_json = " 1.0.86 "
26
+ serde_yaml = " 0.9.13 "
27
27
strum = { version = " 0.24.1" , features = [" derive" ] }
28
- thiserror = " 1.0.32 "
29
- tokio = { version = " 1.21.1 " , features = [" macros" , " rt-multi-thread" ] }
30
- tracing = " 0.1.36 "
31
- tracing-subscriber = { version = " 0.3.15 " , features = [" env-filter" ] }
28
+ thiserror = " 1.0.37 "
29
+ tokio = { version = " 1.21.2 " , features = [" macros" , " rt-multi-thread" ] }
30
+ tracing = " 0.1.37 "
31
+ tracing-subscriber = { version = " 0.3.16 " , features = [" env-filter" ] }
32
32
derivative = " 2.2.0"
33
33
tracing-opentelemetry = " 0.17.4"
34
34
opentelemetry = { version = " 0.17.0" , features = [" rt-tokio" ] }
0 commit comments