@@ -27,25 +27,37 @@ directories = "5.0"
2727dotenvy = " 0.15"
2828futures = " 0.3"
2929indexmap = { version = " 2.0" , features = [" serde" ] }
30- k8s-openapi = { version = " 0.20" , default-features = false , features = [" v1_28" ] }
31- kube = { version = " 0.87" , default-features = false , features = [" client" , " rustls-tls" ] }
30+ k8s-openapi = { version = " 0.20" , default-features = false , features = [
31+ " v1_28" ,
32+ ] }
33+ kube = { version = " 0.87" , default-features = false , features = [
34+ " client" ,
35+ " rustls-tls" ,
36+ ] }
3237lazy_static = " 1.4"
3338once_cell = " 1.18"
3439phf = " 0.11"
3540phf_codegen = " 0.11"
3641rand = " 0.8"
3742regex = " 1.9"
38- reqwest = { version = " 0.11" , default-features = false , features = [" rustls-tls" ] }
43+ reqwest = { version = " 0.11" , default-features = false , features = [
44+ " rustls-tls" ,
45+ ] }
3946rstest = " 0.18"
4047semver = { version = " 1.0" , features = [" serde" ] }
4148serde = { version = " 1.0" , features = [" derive" ] }
4249serde_json = " 1.0"
4350serde_yaml = " 0.9"
4451sha2 = " 0.10"
4552snafu = " 0.7"
46- stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.61 .0" }
53+ stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.64 .0" }
4754tera = " 1.18"
48- tokio = { version = " 1.29.0" , features = [" rt-multi-thread" , " macros" , " fs" , " process" ] }
55+ tokio = { version = " 1.29.0" , features = [
56+ " rt-multi-thread" ,
57+ " macros" ,
58+ " fs" ,
59+ " process" ,
60+ ] }
4961tower-http = " 0.4"
5062tracing = " 0.1"
5163tracing-subscriber = " 0.3"
0 commit comments