Show More
@@ -16,9 +16,9 b' checksum = "739f4a8db6605981345c5654f3a8' | |||||
16 |
|
16 | |||
17 | [[package]] |
|
17 | [[package]] | |
18 | name = "aho-corasick" |
|
18 | name = "aho-corasick" | |
19 |
version = "0.7.1 |
|
19 | version = "0.7.18" | |
20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
20 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
21 | checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" |
|
21 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | |
22 | dependencies = [ |
|
22 | dependencies = [ | |
23 | "memchr", |
|
23 | "memchr", | |
24 | ] |
|
24 | ] | |
@@ -33,6 +33,15 b' dependencies = [' | |||||
33 | ] |
|
33 | ] | |
34 |
|
34 | |||
35 | [[package]] |
|
35 | [[package]] | |
|
36 | name = "ansi_term" | |||
|
37 | version = "0.12.1" | |||
|
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
39 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | |||
|
40 | dependencies = [ | |||
|
41 | "winapi", | |||
|
42 | ] | |||
|
43 | ||||
|
44 | [[package]] | |||
36 | name = "atty" |
|
45 | name = "atty" | |
37 | version = "0.2.14" |
|
46 | version = "0.2.14" | |
38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -135,26 +144,47 b' dependencies = [' | |||||
135 |
|
144 | |||
136 | [[package]] |
|
145 | [[package]] | |
137 | name = "clap" |
|
146 | name = "clap" | |
138 |
version = "2.3 |
|
147 | version = "2.34.0" | |
139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
148 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
140 | checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
|
149 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" | |
141 | dependencies = [ |
|
150 | dependencies = [ | |
142 | "ansi_term", |
|
151 | "ansi_term 0.12.1", | |
143 | "atty", |
|
152 | "atty", | |
144 | "bitflags", |
|
153 | "bitflags", | |
145 | "strsim", |
|
154 | "strsim 0.8.0", | |
146 | "textwrap", |
|
155 | "textwrap 0.11.0", | |
147 | "unicode-width", |
|
156 | "unicode-width", | |
148 | "vec_map", |
|
157 | "vec_map", | |
149 | ] |
|
158 | ] | |
150 |
|
159 | |||
151 | [[package]] |
|
160 | [[package]] | |
|
161 | name = "clap" | |||
|
162 | version = "3.1.6" | |||
|
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
164 | checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123" | |||
|
165 | dependencies = [ | |||
|
166 | "atty", | |||
|
167 | "bitflags", | |||
|
168 | "indexmap", | |||
|
169 | "os_str_bytes", | |||
|
170 | "strsim 0.10.0", | |||
|
171 | "termcolor", | |||
|
172 | "textwrap 0.15.0", | |||
|
173 | ] | |||
|
174 | ||||
|
175 | [[package]] | |||
152 | name = "const_fn" |
|
176 | name = "const_fn" | |
153 | version = "0.4.4" |
|
177 | version = "0.4.4" | |
154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
178 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
155 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
|
179 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" | |
156 |
|
180 | |||
157 | [[package]] |
|
181 | [[package]] | |
|
182 | name = "convert_case" | |||
|
183 | version = "0.4.0" | |||
|
184 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
185 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |||
|
186 | ||||
|
187 | [[package]] | |||
158 | name = "cpufeatures" |
|
188 | name = "cpufeatures" | |
159 | version = "0.1.4" |
|
189 | version = "0.1.4" | |
160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
190 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -263,12 +293,14 b' dependencies = [' | |||||
263 |
|
293 | |||
264 | [[package]] |
|
294 | [[package]] | |
265 | name = "derive_more" |
|
295 | name = "derive_more" | |
266 |
version = "0.99.1 |
|
296 | version = "0.99.17" | |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
297 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
268 | checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" |
|
298 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | |
269 | dependencies = [ |
|
299 | dependencies = [ | |
|
300 | "convert_case", | |||
270 | "proc-macro2", |
|
301 | "proc-macro2", | |
271 | "quote", |
|
302 | "quote", | |
|
303 | "rustc_version", | |||
272 | "syn", |
|
304 | "syn", | |
273 | ] |
|
305 | ] | |
274 |
|
306 | |||
@@ -300,7 +332,20 b' source = "registry+https://github.com/ru' | |||||
300 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
|
332 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" | |
301 | dependencies = [ |
|
333 | dependencies = [ | |
302 | "atty", |
|
334 | "atty", | |
303 | "humantime", |
|
335 | "humantime 1.3.0", | |
|
336 | "log", | |||
|
337 | "regex", | |||
|
338 | "termcolor", | |||
|
339 | ] | |||
|
340 | ||||
|
341 | [[package]] | |||
|
342 | name = "env_logger" | |||
|
343 | version = "0.9.0" | |||
|
344 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
345 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" | |||
|
346 | dependencies = [ | |||
|
347 | "atty", | |||
|
348 | "humantime 2.1.0", | |||
304 | "log", |
|
349 | "log", | |
305 | "regex", |
|
350 | "regex", | |
306 | "termcolor", |
|
351 | "termcolor", | |
@@ -388,6 +433,12 b' dependencies = [' | |||||
388 | ] |
|
433 | ] | |
389 |
|
434 | |||
390 | [[package]] |
|
435 | [[package]] | |
|
436 | name = "hashbrown" | |||
|
437 | version = "0.11.2" | |||
|
438 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
439 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | |||
|
440 | ||||
|
441 | [[package]] | |||
391 | name = "hermit-abi" |
|
442 | name = "hermit-abi" | |
392 | version = "0.1.17" |
|
443 | version = "0.1.17" | |
393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
444 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -409,12 +460,12 b' dependencies = [' | |||||
409 | "bitflags", |
|
460 | "bitflags", | |
410 | "byteorder", |
|
461 | "byteorder", | |
411 | "bytes-cast", |
|
462 | "bytes-cast", | |
412 | "clap", |
|
463 | "clap 3.1.6", | |
413 | "crossbeam-channel 0.4.4", |
|
464 | "crossbeam-channel 0.4.4", | |
414 | "derive_more", |
|
465 | "derive_more", | |
415 | "flate2", |
|
466 | "flate2", | |
416 | "format-bytes", |
|
467 | "format-bytes", | |
417 | "hashbrown", |
|
468 | "hashbrown 0.9.1", | |
418 | "home", |
|
469 | "home", | |
419 | "im-rc", |
|
470 | "im-rc", | |
420 | "itertools", |
|
471 | "itertools", | |
@@ -422,7 +473,7 b' dependencies = [' | |||||
422 | "libc", |
|
473 | "libc", | |
423 | "log", |
|
474 | "log", | |
424 | "memmap2", |
|
475 | "memmap2", | |
425 | "micro-timer", |
|
476 | "micro-timer 0.3.1", | |
426 | "pretty_assertions", |
|
477 | "pretty_assertions", | |
427 | "rand 0.8.4", |
|
478 | "rand 0.8.4", | |
428 | "rand_distr", |
|
479 | "rand_distr", | |
@@ -443,7 +494,7 b' version = "0.1.0"' | |||||
443 | dependencies = [ |
|
494 | dependencies = [ | |
444 | "cpython", |
|
495 | "cpython", | |
445 | "crossbeam-channel 0.4.4", |
|
496 | "crossbeam-channel 0.4.4", | |
446 | "env_logger", |
|
497 | "env_logger 0.7.1", | |
447 | "hg-core", |
|
498 | "hg-core", | |
448 | "libc", |
|
499 | "libc", | |
449 | "log", |
|
500 | "log", | |
@@ -470,6 +521,12 b' dependencies = [' | |||||
470 | ] |
|
521 | ] | |
471 |
|
522 | |||
472 | [[package]] |
|
523 | [[package]] | |
|
524 | name = "humantime" | |||
|
525 | version = "2.1.0" | |||
|
526 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
527 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |||
|
528 | ||||
|
529 | [[package]] | |||
473 | name = "im-rc" |
|
530 | name = "im-rc" | |
474 | version = "15.0.0" |
|
531 | version = "15.0.0" | |
475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
532 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -484,6 +541,16 b' dependencies = [' | |||||
484 | ] |
|
541 | ] | |
485 |
|
542 | |||
486 | [[package]] |
|
543 | [[package]] | |
|
544 | name = "indexmap" | |||
|
545 | version = "1.8.0" | |||
|
546 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
547 | checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" | |||
|
548 | dependencies = [ | |||
|
549 | "autocfg", | |||
|
550 | "hashbrown 0.11.2", | |||
|
551 | ] | |||
|
552 | ||||
|
553 | [[package]] | |||
487 | name = "itertools" |
|
554 | name = "itertools" | |
488 | version = "0.9.0" |
|
555 | version = "0.9.0" | |
489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
556 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -532,11 +599,11 b' dependencies = [' | |||||
532 |
|
599 | |||
533 | [[package]] |
|
600 | [[package]] | |
534 | name = "log" |
|
601 | name = "log" | |
535 |
version = "0.4.1 |
|
602 | version = "0.4.14" | |
536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
603 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
537 | checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
|
604 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | |
538 | dependencies = [ |
|
605 | dependencies = [ | |
539 |
"cfg-if 0. |
|
606 | "cfg-if 1.0.0", | |
540 | ] |
|
607 | ] | |
541 |
|
608 | |||
542 | [[package]] |
|
609 | [[package]] | |
@@ -547,9 +614,9 b' checksum = "60302e4db3a61da70c0cb7991976' | |||||
547 |
|
614 | |||
548 | [[package]] |
|
615 | [[package]] | |
549 | name = "memchr" |
|
616 | name = "memchr" | |
550 |
version = "2. |
|
617 | version = "2.4.1" | |
551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
618 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
552 | checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
|
619 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" | |
553 |
|
620 | |||
554 | [[package]] |
|
621 | [[package]] | |
555 | name = "memmap2" |
|
622 | name = "memmap2" | |
@@ -576,7 +643,17 b' version = "0.3.1"' | |||||
576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
643 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
577 | checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" |
|
644 | checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" | |
578 | dependencies = [ |
|
645 | dependencies = [ | |
579 | "micro-timer-macros", |
|
646 | "micro-timer-macros 0.3.1", | |
|
647 | "scopeguard", | |||
|
648 | ] | |||
|
649 | ||||
|
650 | [[package]] | |||
|
651 | name = "micro-timer" | |||
|
652 | version = "0.4.0" | |||
|
653 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
654 | checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" | |||
|
655 | dependencies = [ | |||
|
656 | "micro-timer-macros 0.4.0", | |||
580 | "scopeguard", |
|
657 | "scopeguard", | |
581 | ] |
|
658 | ] | |
582 |
|
659 | |||
@@ -593,6 +670,18 b' dependencies = [' | |||||
593 | ] |
|
670 | ] | |
594 |
|
671 | |||
595 | [[package]] |
|
672 | [[package]] | |
|
673 | name = "micro-timer-macros" | |||
|
674 | version = "0.4.0" | |||
|
675 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
676 | checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" | |||
|
677 | dependencies = [ | |||
|
678 | "proc-macro2", | |||
|
679 | "quote", | |||
|
680 | "scopeguard", | |||
|
681 | "syn", | |||
|
682 | ] | |||
|
683 | ||||
|
684 | [[package]] | |||
596 | name = "miniz_oxide" |
|
685 | name = "miniz_oxide" | |
597 | version = "0.4.3" |
|
686 | version = "0.4.3" | |
598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
687 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -639,6 +728,15 b' source = "registry+https://github.com/ru' | |||||
639 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
728 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | |
640 |
|
729 | |||
641 | [[package]] |
|
730 | [[package]] | |
|
731 | name = "os_str_bytes" | |||
|
732 | version = "6.0.0" | |||
|
733 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
734 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" | |||
|
735 | dependencies = [ | |||
|
736 | "memchr", | |||
|
737 | ] | |||
|
738 | ||||
|
739 | [[package]] | |||
642 | name = "output_vt100" |
|
740 | name = "output_vt100" | |
643 | version = "0.1.2" |
|
741 | version = "0.1.2" | |
644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
742 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -671,7 +769,7 b' version = "0.6.1"' | |||||
671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
769 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
672 | checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" |
|
770 | checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" | |
673 | dependencies = [ |
|
771 | dependencies = [ | |
674 | "ansi_term", |
|
772 | "ansi_term 0.11.0", | |
675 | "ctor", |
|
773 | "ctor", | |
676 | "difference", |
|
774 | "difference", | |
677 | "output_vt100", |
|
775 | "output_vt100", | |
@@ -853,21 +951,20 b' checksum = "41cc0f7e4d5d4544e8861606a285' | |||||
853 |
|
951 | |||
854 | [[package]] |
|
952 | [[package]] | |
855 | name = "regex" |
|
953 | name = "regex" | |
856 |
version = "1. |
|
954 | version = "1.5.5" | |
857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
955 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
858 | checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" |
|
956 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" | |
859 | dependencies = [ |
|
957 | dependencies = [ | |
860 | "aho-corasick", |
|
958 | "aho-corasick", | |
861 | "memchr", |
|
959 | "memchr", | |
862 | "regex-syntax", |
|
960 | "regex-syntax", | |
863 | "thread_local", |
|
|||
864 | ] |
|
961 | ] | |
865 |
|
962 | |||
866 | [[package]] |
|
963 | [[package]] | |
867 | name = "regex-syntax" |
|
964 | name = "regex-syntax" | |
868 |
version = "0.6.2 |
|
965 | version = "0.6.25" | |
869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
966 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
870 | checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" |
|
967 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | |
871 |
|
968 | |||
872 | [[package]] |
|
969 | [[package]] | |
873 | name = "remove_dir_all" |
|
970 | name = "remove_dir_all" | |
@@ -884,20 +981,29 b' version = "0.1.0"' | |||||
884 | dependencies = [ |
|
981 | dependencies = [ | |
885 | "atty", |
|
982 | "atty", | |
886 | "chrono", |
|
983 | "chrono", | |
887 | "clap", |
|
984 | "clap 2.34.0", | |
888 | "derive_more", |
|
985 | "derive_more", | |
889 | "env_logger", |
|
986 | "env_logger 0.9.0", | |
890 | "format-bytes", |
|
987 | "format-bytes", | |
891 | "hg-core", |
|
988 | "hg-core", | |
892 | "home", |
|
989 | "home", | |
893 | "lazy_static", |
|
990 | "lazy_static", | |
894 | "log", |
|
991 | "log", | |
895 | "micro-timer", |
|
992 | "micro-timer 0.4.0", | |
896 | "regex", |
|
993 | "regex", | |
897 | "users", |
|
994 | "users", | |
898 | ] |
|
995 | ] | |
899 |
|
996 | |||
900 | [[package]] |
|
997 | [[package]] | |
|
998 | name = "rustc_version" | |||
|
999 | version = "0.4.0" | |||
|
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
1001 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" | |||
|
1002 | dependencies = [ | |||
|
1003 | "semver", | |||
|
1004 | ] | |||
|
1005 | ||||
|
1006 | [[package]] | |||
901 | name = "same-file" |
|
1007 | name = "same-file" | |
902 | version = "1.0.6" |
|
1008 | version = "1.0.6" | |
903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1009 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -913,6 +1019,12 b' source = "registry+https://github.com/ru' | |||||
913 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
1019 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
914 |
|
1020 | |||
915 | [[package]] |
|
1021 | [[package]] | |
|
1022 | name = "semver" | |||
|
1023 | version = "1.0.6" | |||
|
1024 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
1025 | checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" | |||
|
1026 | ||||
|
1027 | [[package]] | |||
916 | name = "sha-1" |
|
1028 | name = "sha-1" | |
917 | version = "0.9.6" |
|
1029 | version = "0.9.6" | |
918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1030 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -954,6 +1066,12 b' source = "registry+https://github.com/ru' | |||||
954 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
1066 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | |
955 |
|
1067 | |||
956 | [[package]] |
|
1068 | [[package]] | |
|
1069 | name = "strsim" | |||
|
1070 | version = "0.10.0" | |||
|
1071 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
1072 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |||
|
1073 | ||||
|
1074 | [[package]] | |||
957 | name = "syn" |
|
1075 | name = "syn" | |
958 | version = "1.0.54" |
|
1076 | version = "1.0.54" | |
959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1077 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -997,13 +1115,10 b' dependencies = [' | |||||
997 | ] |
|
1115 | ] | |
998 |
|
1116 | |||
999 | [[package]] |
|
1117 | [[package]] | |
1000 |
name = "t |
|
1118 | name = "textwrap" | |
1001 |
version = " |
|
1119 | version = "0.15.0" | |
1002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1120 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1003 | checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
|
1121 | checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" | |
1004 | dependencies = [ |
|
|||
1005 | "lazy_static", |
|
|||
1006 | ] |
|
|||
1007 |
|
1122 | |||
1008 | [[package]] |
|
1123 | [[package]] | |
1009 | name = "time" |
|
1124 | name = "time" | |
@@ -1035,9 +1150,9 b' checksum = "373c8a200f9e67a0c95e62a4f52f' | |||||
1035 |
|
1150 | |||
1036 | [[package]] |
|
1151 | [[package]] | |
1037 | name = "unicode-width" |
|
1152 | name = "unicode-width" | |
1038 |
version = "0.1. |
|
1153 | version = "0.1.9" | |
1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1154 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1040 | checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
|
1155 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" | |
1041 |
|
1156 | |||
1042 | [[package]] |
|
1157 | [[package]] | |
1043 | name = "unicode-xid" |
|
1158 | name = "unicode-xid" |
@@ -8,16 +8,16 b' authors = [' | |||||
8 | edition = "2018" |
|
8 | edition = "2018" | |
9 |
|
9 | |||
10 | [dependencies] |
|
10 | [dependencies] | |
11 | atty = "0.2" |
|
11 | atty = "0.2.14" | |
12 | hg-core = { path = "../hg-core"} |
|
12 | hg-core = { path = "../hg-core"} | |
13 | chrono = "0.4.19" |
|
13 | chrono = "0.4.19" | |
14 |
clap = "2.3 |
|
14 | clap = "2.34.0" | |
15 | derive_more = "0.99" |
|
15 | derive_more = "0.99.17" | |
16 | home = "0.5.3" |
|
16 | home = "0.5.3" | |
17 | lazy_static = "1.4.0" |
|
17 | lazy_static = "1.4.0" | |
18 |
log = "0.4.1 |
|
18 | log = "0.4.14" | |
19 |
micro-timer = "0. |
|
19 | micro-timer = "0.4.0" | |
20 |
regex = "1. |
|
20 | regex = "1.5.5" | |
21 |
env_logger = "0. |
|
21 | env_logger = "0.9.0" | |
22 | format-bytes = "0.3.0" |
|
22 | format-bytes = "0.3.0" | |
23 | users = "0.11.0" |
|
23 | users = "0.11.0" |
General Comments 0
You need to be logged in to leave comments.
Login now