Show More
@@ -95,17 +95,6 dependencies = [ | |||
|
95 | 95 | ] |
|
96 | 96 | |
|
97 | 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 | 98 | name = "autocfg" |
|
110 | 99 | version = "1.4.0" |
|
111 | 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -475,16 +464,26 source = "registry+https://github.com/ru | |||
|
475 | 464 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
476 | 465 | |
|
477 | 466 | [[package]] |
|
478 |
name = "env_ |
|
|
479 |
version = "0. |
|
|
467 | name = "env_filter" | |
|
468 | version = "0.1.2" | |
|
480 | 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
481 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" | |
|
470 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" | |
|
482 | 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 | 485 | "humantime", |
|
485 | 486 | "log", |
|
486 | "regex", | |
|
487 | "termcolor", | |
|
488 | 487 | ] |
|
489 | 488 | |
|
490 | 489 | [[package]] |
@@ -607,15 +606,6 source = "registry+https://github.com/ru | |||
|
607 | 606 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
608 | 607 | |
|
609 | 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 | 609 | name = "hex" |
|
620 | 610 | version = "0.4.3" |
|
621 | 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1412,15 +1402,6 dependencies = [ | |||
|
1412 | 1402 | ] |
|
1413 | 1403 | |
|
1414 | 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 | 1405 | name = "thiserror" |
|
1425 | 1406 | version = "1.0.69" |
|
1426 | 1407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1674,22 +1655,6 dependencies = [ | |||
|
1674 | 1655 | ] |
|
1675 | 1656 | |
|
1676 | 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 | 1658 | name = "winapi-util" |
|
1694 | 1659 | version = "0.1.9" |
|
1695 | 1660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1699,12 +1664,6 dependencies = [ | |||
|
1699 | 1664 | ] |
|
1700 | 1665 | |
|
1701 | 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 | 1667 | name = "windows-core" |
|
1709 | 1668 | version = "0.52.0" |
|
1710 | 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
General Comments 0
You need to be logged in to leave comments.
Login now