Show More
@@ -95,17 +95,6 dependencies = [ | |||||
95 | ] |
|
95 | ] | |
96 |
|
96 | |||
97 | [[package]] |
|
97 | [[package]] | |
98 | name = "atty" |
|
|||
99 | version = "0.2.14" |
|
|||
100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
101 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
|||
102 | dependencies = [ |
|
|||
103 | "hermit-abi", |
|
|||
104 | "libc", |
|
|||
105 | "winapi", |
|
|||
106 | ] |
|
|||
107 |
|
||||
108 | [[package]] |
|
|||
109 | name = "autocfg" |
|
98 | name = "autocfg" | |
110 | version = "1.4.0" |
|
99 | version = "1.4.0" | |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
100 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -475,16 +464,26 source = "registry+https://github.com/ru | |||||
475 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
464 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | |
476 |
|
465 | |||
477 | [[package]] |
|
466 | [[package]] | |
478 |
name = "env_ |
|
467 | name = "env_filter" | |
479 |
version = "0. |
|
468 | version = "0.1.2" | |
480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
469 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
481 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
|
470 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" | |
482 | dependencies = [ |
|
471 | dependencies = [ | |
483 | "atty", |
|
472 | "log", | |
|
473 | "regex", | |||
|
474 | ] | |||
|
475 | ||||
|
476 | [[package]] | |||
|
477 | name = "env_logger" | |||
|
478 | version = "0.11.5" | |||
|
479 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
480 | checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" | |||
|
481 | dependencies = [ | |||
|
482 | "anstream", | |||
|
483 | "anstyle", | |||
|
484 | "env_filter", | |||
484 | "humantime", |
|
485 | "humantime", | |
485 | "log", |
|
486 | "log", | |
486 | "regex", |
|
|||
487 | "termcolor", |
|
|||
488 | ] |
|
487 | ] | |
489 |
|
488 | |||
490 | [[package]] |
|
489 | [[package]] | |
@@ -607,15 +606,6 source = "registry+https://github.com/ru | |||||
607 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
606 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
608 |
|
607 | |||
609 | [[package]] |
|
608 | [[package]] | |
610 | name = "hermit-abi" |
|
|||
611 | version = "0.1.19" |
|
|||
612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
613 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
|||
614 | dependencies = [ |
|
|||
615 | "libc", |
|
|||
616 | ] |
|
|||
617 |
|
||||
618 | [[package]] |
|
|||
619 | name = "hex" |
|
609 | name = "hex" | |
620 | version = "0.4.3" |
|
610 | version = "0.4.3" | |
621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
611 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -1412,15 +1402,6 dependencies = [ | |||||
1412 | ] |
|
1402 | ] | |
1413 |
|
1403 | |||
1414 | [[package]] |
|
1404 | [[package]] | |
1415 | name = "termcolor" |
|
|||
1416 | version = "1.4.1" |
|
|||
1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1418 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
|
|||
1419 | dependencies = [ |
|
|||
1420 | "winapi-util", |
|
|||
1421 | ] |
|
|||
1422 |
|
||||
1423 | [[package]] |
|
|||
1424 | name = "thiserror" |
|
1405 | name = "thiserror" | |
1425 | version = "1.0.69" |
|
1406 | version = "1.0.69" | |
1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1407 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -1674,22 +1655,6 dependencies = [ | |||||
1674 | ] |
|
1655 | ] | |
1675 |
|
1656 | |||
1676 | [[package]] |
|
1657 | [[package]] | |
1677 | name = "winapi" |
|
|||
1678 | version = "0.3.9" |
|
|||
1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1680 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
|||
1681 | dependencies = [ |
|
|||
1682 | "winapi-i686-pc-windows-gnu", |
|
|||
1683 | "winapi-x86_64-pc-windows-gnu", |
|
|||
1684 | ] |
|
|||
1685 |
|
||||
1686 | [[package]] |
|
|||
1687 | name = "winapi-i686-pc-windows-gnu" |
|
|||
1688 | version = "0.4.0" |
|
|||
1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1690 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|||
1691 |
|
||||
1692 | [[package]] |
|
|||
1693 | name = "winapi-util" |
|
1658 | name = "winapi-util" | |
1694 | version = "0.1.9" |
|
1659 | version = "0.1.9" | |
1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1660 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -1699,12 +1664,6 dependencies = [ | |||||
1699 | ] |
|
1664 | ] | |
1700 |
|
1665 | |||
1701 | [[package]] |
|
1666 | [[package]] | |
1702 | name = "winapi-x86_64-pc-windows-gnu" |
|
|||
1703 | version = "0.4.0" |
|
|||
1704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1705 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|||
1706 |
|
||||
1707 | [[package]] |
|
|||
1708 | name = "windows-core" |
|
1667 | name = "windows-core" | |
1709 | version = "0.52.0" |
|
1668 | version = "0.52.0" | |
1710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -14,7 +14,7 crossbeam-channel = "0.5.6" | |||||
14 | hg-core = { path = "../hg-core"} |
|
14 | hg-core = { path = "../hg-core"} | |
15 | libc = "0.2.137" |
|
15 | libc = "0.2.137" | |
16 | log = "0.4.17" |
|
16 | log = "0.4.17" | |
17 |
env_logger = "0. |
|
17 | env_logger = "0.11" | |
18 | stable_deref_trait = "1.2.0" |
|
18 | stable_deref_trait = "1.2.0" | |
19 | vcsgraph = "0.2.0" |
|
19 | vcsgraph = "0.2.0" | |
20 | logging_timer = "1.1.0" |
|
20 | logging_timer = "1.1.0" |
@@ -18,7 +18,7 lazy_static = "1.4.0" | |||||
18 | log = "0.4.17" |
|
18 | log = "0.4.17" | |
19 | logging_timer = "1.1.0" |
|
19 | logging_timer = "1.1.0" | |
20 | regex = "1.7.0" |
|
20 | regex = "1.7.0" | |
21 |
env_logger = "0. |
|
21 | env_logger = "0.11" | |
22 | format-bytes = "0.3.0" |
|
22 | format-bytes = "0.3.0" | |
23 | shellexpand = { version = "3.1", features = ["full"]} |
|
23 | shellexpand = { version = "3.1", features = ["full"]} | |
24 | whoami = "1.4" |
|
24 | whoami = "1.4" |
General Comments 0
You need to be logged in to leave comments.
Login now