@@ -9,25 +9,25 @@ build = "build.rs"
9
9
10
10
[dependencies ]
11
11
# ## apache arrow/datafusion dependencies
12
- arrow-schema = { version = " ^47 .0.0" , features = [" serde" ] }
13
- arrow-array = { version = " ^47 .0.0" }
14
- arrow-json = " ^47 .0.0"
15
- arrow-ipc = " ^47 .0.0"
16
- arrow-select = " ^47 .0.0"
17
- datafusion = " 32.0 .0"
18
- object_store = { version = " ^0.7.0 " , features = [" cloud" , " aws" ] }
19
- parquet = " ^47 .0.0"
12
+ arrow-schema = { version = " 51 .0.0" , features = [" serde" ] }
13
+ arrow-array = { version = " 51 .0.0" }
14
+ arrow-json = " 51 .0.0"
15
+ arrow-ipc = " 51 .0.0"
16
+ arrow-select = " 51 .0.0"
17
+ datafusion = " 37.1 .0"
18
+ object_store = { version = " 0.9.1 " , features = [" cloud" , " aws" ] }
19
+ parquet = " 51 .0.0"
20
20
21
21
# ## LiveTail server deps
22
- arrow-flight = " 47 .0.0"
23
- tonic = {version = " 0.10 .0" , features = [" tls" ] }
24
- tonic-web = " 0.10 .0"
22
+ arrow-flight = " 51 .0.0"
23
+ tonic = {version = " 0.11 .0" , features = [" tls" ] }
24
+ tonic-web = " 0.11 .0"
25
25
tower-http = { version = " 0.4.4" , features = [" cors" ] }
26
26
27
27
# ## actix dependencies
28
28
actix-web-httpauth = " 0.8"
29
- actix-web = { version = " 4.3 " , features = [" rustls" ] }
30
- actix-cors = " 0.6 "
29
+ actix-web = { version = " 4.5.1 " , features = [" rustls-0_22 " ] }
30
+ actix-cors = " 0.7.0 "
31
31
actix-web-prometheus = { version = " 0.1" }
32
32
actix-web-static-files = " 4.0"
33
33
mime = " 0.3.17"
@@ -36,11 +36,11 @@ mime = "0.3.17"
36
36
anyhow = { version = " 1.0" , features = [" backtrace" ] }
37
37
argon2 = " 0.5.0"
38
38
async-trait = " 0.1"
39
- base64 = " 0.21 "
39
+ base64 = " 0.22.0 "
40
40
bytes = " 1.4"
41
41
byteorder = " 1.4.3"
42
42
bzip2 = { version = " *" , features = [" static" ] }
43
- cookie = " 0.17.0 "
43
+ cookie = " 0.18.1 "
44
44
chrono = " 0.4"
45
45
chrono-humanize = " 0.2"
46
46
clap = { version = " 4.1" , default-features = false , features = [
@@ -53,51 +53,51 @@ clap = { version = "4.1", default-features = false, features = [
53
53
" error-context" ,
54
54
] }
55
55
clokwerk = " 0.4"
56
- crossterm = " 0.26 "
56
+ crossterm = " 0.27.0 "
57
57
derive_more = " 0.99"
58
- env_logger = " 0.10 "
58
+ env_logger = " 0.11.3 "
59
59
fs_extra = " 1.3"
60
60
futures = " 0.3"
61
61
futures-util = " 0.3.28"
62
62
hex = " 0.4"
63
- hostname = " 0.3 "
64
- http = " 0.2"
63
+ hostname = " 0.4.0 "
64
+ http = " 0.2.7 "
65
65
humantime-serde = " 1.1"
66
- itertools = " 0.10 "
66
+ itertools = " 0.12.1 "
67
67
log = " 0.4"
68
68
num_cpus = " 1.15"
69
69
once_cell = " 1.17.1"
70
70
prometheus = { version = " 0.13" , features = [" process" ] }
71
71
rand = " 0.8"
72
72
regex = " 1.7.3"
73
73
relative-path = { version = " 1.7" , features = [" serde" ] }
74
- reqwest = { version = " 0.11.18 " , default_features = false , features = [
74
+ reqwest = { version = " 0.11.27 " , default_features = false , features = [
75
75
" rustls-tls" ,
76
76
" json" ,
77
77
] }
78
- rustls = " 0.20 "
79
- rustls-pemfile = " 1.0 "
78
+ rustls = " 0.22.4 "
79
+ rustls-pemfile = " 2.1.2 "
80
80
semver = " 1.0"
81
81
serde = { version = " 1.0" , features = [" rc" ] }
82
82
serde_json = " 1.0"
83
83
static-files = " 0.2"
84
- sysinfo = " 0.29.6 "
84
+ sysinfo = " 0.30.11 "
85
85
thiserror = " 1"
86
- thread-priority = " 0.13.1 "
86
+ thread-priority = " 1.0.0 "
87
87
tokio = { version = " 1.28" , default-features = false , features = [
88
88
" sync" ,
89
89
" macros" ,
90
90
" fs" ,
91
91
] }
92
92
tokio-stream = { version = " 0.1" , features = [" fs" ] }
93
93
ulid = { version = " 1.0" , features = [" serde" ] }
94
- uptime_lib = " 0.2.2 "
94
+ uptime_lib = " 0.3.0 "
95
95
xxhash-rust = { version = " 0.8" , features = [" xxh3" ] }
96
96
xz2 = { version = " *" , features = [" static" ] }
97
97
nom = " 7.1.3"
98
98
humantime = " 2.1.0"
99
99
human-size = " 0.4"
100
- openid = { version = " 0.12 .0" , default-features = false , features = [" rustls" ] }
100
+ openid = { version = " 0.14 .0" , default-features = false , features = [" rustls" ] }
101
101
url = " 2.4.0"
102
102
http-auth-basic = " 0.3.3"
103
103
serde_repr = " 0.1.17"
@@ -108,18 +108,18 @@ prometheus-parse = "0.2.5"
108
108
sha2 = " 0.10.8"
109
109
110
110
[build-dependencies ]
111
- cargo_toml = " 0.15 "
111
+ cargo_toml = " 0.20.1 "
112
112
sha1_smol = { version = " 1.0" , features = [" std" ] }
113
113
static-files = " 0.2"
114
114
ureq = " 2.6"
115
115
vergen = { version = " 8.1" , features = [" build" , " git" , " cargo" , " gitcl" ] }
116
- zip = { version = " 0.6 " , default_features = false , features = [" deflate" ] }
116
+ zip = { version = " 1.1.1 " , default_features = false , features = [" deflate" ] }
117
117
url = " 2.4.0"
118
118
prost-build = " 0.12.3"
119
119
120
120
[dev-dependencies ]
121
121
maplit = " 1.0"
122
- rstest = " 0.16 "
122
+ rstest = " 0.19.0 "
123
123
124
124
[package .metadata .parseable_ui ]
125
125
assets-url = " https://github.com/parseablehq/console/releases/download/v0.7.0/build.zip"
0 commit comments