@@ -16,9 +16,10 @@ repository = "https://github.com/stackabletech/stackable-cockpit/"
1616
1717[workspace .dependencies ]
1818async-trait = " 0.1"
19- axum = { version = " 0.6" , features = [" http2" , " headers" ] }
19+ axum = { version = " 0.7" , features = [" http2" ] }
20+ axum-extra = { version = " 0.9" , features = [" typed-header" ] }
2021bcrypt = " 0.15"
21- bindgen = " 0.68.1 "
22+ bindgen = " 0.69.4 "
2223cc = " 1.0.83"
2324clap = { version = " 4.2.1" , features = [" derive" , " env" ] }
2425clap_complete = " 4.2"
@@ -27,10 +28,10 @@ directories = "5.0"
2728dotenvy = " 0.15"
2829futures = " 0.3"
2930indexmap = { version = " 2.0" , features = [" serde" ] }
30- k8s-openapi = { version = " 0.20 " , default-features = false , features = [
31- " v1_28 " ,
31+ k8s-openapi = { version = " 0.21 " , default-features = false , features = [
32+ " v1_29 " ,
3233] }
33- kube = { version = " 0.87 " , default-features = false , features = [
34+ kube = { version = " 0.90 " , default-features = false , features = [
3435 " client" ,
3536 " rustls-tls" ,
3637 " ws" ,
@@ -42,17 +43,17 @@ phf = "0.11"
4243phf_codegen = " 0.11"
4344rand = " 0.8"
4445regex = " 1.9"
45- reqwest = { version = " 0.11 " , default-features = false , features = [
46+ reqwest = { version = " 0.12 " , default-features = false , features = [
4647 " rustls-tls" ,
4748] }
48- rstest = " 0.18 "
49+ rstest = " 0.19 "
4950semver = { version = " 1.0" , features = [" serde" ] }
5051serde = { version = " 1.0" , features = [" derive" ] }
5152serde_json = " 1.0"
5253serde_yaml = " 0.9"
5354sha2 = " 0.10"
54- snafu = { version = " 0.7 " , features = [" futures" ] }
55- stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " 0.64 .0" }
55+ snafu = { version = " 0.8 " , features = [" futures" ] }
56+ stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " stackable-operator-0.67 .0" }
5657tera = " 1.18"
5758termion = " 3.0.0"
5859tokio = { version = " 1.29.0" , features = [
@@ -62,14 +63,14 @@ tokio = { version = "1.29.0", features = [
6263 " process" ,
6364 " io-std" ,
6465] }
65- tower-http = " 0.4 "
66+ tower-http = { version = " 0.5 " , features = [ " validate-request " ] }
6667tracing = " 0.1"
6768tracing-subscriber = " 0.3"
6869url = " 2.3"
69- utoipa = { version = " 3.3 " , features = [" indexmap" ] }
70- utoipa-swagger-ui = { version = " 3.1 " , features = [" axum" ] }
70+ utoipa = { version = " 4.2 " , features = [" indexmap" ] }
71+ utoipa-swagger-ui = { version = " 6.0 " , features = [" axum" ] }
7172uuid = { version = " 1.4.0" , features = [" v4" ] }
72- which = " 4.4 "
73+ which = " 6.0 "
7374
7475# [patch."https://github.com/stackabletech/operator-rs.git"]
7576# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
0 commit comments