@@ -10,18 +10,19 @@ build = "build.rs"
1010[dependencies ]
1111# ## apache arrow/datafusion dependencies
1212# arrow = "51.0.0"
13- arrow-schema = { version = " 52.1.0" , features = [" serde" ] }
14- arrow-array = { version = " 52.1.0" }
15- arrow-json = " 52.1.0"
16- arrow-ipc = { version = " 52.1.0" , features = [" zstd" ] }
17- arrow-select = " 52.1.0"
18- datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " a64df83502821f18067fb4ff65dd217815b305c9" }
19- object_store = { version = " 0.10.2" , features = [" cloud" , " aws" ] } # cannot update object_store as datafusion has not caught up
20- parquet = " 52.1.0"
21- arrow-flight = { version = " 52.1.0" , features = [ " tls" ] }
22- tonic = {version = " 0.11.0" , features = [" tls" , " transport" , " gzip" , " zstd" ] }
23- tonic-web = " 0.11.0"
24- tower-http = { version = " 0.4.4" , features = [" cors" ] }
13+ arrow-schema = { version = " 53.0.0" , features = [" serde" ] }
14+ arrow-array = { version = " 53.0.0" }
15+ arrow-json = " 53.0.0"
16+ arrow-ipc = { version = " 53.0.0" , features = [" zstd" ] }
17+ arrow-select = " 53.0.0"
18+ # datafusion = { git = "https://github.com/apache/datafusion.git", rev = "a64df83502821f18067fb4ff65dd217815b305c9" }
19+ datafusion = " 42.0.0"
20+ object_store = { version = " 0.11.0" , features = [" cloud" , " aws" ] } # cannot update object_store as datafusion has not caught up
21+ parquet = " 53.0.0"
22+ arrow-flight = { version = " 53.0.0" , features = [ " tls" ] }
23+ tonic = {version = " 0.12.1" , features = [" tls" , " transport" , " gzip" , " zstd" ] }
24+ tonic-web = " 0.12.1"
25+ tower-http = { version = " 0.6.1" , features = [" cors" ] }
2526
2627# ## actix dependencies
2728actix-web-httpauth = " 0.8"
@@ -53,8 +54,8 @@ clap = { version = "4.1", default-features = false, features = [
5354 " error-context" ,
5455] }
5556clokwerk = " 0.4"
56- crossterm = " 0.27.0 "
57- derive_more = " 0.99"
57+ crossterm = " 0.28.1 "
58+ derive_more = " 0.99.18 "
5859env_logger = " 0.11.3"
5960fs_extra = " 1.3"
6061futures = " 0.3"
@@ -68,7 +69,7 @@ log = "0.4"
6869num_cpus = " 1.15"
6970once_cell = " 1.17.1"
7071prometheus = { version = " 0.13" , features = [" process" ] }
71- rand = " 0.8"
72+ rand = " 0.8.5 "
7273regex = " 1.7.3"
7374relative-path = { version = " 1.7" , features = [" serde" ] }
7475reqwest = { version = " 0.11.27" , default-features = false , features = [
@@ -81,8 +82,8 @@ semver = "1.0"
8182serde = { version = " 1.0" , features = [" rc" , " derive" ] }
8283serde_json = " 1.0"
8384static-files = " 0.2"
84- sysinfo = " 0.30.11 "
85- thiserror = " 1"
85+ sysinfo = " 0.31.4 "
86+ thiserror = " 1.0.64 "
8687thread-priority = " 1.0.0"
8788tokio = { version = " 1.28" , default-features = false , features = [
8889 " sync" ,
@@ -97,13 +98,13 @@ xz2 = { version = "*", features = ["static"] }
9798nom = " 7.1.3"
9899humantime = " 2.1.0"
99100human-size = " 0.4"
100- openid = { version = " 0.14 .0" , default-features = false , features = [" rustls" ] }
101+ openid = { version = " 0.15 .0" , default-features = false , features = [" rustls" ] }
101102url = " 2.4.0"
102103http-auth-basic = " 0.3.3"
103104serde_repr = " 0.1.17"
104105hashlru = { version = " 0.11.0" , features = [" serde" ] }
105106path-clean = " 1.0.1"
106- prost = " 0.12 .3"
107+ prost = " 0.13 .3"
107108prometheus-parse = " 0.2.5"
108109sha2 = " 0.10.8"
109110
@@ -113,13 +114,13 @@ sha1_smol = { version = "1.0", features = ["std"] }
113114static-files = " 0.2"
114115ureq = " 2.6"
115116vergen = { version = " 8.1" , features = [" build" , " git" , " cargo" , " gitcl" ] }
116- zip = { version = " 1.1.1 " , default-features = false , features = [" deflate" ] }
117+ zip = { version = " 2.2.0 " , default-features = false , features = [" deflate" ] }
117118url = " 2.4.0"
118- prost-build = " 0.12 .3"
119+ prost-build = " 0.13 .3"
119120
120121[dev-dependencies ]
121122maplit = " 1.0"
122- rstest = " 0.19 .0"
123+ rstest = " 0.23 .0"
123124
124125[package .metadata .parseable_ui ]
125126assets-url = " https://github.com/parseablehq/console/releases/download/v0.9.6/build.zip"
0 commit comments