@@ -11,7 +11,10 @@ build = "build.rs"
1111# Arrow and DataFusion ecosystem
1212arrow = " 57.1.0"
1313arrow-array = " 57.1.0"
14- arrow-flight = { version = " 57.1.0" , features = [" tls-aws-lc" ," tls-native-roots" ] }
14+ arrow-flight = { version = " 57.1.0" , features = [
15+ " tls-aws-lc" ,
16+ " tls-native-roots" ,
17+ ] }
1518arrow-ipc = { version = " 57.1.0" , features = [" zstd" ] }
1619arrow-json = " 57.1.0"
1720arrow-schema = { version = " 57.1.0" , features = [" serde" ] }
@@ -33,7 +36,13 @@ actix-web-prometheus = { version = "0.1" }
3336actix-web-static-files = " 4.0"
3437http = " 0.2.7"
3538http-auth-basic = " 0.3.3"
36- tonic = { version = " 0.14.1" , features = [" tls-aws-lc" , " tls-native-roots" , " transport" , " gzip" , " zstd" ] }
39+ tonic = { version = " 0.14.1" , features = [
40+ " tls-aws-lc" ,
41+ " tls-native-roots" ,
42+ " transport" ,
43+ " gzip" ,
44+ " zstd" ,
45+ ] }
3746tonic-prost = " 0.14.1"
3847tonic-web = " 0.14.1"
3948tower-http = { version = " 0.6.1" , features = [" cors" ] }
@@ -87,13 +96,13 @@ tokio-util = { version = "0.7" }
8796# ] }
8897
8998# add custom branch with fix until it gets merged
90- opentelemetry-proto = {git = " https://github.com/parmesant/opentelemetry-rust/" , branch = " fix-metrics-u64-serialization " , features = [
99+ opentelemetry-proto = { git = " https://github.com/parmesant/opentelemetry-rust/" , rev = " 45fb828769e6ade96d56ca1f5fa14cf0986a5341 " , features = [
91100 " gen-tonic" ,
92101 " with-serde" ,
93102 " logs" ,
94103 " metrics" ,
95104 " trace" ,
96- ]}
105+ ] }
97106prometheus = { version = " 0.13" , features = [" process" ] }
98107prometheus-parse = " 0.2.5"
99108tracing = " 0.1"
@@ -142,7 +151,7 @@ reqwest = { version = "0.11.27", default-features = false, features = [
142151 " json" ,
143152 " gzip" ,
144153 " brotli" ,
145- " stream"
154+ " stream" ,
146155] } # cannot update cause rustls is not latest `see rustls`
147156semver = " 1.0"
148157static-files = " 0.2"
0 commit comments