@@ -17,12 +17,6 @@ version = "1.0.2"
17
17
source = " registry+https://github.com/rust-lang/crates.io-index"
18
18
checksum = " f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
19
20
- [[package ]]
21
- name = " autocfg"
22
- version = " 1.3.0"
23
- source = " registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = " 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
25
-
26
20
[[package ]]
27
21
name = " backtrace"
28
22
version = " 0.3.71"
@@ -50,12 +44,6 @@ version = "3.16.0"
50
44
source = " registry+https://github.com/rust-lang/crates.io-index"
51
45
checksum = " 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
52
46
53
- [[package ]]
54
- name = " bytes"
55
- version = " 1.6.0"
56
- source = " registry+https://github.com/rust-lang/crates.io-index"
57
- checksum = " 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
58
-
59
47
[[package ]]
60
48
name = " cc"
61
49
version = " 1.0.96"
@@ -141,16 +129,6 @@ version = "0.4.13"
141
129
source = " registry+https://github.com/rust-lang/crates.io-index"
142
130
checksum = " 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
143
131
144
- [[package ]]
145
- name = " lock_api"
146
- version = " 0.4.12"
147
- source = " registry+https://github.com/rust-lang/crates.io-index"
148
- checksum = " 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
149
- dependencies = [
150
- " autocfg" ,
151
- " scopeguard" ,
152
- ]
153
-
154
132
[[package ]]
155
133
name = " log"
156
134
version = " 0.4.21"
@@ -192,7 +170,6 @@ dependencies = [
192
170
" libc" ,
193
171
" num_cpus" ,
194
172
" page_size" ,
195
- " rand" ,
196
173
" tempfile" ,
197
174
" tokio" ,
198
175
" windows-sys 0.52.0" ,
@@ -233,41 +210,12 @@ dependencies = [
233
210
" winapi" ,
234
211
]
235
212
236
- [[package ]]
237
- name = " parking_lot"
238
- version = " 0.12.2"
239
- source = " registry+https://github.com/rust-lang/crates.io-index"
240
- checksum = " 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
241
- dependencies = [
242
- " lock_api" ,
243
- " parking_lot_core" ,
244
- ]
245
-
246
- [[package ]]
247
- name = " parking_lot_core"
248
- version = " 0.9.10"
249
- source = " registry+https://github.com/rust-lang/crates.io-index"
250
- checksum = " 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
251
- dependencies = [
252
- " cfg-if" ,
253
- " libc" ,
254
- " redox_syscall" ,
255
- " smallvec" ,
256
- " windows-targets 0.52.5" ,
257
- ]
258
-
259
213
[[package ]]
260
214
name = " pin-project-lite"
261
215
version = " 0.2.14"
262
216
source = " registry+https://github.com/rust-lang/crates.io-index"
263
217
checksum = " bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
264
218
265
- [[package ]]
266
- name = " ppv-lite86"
267
- version = " 0.2.17"
268
- source = " registry+https://github.com/rust-lang/crates.io-index"
269
- checksum = " 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
270
-
271
219
[[package ]]
272
220
name = " proc-macro2"
273
221
version = " 1.0.81"
@@ -286,45 +234,6 @@ dependencies = [
286
234
" proc-macro2" ,
287
235
]
288
236
289
- [[package ]]
290
- name = " rand"
291
- version = " 0.8.5"
292
- source = " registry+https://github.com/rust-lang/crates.io-index"
293
- checksum = " 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
294
- dependencies = [
295
- " libc" ,
296
- " rand_chacha" ,
297
- " rand_core" ,
298
- ]
299
-
300
- [[package ]]
301
- name = " rand_chacha"
302
- version = " 0.3.1"
303
- source = " registry+https://github.com/rust-lang/crates.io-index"
304
- checksum = " e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
305
- dependencies = [
306
- " ppv-lite86" ,
307
- " rand_core" ,
308
- ]
309
-
310
- [[package ]]
311
- name = " rand_core"
312
- version = " 0.6.4"
313
- source = " registry+https://github.com/rust-lang/crates.io-index"
314
- checksum = " ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
315
- dependencies = [
316
- " getrandom 0.2.14" ,
317
- ]
318
-
319
- [[package ]]
320
- name = " redox_syscall"
321
- version = " 0.5.1"
322
- source = " registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = " 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
324
- dependencies = [
325
- " bitflags" ,
326
- ]
327
-
328
237
[[package ]]
329
238
name = " rustc-demangle"
330
239
version = " 0.1.23"
@@ -344,27 +253,6 @@ dependencies = [
344
253
" windows-sys 0.52.0" ,
345
254
]
346
255
347
- [[package ]]
348
- name = " scopeguard"
349
- version = " 1.2.0"
350
- source = " registry+https://github.com/rust-lang/crates.io-index"
351
- checksum = " 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
352
-
353
- [[package ]]
354
- name = " signal-hook-registry"
355
- version = " 1.4.2"
356
- source = " registry+https://github.com/rust-lang/crates.io-index"
357
- checksum = " a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
358
- dependencies = [
359
- " libc" ,
360
- ]
361
-
362
- [[package ]]
363
- name = " smallvec"
364
- version = " 1.13.2"
365
- source = " registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = " 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
367
-
368
256
[[package ]]
369
257
name = " socket2"
370
258
version = " 0.5.7"
@@ -405,13 +293,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
405
293
checksum = " 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
406
294
dependencies = [
407
295
" backtrace" ,
408
- " bytes" ,
409
296
" libc" ,
410
297
" mio" ,
411
298
" num_cpus" ,
412
- " parking_lot" ,
413
299
" pin-project-lite" ,
414
- " signal-hook-registry" ,
415
300
" socket2" ,
416
301
" tokio-macros" ,
417
302
" windows-sys 0.48.0" ,
0 commit comments