@@ -17,12 +17,6 @@ version = "1.0.2"
1717source = " registry+https://github.com/rust-lang/crates.io-index"
1818checksum = " f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
1919
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-
2620[[package ]]
2721name = " backtrace"
2822version = " 0.3.71"
@@ -50,12 +44,6 @@ version = "3.16.0"
5044source = " registry+https://github.com/rust-lang/crates.io-index"
5145checksum = " 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
5246
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-
5947[[package ]]
6048name = " cc"
6149version = " 1.0.96"
@@ -141,16 +129,6 @@ version = "0.4.13"
141129source = " registry+https://github.com/rust-lang/crates.io-index"
142130checksum = " 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
143131
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-
154132[[package ]]
155133name = " log"
156134version = " 0.4.21"
@@ -192,7 +170,6 @@ dependencies = [
192170 " libc" ,
193171 " num_cpus" ,
194172 " page_size" ,
195- " rand" ,
196173 " tempfile" ,
197174 " tokio" ,
198175 " windows-sys 0.52.0" ,
@@ -233,41 +210,12 @@ dependencies = [
233210 " winapi" ,
234211]
235212
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-
259213[[package ]]
260214name = " pin-project-lite"
261215version = " 0.2.14"
262216source = " registry+https://github.com/rust-lang/crates.io-index"
263217checksum = " bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
264218
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-
271219[[package ]]
272220name = " proc-macro2"
273221version = " 1.0.81"
@@ -286,45 +234,6 @@ dependencies = [
286234 " proc-macro2" ,
287235]
288236
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-
328237[[package ]]
329238name = " rustc-demangle"
330239version = " 0.1.23"
@@ -344,27 +253,6 @@ dependencies = [
344253 " windows-sys 0.52.0" ,
345254]
346255
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-
368256[[package ]]
369257name = " socket2"
370258version = " 0.5.7"
@@ -405,13 +293,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
405293checksum = " 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
406294dependencies = [
407295 " backtrace" ,
408- " bytes" ,
409296 " libc" ,
410297 " mio" ,
411298 " num_cpus" ,
412- " parking_lot" ,
413299 " pin-project-lite" ,
414- " signal-hook-registry" ,
415300 " socket2" ,
416301 " tokio-macros" ,
417302 " windows-sys 0.48.0" ,
0 commit comments