diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 310 |
1 files changed, 310 insertions, 0 deletions
@@ -3,6 +3,21 @@ | |||
3 | version = 3 | 3 | version = 3 |
4 | 4 | ||
5 | [[package]] | 5 | [[package]] |
6 | name = "addr2line" | ||
7 | version = "0.21.0" | ||
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" | ||
10 | dependencies = [ | ||
11 | "gimli", | ||
12 | ] | ||
13 | |||
14 | [[package]] | ||
15 | name = "adler" | ||
16 | version = "1.0.2" | ||
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | ||
19 | |||
20 | [[package]] | ||
6 | name = "anyhow" | 21 | name = "anyhow" |
7 | version = "1.0.86" | 22 | version = "1.0.86" |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -20,6 +35,21 @@ dependencies = [ | |||
20 | ] | 35 | ] |
21 | 36 | ||
22 | [[package]] | 37 | [[package]] |
38 | name = "backtrace" | ||
39 | version = "0.3.71" | ||
40 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
41 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" | ||
42 | dependencies = [ | ||
43 | "addr2line", | ||
44 | "cc", | ||
45 | "cfg-if", | ||
46 | "libc", | ||
47 | "miniz_oxide", | ||
48 | "object", | ||
49 | "rustc-demangle", | ||
50 | ] | ||
51 | |||
52 | [[package]] | ||
23 | name = "base64" | 53 | name = "base64" |
24 | version = "0.21.7" | 54 | version = "0.21.7" |
25 | source = "registry+https://github.com/rust-lang/crates.io-index" | 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -44,12 +74,48 @@ dependencies = [ | |||
44 | ] | 74 | ] |
45 | 75 | ||
46 | [[package]] | 76 | [[package]] |
77 | name = "cc" | ||
78 | version = "1.1.16" | ||
79 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
80 | checksum = "e9d013ecb737093c0e86b151a7b837993cf9ec6c502946cfb44bedc392421e0b" | ||
81 | dependencies = [ | ||
82 | "shlex", | ||
83 | ] | ||
84 | |||
85 | [[package]] | ||
47 | name = "cfg-if" | 86 | name = "cfg-if" |
48 | version = "1.0.0" | 87 | version = "1.0.0" |
49 | source = "registry+https://github.com/rust-lang/crates.io-index" | 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
50 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 89 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
51 | 90 | ||
52 | [[package]] | 91 | [[package]] |
92 | name = "color-eyre" | ||
93 | version = "0.6.3" | ||
94 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
95 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" | ||
96 | dependencies = [ | ||
97 | "backtrace", | ||
98 | "color-spantrace", | ||
99 | "eyre", | ||
100 | "indenter", | ||
101 | "once_cell", | ||
102 | "owo-colors", | ||
103 | "tracing-error", | ||
104 | ] | ||
105 | |||
106 | [[package]] | ||
107 | name = "color-spantrace" | ||
108 | version = "0.2.1" | ||
109 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
110 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" | ||
111 | dependencies = [ | ||
112 | "once_cell", | ||
113 | "owo-colors", | ||
114 | "tracing-core", | ||
115 | "tracing-error", | ||
116 | ] | ||
117 | |||
118 | [[package]] | ||
53 | name = "config" | 119 | name = "config" |
54 | version = "0.14.0" | 120 | version = "0.14.0" |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -149,11 +215,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
149 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | 215 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
150 | 216 | ||
151 | [[package]] | 217 | [[package]] |
218 | name = "errno" | ||
219 | version = "0.3.9" | ||
220 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
221 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" | ||
222 | dependencies = [ | ||
223 | "libc", | ||
224 | "windows-sys", | ||
225 | ] | ||
226 | |||
227 | [[package]] | ||
228 | name = "eyre" | ||
229 | version = "0.6.12" | ||
230 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
231 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" | ||
232 | dependencies = [ | ||
233 | "indenter", | ||
234 | "once_cell", | ||
235 | ] | ||
236 | |||
237 | [[package]] | ||
152 | name = "fxbaup" | 238 | name = "fxbaup" |
153 | version = "0.1.0" | 239 | version = "0.1.0" |
154 | dependencies = [ | 240 | dependencies = [ |
155 | "anyhow", | 241 | "anyhow", |
242 | "color-eyre", | ||
156 | "config", | 243 | "config", |
244 | "gethostname", | ||
157 | "serde", | 245 | "serde", |
158 | "serde_json", | 246 | "serde_json", |
159 | "thiserror", | 247 | "thiserror", |
@@ -172,6 +260,16 @@ dependencies = [ | |||
172 | ] | 260 | ] |
173 | 261 | ||
174 | [[package]] | 262 | [[package]] |
263 | name = "gethostname" | ||
264 | version = "0.5.0" | ||
265 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
266 | checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30" | ||
267 | dependencies = [ | ||
268 | "rustix", | ||
269 | "windows-targets", | ||
270 | ] | ||
271 | |||
272 | [[package]] | ||
175 | name = "getrandom" | 273 | name = "getrandom" |
176 | version = "0.2.15" | 274 | version = "0.2.15" |
177 | source = "registry+https://github.com/rust-lang/crates.io-index" | 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -183,6 +281,12 @@ dependencies = [ | |||
183 | ] | 281 | ] |
184 | 282 | ||
185 | [[package]] | 283 | [[package]] |
284 | name = "gimli" | ||
285 | version = "0.28.1" | ||
286 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
287 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" | ||
288 | |||
289 | [[package]] | ||
186 | name = "hashbrown" | 290 | name = "hashbrown" |
187 | version = "0.13.2" | 291 | version = "0.13.2" |
188 | source = "registry+https://github.com/rust-lang/crates.io-index" | 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -195,6 +299,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
195 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" | 299 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
196 | 300 | ||
197 | [[package]] | 301 | [[package]] |
302 | name = "indenter" | ||
303 | version = "0.3.3" | ||
304 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
305 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" | ||
306 | |||
307 | [[package]] | ||
198 | name = "indexmap" | 308 | name = "indexmap" |
199 | version = "2.5.0" | 309 | version = "2.5.0" |
200 | source = "registry+https://github.com/rust-lang/crates.io-index" | 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -240,6 +350,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
240 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" | 350 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
241 | 351 | ||
242 | [[package]] | 352 | [[package]] |
353 | name = "linux-raw-sys" | ||
354 | version = "0.4.14" | ||
355 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
356 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" | ||
357 | |||
358 | [[package]] | ||
243 | name = "memchr" | 359 | name = "memchr" |
244 | version = "2.7.4" | 360 | version = "2.7.4" |
245 | source = "registry+https://github.com/rust-lang/crates.io-index" | 361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -252,6 +368,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
252 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | 368 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
253 | 369 | ||
254 | [[package]] | 370 | [[package]] |
371 | name = "miniz_oxide" | ||
372 | version = "0.7.4" | ||
373 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
374 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" | ||
375 | dependencies = [ | ||
376 | "adler", | ||
377 | ] | ||
378 | |||
379 | [[package]] | ||
255 | name = "nom" | 380 | name = "nom" |
256 | version = "7.1.3" | 381 | version = "7.1.3" |
257 | source = "registry+https://github.com/rust-lang/crates.io-index" | 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -262,6 +387,15 @@ dependencies = [ | |||
262 | ] | 387 | ] |
263 | 388 | ||
264 | [[package]] | 389 | [[package]] |
390 | name = "object" | ||
391 | version = "0.32.2" | ||
392 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
393 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" | ||
394 | dependencies = [ | ||
395 | "memchr", | ||
396 | ] | ||
397 | |||
398 | [[package]] | ||
265 | name = "once_cell" | 399 | name = "once_cell" |
266 | version = "1.19.0" | 400 | version = "1.19.0" |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | 401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -278,6 +412,12 @@ dependencies = [ | |||
278 | ] | 412 | ] |
279 | 413 | ||
280 | [[package]] | 414 | [[package]] |
415 | name = "owo-colors" | ||
416 | version = "3.5.0" | ||
417 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
418 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" | ||
419 | |||
420 | [[package]] | ||
281 | name = "pathdiff" | 421 | name = "pathdiff" |
282 | version = "0.2.1" | 422 | version = "0.2.1" |
283 | source = "registry+https://github.com/rust-lang/crates.io-index" | 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -329,6 +469,12 @@ dependencies = [ | |||
329 | ] | 469 | ] |
330 | 470 | ||
331 | [[package]] | 471 | [[package]] |
472 | name = "pin-project-lite" | ||
473 | version = "0.2.14" | ||
474 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
475 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" | ||
476 | |||
477 | [[package]] | ||
332 | name = "proc-macro2" | 478 | name = "proc-macro2" |
333 | version = "1.0.86" | 479 | version = "1.0.86" |
334 | source = "registry+https://github.com/rust-lang/crates.io-index" | 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -369,6 +515,25 @@ dependencies = [ | |||
369 | ] | 515 | ] |
370 | 516 | ||
371 | [[package]] | 517 | [[package]] |
518 | name = "rustc-demangle" | ||
519 | version = "0.1.24" | ||
520 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
521 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" | ||
522 | |||
523 | [[package]] | ||
524 | name = "rustix" | ||
525 | version = "0.38.36" | ||
526 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
527 | checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" | ||
528 | dependencies = [ | ||
529 | "bitflags", | ||
530 | "errno", | ||
531 | "libc", | ||
532 | "linux-raw-sys", | ||
533 | "windows-sys", | ||
534 | ] | ||
535 | |||
536 | [[package]] | ||
372 | name = "ryu" | 537 | name = "ryu" |
373 | version = "1.0.18" | 538 | version = "1.0.18" |
374 | source = "registry+https://github.com/rust-lang/crates.io-index" | 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -427,6 +592,21 @@ dependencies = [ | |||
427 | ] | 592 | ] |
428 | 593 | ||
429 | [[package]] | 594 | [[package]] |
595 | name = "sharded-slab" | ||
596 | version = "0.1.7" | ||
597 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
598 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" | ||
599 | dependencies = [ | ||
600 | "lazy_static", | ||
601 | ] | ||
602 | |||
603 | [[package]] | ||
604 | name = "shlex" | ||
605 | version = "1.3.0" | ||
606 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
607 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | ||
608 | |||
609 | [[package]] | ||
430 | name = "syn" | 610 | name = "syn" |
431 | version = "2.0.77" | 611 | version = "2.0.77" |
432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -458,6 +638,16 @@ dependencies = [ | |||
458 | ] | 638 | ] |
459 | 639 | ||
460 | [[package]] | 640 | [[package]] |
641 | name = "thread_local" | ||
642 | version = "1.1.8" | ||
643 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
644 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" | ||
645 | dependencies = [ | ||
646 | "cfg-if", | ||
647 | "once_cell", | ||
648 | ] | ||
649 | |||
650 | [[package]] | ||
461 | name = "tiny-keccak" | 651 | name = "tiny-keccak" |
462 | version = "2.0.2" | 652 | version = "2.0.2" |
463 | source = "registry+https://github.com/rust-lang/crates.io-index" | 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -501,6 +691,47 @@ dependencies = [ | |||
501 | ] | 691 | ] |
502 | 692 | ||
503 | [[package]] | 693 | [[package]] |
694 | name = "tracing" | ||
695 | version = "0.1.40" | ||
696 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
697 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | ||
698 | dependencies = [ | ||
699 | "pin-project-lite", | ||
700 | "tracing-core", | ||
701 | ] | ||
702 | |||
703 | [[package]] | ||
704 | name = "tracing-core" | ||
705 | version = "0.1.32" | ||
706 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
707 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" | ||
708 | dependencies = [ | ||
709 | "once_cell", | ||
710 | "valuable", | ||
711 | ] | ||
712 | |||
713 | [[package]] | ||
714 | name = "tracing-error" | ||
715 | version = "0.2.0" | ||
716 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
717 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" | ||
718 | dependencies = [ | ||
719 | "tracing", | ||
720 | "tracing-subscriber", | ||
721 | ] | ||
722 | |||
723 | [[package]] | ||
724 | name = "tracing-subscriber" | ||
725 | version = "0.3.18" | ||
726 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
727 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" | ||
728 | dependencies = [ | ||
729 | "sharded-slab", | ||
730 | "thread_local", | ||
731 | "tracing-core", | ||
732 | ] | ||
733 | |||
734 | [[package]] | ||
504 | name = "typenum" | 735 | name = "typenum" |
505 | version = "1.17.0" | 736 | version = "1.17.0" |
506 | source = "registry+https://github.com/rust-lang/crates.io-index" | 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -534,6 +765,12 @@ dependencies = [ | |||
534 | ] | 765 | ] |
535 | 766 | ||
536 | [[package]] | 767 | [[package]] |
768 | name = "valuable" | ||
769 | version = "0.1.0" | ||
770 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
771 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" | ||
772 | |||
773 | [[package]] | ||
537 | name = "version_check" | 774 | name = "version_check" |
538 | version = "0.9.5" | 775 | version = "0.9.5" |
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | 776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -546,6 +783,79 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
546 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 783 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
547 | 784 | ||
548 | [[package]] | 785 | [[package]] |
786 | name = "windows-sys" | ||
787 | version = "0.52.0" | ||
788 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
789 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | ||
790 | dependencies = [ | ||
791 | "windows-targets", | ||
792 | ] | ||
793 | |||
794 | [[package]] | ||
795 | name = "windows-targets" | ||
796 | version = "0.52.6" | ||
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
798 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | ||
799 | dependencies = [ | ||
800 | "windows_aarch64_gnullvm", | ||
801 | "windows_aarch64_msvc", | ||
802 | "windows_i686_gnu", | ||
803 | "windows_i686_gnullvm", | ||
804 | "windows_i686_msvc", | ||
805 | "windows_x86_64_gnu", | ||
806 | "windows_x86_64_gnullvm", | ||
807 | "windows_x86_64_msvc", | ||
808 | ] | ||
809 | |||
810 | [[package]] | ||
811 | name = "windows_aarch64_gnullvm" | ||
812 | version = "0.52.6" | ||
813 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
814 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | ||
815 | |||
816 | [[package]] | ||
817 | name = "windows_aarch64_msvc" | ||
818 | version = "0.52.6" | ||
819 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
820 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | ||
821 | |||
822 | [[package]] | ||
823 | name = "windows_i686_gnu" | ||
824 | version = "0.52.6" | ||
825 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
826 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | ||
827 | |||
828 | [[package]] | ||
829 | name = "windows_i686_gnullvm" | ||
830 | version = "0.52.6" | ||
831 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
832 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | ||
833 | |||
834 | [[package]] | ||
835 | name = "windows_i686_msvc" | ||
836 | version = "0.52.6" | ||
837 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
838 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | ||
839 | |||
840 | [[package]] | ||
841 | name = "windows_x86_64_gnu" | ||
842 | version = "0.52.6" | ||
843 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
844 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | ||
845 | |||
846 | [[package]] | ||
847 | name = "windows_x86_64_gnullvm" | ||
848 | version = "0.52.6" | ||
849 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
850 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | ||
851 | |||
852 | [[package]] | ||
853 | name = "windows_x86_64_msvc" | ||
854 | version = "0.52.6" | ||
855 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
856 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | ||
857 | |||
858 | [[package]] | ||
549 | name = "winnow" | 859 | name = "winnow" |
550 | version = "0.6.18" | 860 | version = "0.6.18" |
551 | source = "registry+https://github.com/rust-lang/crates.io-index" | 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |