@@ -9,10 +9,10 @@ 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.23 " , 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.25 "
16
16
json-patch = " 0.2.6"
17
17
k8s-openapi = { version = " 0.16.0" , default-features = false , features = [" schemars" , " v1_24" ] }
18
18
kube = { version = " 0.76.0" , features = [" jsonpatch" , " runtime" , " derive" ] }
@@ -21,20 +21,20 @@ product-config = { git = "https://github.com/stackabletech/product-config.git",
21
21
rand = " 0.8.5"
22
22
regex = " 1.6.0"
23
23
schemars = " 0.8.11"
24
- serde = { version = " 1.0.144 " , features = [" derive" ] }
25
- serde_json = " 1.0.85 "
26
- serde_yaml = " 0.9.10 "
24
+ serde = { version = " 1.0.147 " , features = [" derive" ] }
25
+ serde_json = " 1.0.87 "
26
+ serde_yaml = " 0.9.14 "
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" ] }
35
35
opentelemetry-jaeger = { version = " 0.16.0" , features = [" rt-tokio" ] }
36
36
stackable-operator-derive = { path = " stackable-operator-derive" }
37
- snafu = " 0.7.1 "
37
+ snafu = " 0.7.3 "
38
38
39
39
[dev-dependencies ]
40
40
rstest = " 0.15.0"
0 commit comments