@@ -16,7 +16,7 @@ publish = false
16
16
# ## BEGIN HAKARI SECTION
17
17
[dependencies ]
18
18
arrayvec = { version = " 0.7" , default-features = false , features = [" std" ] }
19
- bitflags-f595c2ba2a3f28df = { package = " bitflags " , version = " 2" , default-features = false , features = [" serde" , " std " ] }
19
+ bitflags = { version = " 2" , default-features = false , features = [" serde" ] }
20
20
bytes = { version = " 1" , features = [" serde" ] }
21
21
chrono = { version = " 0.4" , features = [" serde" ] }
22
22
clap = { version = " 4" , features = [" cargo" , " derive" , " env" , " wrap_help" ] }
@@ -65,7 +65,7 @@ uuid = { version = "1", features = ["serde", "v4"] }
65
65
zerocopy = { version = " 0.7" , features = [" derive" , " simd" ] }
66
66
67
67
[build-dependencies ]
68
- bitflags-f595c2ba2a3f28df = { package = " bitflags " , version = " 2" , default-features = false , features = [" serde" , " std " ] }
68
+ bitflags = { version = " 2" , default-features = false , features = [" serde" ] }
69
69
bytes = { version = " 1" , features = [" serde" ] }
70
70
cc = { version = " 1" , default-features = false , features = [" parallel" ] }
71
71
chrono = { version = " 0.4" , features = [" serde" ] }
@@ -115,20 +115,22 @@ uuid = { version = "1", features = ["serde", "v4"] }
115
115
zerocopy = { version = " 0.7" , features = [" derive" , " simd" ] }
116
116
117
117
[target .x86_64-unknown-linux-gnu .dependencies ]
118
- bitflags-dff4ba8e3ae991db = { package = " bitflags " , version = " 1 " }
118
+ bitflags = { version = " 2 " , default-features = false , features = [ " std " ] }
119
119
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
120
120
getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
121
121
hyper = { version = " 1" , features = [" full" ] }
122
122
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
123
123
hyper-util = { version = " 0.1" , features = [" full" ] }
124
124
mio = { version = " 1" , features = [" net" , " os-ext" ] }
125
+ nix = { version = " 0.29" , features = [" feature" , " fs" , " term" , " uio" ] }
125
126
once_cell = { version = " 1" , features = [" unstable" ] }
126
127
rustix = { version = " 0.38" , features = [" fs" , " stdio" , " termios" ] }
127
128
rustls-pki-types = { version = " 1" , features = [" std" ] }
128
129
spin = { version = " 0.9" , default-features = false , features = [" once" , " spin_mutex" ] }
129
130
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
130
131
131
132
[target .x86_64-unknown-linux-gnu .build-dependencies ]
133
+ bitflags = { version = " 2" , default-features = false , features = [" std" ] }
132
134
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
133
135
getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
134
136
hyper = { version = " 1" , features = [" full" ] }
@@ -142,17 +144,20 @@ spin = { version = "0.9", default-features = false, features = ["once", "spin_mu
142
144
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
143
145
144
146
[target .aarch64-apple-darwin .dependencies ]
147
+ bitflags = { version = " 2" , default-features = false , features = [" std" ] }
145
148
getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
146
149
hyper = { version = " 1" , features = [" full" ] }
147
150
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
148
151
hyper-util = { version = " 0.1" , features = [" full" ] }
149
152
mio = { version = " 1" , features = [" net" , " os-ext" ] }
153
+ nix = { version = " 0.29" , features = [" feature" , " fs" , " term" , " uio" ] }
150
154
once_cell = { version = " 1" , features = [" unstable" ] }
151
155
rustix = { version = " 0.38" , features = [" fs" , " stdio" , " termios" ] }
152
156
rustls-pki-types = { version = " 1" , features = [" std" ] }
153
157
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
154
158
155
159
[target .aarch64-apple-darwin .build-dependencies ]
160
+ bitflags = { version = " 2" , default-features = false , features = [" std" ] }
156
161
getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
157
162
hyper = { version = " 1" , features = [" full" ] }
158
163
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
@@ -164,13 +169,14 @@ rustls-pki-types = { version = "1", features = ["std"] }
164
169
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
165
170
166
171
[target .x86_64-unknown-illumos .dependencies ]
167
- bitflags-dff4ba8e3ae991db = { package = " bitflags " , version = " 1 " }
172
+ bitflags = { version = " 2 " , default-features = false , features = [ " std " ] }
168
173
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
169
174
getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
170
175
hyper = { version = " 1" , features = [" full" ] }
171
176
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
172
177
hyper-util = { version = " 0.1" , features = [" full" ] }
173
178
mio = { version = " 1" , features = [" net" , " os-ext" ] }
179
+ nix = { version = " 0.29" , features = [" feature" , " fs" , " term" , " uio" ] }
174
180
once_cell = { version = " 1" , features = [" unstable" ] }
175
181
rustix = { version = " 0.38" , features = [" fs" , " stdio" , " termios" ] }
176
182
rustls-pki-types = { version = " 1" , features = [" std" ] }
@@ -179,6 +185,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] }
179
185
toml_edit = { version = " 0.19" , features = [" serde" ] }
180
186
181
187
[target .x86_64-unknown-illumos .build-dependencies ]
188
+ bitflags = { version = " 2" , default-features = false , features = [" std" ] }
182
189
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
183
190
getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
184
191
hyper = { version = " 1" , features = [" full" ] }
0 commit comments