Merge pull request #244237 from figsoda/clap

authored by

Sandro and committed by
GitHub
aca9c808 ded419f0

+195 -283
+193 -281
pkgs/applications/editors/vim/plugins/vim-clap/Cargo.lock
··· 27 ] 28 29 [[package]] 30 name = "android_system_properties" 31 version = "0.1.5" 32 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 37 38 [[package]] 39 name = "anstream" 40 - version = "0.2.6" 41 source = "registry+https://github.com/rust-lang/crates.io-index" 42 - checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" 43 dependencies = [ 44 "anstyle", 45 "anstyle-parse", 46 "anstyle-wincon", 47 - "concolor-override", 48 - "concolor-query", 49 "is-terminal", 50 "utf8parse", 51 ] 52 53 [[package]] 54 name = "anstyle" 55 - version = "0.3.5" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" 58 59 [[package]] 60 name = "anstyle-parse" 61 - version = "0.1.1" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" 64 dependencies = [ 65 "utf8parse", 66 ] 67 68 [[package]] 69 name = "anstyle-wincon" 70 - version = "0.2.0" 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" 73 dependencies = [ 74 "anstyle", 75 - "windows-sys 0.45.0", 76 ] 77 78 [[package]] 79 name = "anyhow" 80 - version = "1.0.70" 81 source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 83 84 [[package]] 85 name = "async-trait" ··· 89 dependencies = [ 90 "proc-macro2", 91 "quote", 92 - "syn 2.0.13", 93 ] 94 95 [[package]] ··· 121 122 [[package]] 123 name = "base64" 124 - version = "0.21.0" 125 source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 127 128 [[package]] 129 name = "bitflags" ··· 133 134 [[package]] 135 name = "bstr" 136 - version = "1.4.0" 137 source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 139 dependencies = [ 140 "memchr", 141 "once_cell", ··· 155 156 [[package]] 157 name = "bumpalo" 158 - version = "3.12.0" 159 source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 161 162 [[package]] 163 name = "bytecount" ··· 200 201 [[package]] 202 name = "chrono" 203 - version = "0.4.24" 204 source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 206 dependencies = [ 207 "iana-time-zone", 208 "js-sys", 209 - "num-integer", 210 "num-traits", 211 "serde", 212 "time 0.1.45", ··· 216 217 [[package]] 218 name = "clap" 219 - version = "4.2.1" 220 source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" 222 dependencies = [ 223 "clap_builder", 224 "clap_derive", ··· 227 228 [[package]] 229 name = "clap_builder" 230 - version = "4.2.1" 231 source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" 233 dependencies = [ 234 "anstream", 235 "anstyle", ··· 240 241 [[package]] 242 name = "clap_derive" 243 - version = "4.2.0" 244 source = "registry+https://github.com/rust-lang/crates.io-index" 245 - checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 246 dependencies = [ 247 "heck", 248 "proc-macro2", 249 "quote", 250 - "syn 2.0.13", 251 ] 252 253 [[package]] 254 name = "clap_lex" 255 - version = "0.4.1" 256 source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 258 259 [[package]] 260 name = "cli" ··· 284 ] 285 286 [[package]] 287 - name = "codespan-reporting" 288 - version = "0.11.1" 289 - source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 291 - dependencies = [ 292 - "termcolor", 293 - "unicode-width", 294 - ] 295 - 296 - [[package]] 297 name = "color-eyre" 298 version = "0.6.2" 299 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 321 ] 322 323 [[package]] 324 - name = "concolor-override" 325 version = "1.0.0" 326 source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" 328 - 329 - [[package]] 330 - name = "concolor-query" 331 - version = "0.3.3" 332 - source = "registry+https://github.com/rust-lang/crates.io-index" 333 - checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" 334 - dependencies = [ 335 - "windows-sys 0.45.0", 336 - ] 337 338 [[package]] 339 name = "console" 340 - version = "0.15.5" 341 source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 343 dependencies = [ 344 "encode_unicode", 345 "lazy_static", 346 "libc", 347 - "windows-sys 0.42.0", 348 ] 349 350 [[package]] ··· 355 356 [[package]] 357 name = "crossbeam-channel" 358 - version = "0.5.7" 359 source = "registry+https://github.com/rust-lang/crates.io-index" 360 - checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 361 dependencies = [ 362 "cfg-if", 363 "crossbeam-utils", ··· 397 ] 398 399 [[package]] 400 - name = "cxx" 401 - version = "1.0.94" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 404 - dependencies = [ 405 - "cc", 406 - "cxxbridge-flags", 407 - "cxxbridge-macro", 408 - "link-cplusplus", 409 - ] 410 - 411 - [[package]] 412 - name = "cxx-build" 413 - version = "1.0.94" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 416 - dependencies = [ 417 - "cc", 418 - "codespan-reporting", 419 - "once_cell", 420 - "proc-macro2", 421 - "quote", 422 - "scratch", 423 - "syn 2.0.13", 424 - ] 425 - 426 - [[package]] 427 - name = "cxxbridge-flags" 428 - version = "1.0.94" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 431 - 432 - [[package]] 433 - name = "cxxbridge-macro" 434 - version = "1.0.94" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 437 - dependencies = [ 438 - "proc-macro2", 439 - "quote", 440 - "syn 2.0.13", 441 - ] 442 - 443 - [[package]] 444 name = "directories" 445 version = "4.0.1" 446 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 500 501 [[package]] 502 name = "errno" 503 - version = "0.3.0" 504 source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 506 dependencies = [ 507 "errno-dragonfly", 508 "libc", 509 - "windows-sys 0.45.0", 510 ] 511 512 [[package]] ··· 623 dependencies = [ 624 "proc-macro2", 625 "quote", 626 - "syn 2.0.13", 627 ] 628 629 [[package]] ··· 667 668 [[package]] 669 name = "getrandom" 670 - version = "0.2.8" 671 source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 673 dependencies = [ 674 "cfg-if", 675 "libc", ··· 701 source = "registry+https://github.com/rust-lang/crates.io-index" 702 checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 703 dependencies = [ 704 - "aho-corasick", 705 "bstr", 706 "fnv", 707 "log", ··· 723 source = "registry+https://github.com/rust-lang/crates.io-index" 724 checksum = "997598b41d53a37a2e3fc5300d5c11d825368c054420a9c65125b8fe1078463f" 725 dependencies = [ 726 - "aho-corasick", 727 "bstr", 728 "grep-matcher", 729 "log", 730 "regex", 731 - "regex-syntax", 732 "thread_local", 733 ] 734 ··· 749 750 [[package]] 751 name = "h2" 752 - version = "0.3.17" 753 source = "registry+https://github.com/rust-lang/crates.io-index" 754 - checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" 755 dependencies = [ 756 "bytes", 757 "fnv", ··· 829 830 [[package]] 831 name = "hyper" 832 - version = "0.14.25" 833 source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 835 dependencies = [ 836 "bytes", 837 "futures-channel", ··· 853 854 [[package]] 855 name = "hyper-rustls" 856 - version = "0.23.2" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 859 dependencies = [ 860 "http", 861 "hyper", ··· 880 881 [[package]] 882 name = "iana-time-zone-haiku" 883 - version = "0.1.1" 884 source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 886 dependencies = [ 887 - "cxx", 888 - "cxx-build", 889 ] 890 891 [[package]] ··· 954 955 [[package]] 956 name = "io-lifetimes" 957 - version = "1.0.10" 958 source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 960 dependencies = [ 961 "hermit-abi 0.3.1", 962 "libc", ··· 971 972 [[package]] 973 name = "is-terminal" 974 - version = "0.4.6" 975 source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" 977 dependencies = [ 978 "hermit-abi 0.3.1", 979 "io-lifetimes", 980 "rustix", 981 - "windows-sys 0.45.0", 982 ] 983 984 [[package]] ··· 1007 1008 [[package]] 1009 name = "js-sys" 1010 - version = "0.3.61" 1011 source = "registry+https://github.com/rust-lang/crates.io-index" 1012 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1013 dependencies = [ 1014 "wasm-bindgen", 1015 ] ··· 1022 1023 [[package]] 1024 name = "libc" 1025 - version = "0.2.141" 1026 source = "registry+https://github.com/rust-lang/crates.io-index" 1027 - checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 1028 1029 [[package]] 1030 name = "libgit2-sys" ··· 1040 1041 [[package]] 1042 name = "libz-sys" 1043 - version = "1.1.8" 1044 source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 1046 dependencies = [ 1047 "cc", 1048 "libc", ··· 1051 ] 1052 1053 [[package]] 1054 - name = "link-cplusplus" 1055 - version = "1.0.8" 1056 - source = "registry+https://github.com/rust-lang/crates.io-index" 1057 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1058 - dependencies = [ 1059 - "cc", 1060 - ] 1061 - 1062 - [[package]] 1063 name = "linux-raw-sys" 1064 - version = "0.3.1" 1065 source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 1067 1068 [[package]] 1069 name = "lock_api" ··· 1077 1078 [[package]] 1079 name = "log" 1080 - version = "0.4.17" 1081 source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1083 - dependencies = [ 1084 - "cfg-if", 1085 - ] 1086 1087 [[package]] 1088 name = "maple" 1089 - version = "0.1.44" 1090 dependencies = [ 1091 "built", 1092 "chrono", ··· 1106 "base64 0.13.1", 1107 "bytecount", 1108 "chrono", 1109 "directories", 1110 "dumb_analyzer", 1111 "filter", ··· 1188 1189 [[package]] 1190 name = "mio" 1191 - version = "0.8.6" 1192 source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1194 dependencies = [ 1195 "libc", 1196 - "log", 1197 "wasi 0.11.0+wasi-snapshot-preview1", 1198 - "windows-sys 0.45.0", 1199 ] 1200 1201 [[package]] ··· 1206 dependencies = [ 1207 "overload", 1208 "winapi", 1209 - ] 1210 - 1211 - [[package]] 1212 - name = "num-integer" 1213 - version = "0.1.45" 1214 - source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1216 - dependencies = [ 1217 - "autocfg", 1218 - "num-traits", 1219 ] 1220 1221 [[package]] ··· 1254 1255 [[package]] 1256 name = "once_cell" 1257 - version = "1.17.1" 1258 source = "registry+https://github.com/rust-lang/crates.io-index" 1259 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1260 1261 [[package]] 1262 name = "overload" ··· 1321 1322 [[package]] 1323 name = "pkg-config" 1324 - version = "0.3.26" 1325 source = "registry+https://github.com/rust-lang/crates.io-index" 1326 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1327 1328 [[package]] 1329 name = "printer" ··· 1340 1341 [[package]] 1342 name = "proc-macro2" 1343 - version = "1.0.56" 1344 source = "registry+https://github.com/rust-lang/crates.io-index" 1345 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1346 dependencies = [ 1347 "unicode-ident", 1348 ] 1349 1350 [[package]] 1351 name = "quote" 1352 - version = "1.0.26" 1353 source = "registry+https://github.com/rust-lang/crates.io-index" 1354 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1355 dependencies = [ 1356 "proc-macro2", 1357 ] ··· 1400 1401 [[package]] 1402 name = "regex" 1403 - version = "1.7.3" 1404 source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 1406 dependencies = [ 1407 - "aho-corasick", 1408 "memchr", 1409 - "regex-syntax", 1410 ] 1411 1412 [[package]] ··· 1422 checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1423 1424 [[package]] 1425 name = "reqwest" 1426 - version = "0.11.16" 1427 source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" 1429 dependencies = [ 1430 - "base64 0.21.0", 1431 "bytes", 1432 "encoding_rs", 1433 "futures-core", ··· 1487 1488 [[package]] 1489 name = "rustc-demangle" 1490 - version = "0.1.22" 1491 source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b" 1493 1494 [[package]] 1495 name = "rustix" 1496 - version = "0.37.7" 1497 source = "registry+https://github.com/rust-lang/crates.io-index" 1498 - checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 1499 dependencies = [ 1500 "bitflags", 1501 "errno", 1502 "io-lifetimes", 1503 "libc", 1504 "linux-raw-sys", 1505 - "windows-sys 0.45.0", 1506 ] 1507 1508 [[package]] 1509 name = "rustls" 1510 - version = "0.20.8" 1511 source = "registry+https://github.com/rust-lang/crates.io-index" 1512 - checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1513 dependencies = [ 1514 "log", 1515 "ring", 1516 "sct", 1517 - "webpki", 1518 ] 1519 1520 [[package]] ··· 1523 source = "registry+https://github.com/rust-lang/crates.io-index" 1524 checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 1525 dependencies = [ 1526 - "base64 0.21.0", 1527 ] 1528 1529 [[package]] ··· 1548 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1549 1550 [[package]] 1551 - name = "scratch" 1552 - version = "1.0.5" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 1555 - 1556 - [[package]] 1557 name = "sct" 1558 version = "0.7.0" 1559 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1574 1575 [[package]] 1576 name = "serde" 1577 - version = "1.0.159" 1578 source = "registry+https://github.com/rust-lang/crates.io-index" 1579 - checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 1580 dependencies = [ 1581 "serde_derive", 1582 ] 1583 1584 [[package]] 1585 name = "serde_derive" 1586 - version = "1.0.159" 1587 source = "registry+https://github.com/rust-lang/crates.io-index" 1588 - checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" 1589 dependencies = [ 1590 "proc-macro2", 1591 "quote", 1592 - "syn 2.0.13", 1593 ] 1594 1595 [[package]] 1596 name = "serde_json" 1597 - version = "1.0.95" 1598 source = "registry+https://github.com/rust-lang/crates.io-index" 1599 - checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" 1600 dependencies = [ 1601 "itoa", 1602 "ryu", ··· 1687 1688 [[package]] 1689 name = "syn" 1690 - version = "1.0.109" 1691 source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1693 dependencies = [ 1694 "proc-macro2", 1695 "quote", ··· 1697 ] 1698 1699 [[package]] 1700 - name = "syn" 1701 - version = "2.0.13" 1702 - source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" 1704 - dependencies = [ 1705 - "proc-macro2", 1706 - "quote", 1707 - "unicode-ident", 1708 - ] 1709 - 1710 - [[package]] 1711 - name = "termcolor" 1712 - version = "1.2.0" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1715 - dependencies = [ 1716 - "winapi-util", 1717 - ] 1718 - 1719 - [[package]] 1720 name = "thiserror" 1721 version = "1.0.40" 1722 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1733 dependencies = [ 1734 "proc-macro2", 1735 "quote", 1736 - "syn 2.0.13", 1737 ] 1738 1739 [[package]] ··· 1759 1760 [[package]] 1761 name = "time" 1762 - version = "0.3.20" 1763 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 1765 dependencies = [ 1766 "itoa", 1767 "serde", ··· 1771 1772 [[package]] 1773 name = "time-core" 1774 - version = "0.1.0" 1775 source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 1777 1778 [[package]] 1779 name = "time-macros" 1780 - version = "0.2.8" 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1782 - checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 1783 dependencies = [ 1784 "time-core", 1785 ] ··· 1801 1802 [[package]] 1803 name = "tokio" 1804 - version = "1.27.0" 1805 source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 1807 dependencies = [ 1808 "autocfg", 1809 "bytes", ··· 1814 "signal-hook-registry", 1815 "socket2", 1816 "tokio-macros", 1817 - "windows-sys 0.45.0", 1818 ] 1819 1820 [[package]] 1821 name = "tokio-macros" 1822 - version = "2.0.0" 1823 source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" 1825 dependencies = [ 1826 "proc-macro2", 1827 "quote", 1828 - "syn 2.0.13", 1829 ] 1830 1831 [[package]] 1832 name = "tokio-rustls" 1833 - version = "0.23.4" 1834 source = "registry+https://github.com/rust-lang/crates.io-index" 1835 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 1836 dependencies = [ 1837 "rustls", 1838 "tokio", 1839 - "webpki", 1840 ] 1841 1842 [[package]] 1843 name = "tokio-util" 1844 - version = "0.7.7" 1845 source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 1847 dependencies = [ 1848 "bytes", 1849 "futures-core", ··· 1887 checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" 1888 dependencies = [ 1889 "crossbeam-channel", 1890 - "time 0.3.20", 1891 "tracing-subscriber", 1892 ] 1893 1894 [[package]] 1895 name = "tracing-attributes" 1896 - version = "0.1.23" 1897 source = "registry+https://github.com/rust-lang/crates.io-index" 1898 - checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 1899 dependencies = [ 1900 "proc-macro2", 1901 "quote", 1902 - "syn 1.0.109", 1903 ] 1904 1905 [[package]] 1906 name = "tracing-core" 1907 - version = "0.1.30" 1908 source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 1910 dependencies = [ 1911 "once_cell", 1912 "valuable", ··· 1935 1936 [[package]] 1937 name = "tracing-subscriber" 1938 - version = "0.3.16" 1939 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 1941 dependencies = [ 1942 "nu-ansi-term", 1943 "sharded-slab", ··· 1969 1970 [[package]] 1971 name = "unicode-ident" 1972 - version = "1.0.8" 1973 source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1975 1976 [[package]] 1977 name = "unicode-normalization" ··· 2078 2079 [[package]] 2080 name = "wasm-bindgen" 2081 - version = "0.2.84" 2082 source = "registry+https://github.com/rust-lang/crates.io-index" 2083 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2084 dependencies = [ 2085 "cfg-if", 2086 "wasm-bindgen-macro", ··· 2088 2089 [[package]] 2090 name = "wasm-bindgen-backend" 2091 - version = "0.2.84" 2092 source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2094 dependencies = [ 2095 "bumpalo", 2096 "log", 2097 "once_cell", 2098 "proc-macro2", 2099 "quote", 2100 - "syn 1.0.109", 2101 "wasm-bindgen-shared", 2102 ] 2103 2104 [[package]] 2105 name = "wasm-bindgen-futures" 2106 - version = "0.4.34" 2107 source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2109 dependencies = [ 2110 "cfg-if", 2111 "js-sys", ··· 2115 2116 [[package]] 2117 name = "wasm-bindgen-macro" 2118 - version = "0.2.84" 2119 source = "registry+https://github.com/rust-lang/crates.io-index" 2120 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2121 dependencies = [ 2122 "quote", 2123 "wasm-bindgen-macro-support", ··· 2125 2126 [[package]] 2127 name = "wasm-bindgen-macro-support" 2128 - version = "0.2.84" 2129 source = "registry+https://github.com/rust-lang/crates.io-index" 2130 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2131 dependencies = [ 2132 "proc-macro2", 2133 "quote", 2134 - "syn 1.0.109", 2135 "wasm-bindgen-backend", 2136 "wasm-bindgen-shared", 2137 ] 2138 2139 [[package]] 2140 name = "wasm-bindgen-shared" 2141 - version = "0.2.84" 2142 source = "registry+https://github.com/rust-lang/crates.io-index" 2143 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2144 2145 [[package]] 2146 name = "web-sys" 2147 - version = "0.3.61" 2148 source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2150 dependencies = [ 2151 "js-sys", 2152 "wasm-bindgen", ··· 2209 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2210 dependencies = [ 2211 "windows-targets 0.48.0", 2212 - ] 2213 - 2214 - [[package]] 2215 - name = "windows-sys" 2216 - version = "0.42.0" 2217 - source = "registry+https://github.com/rust-lang/crates.io-index" 2218 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2219 - dependencies = [ 2220 - "windows_aarch64_gnullvm 0.42.2", 2221 - "windows_aarch64_msvc 0.42.2", 2222 - "windows_i686_gnu 0.42.2", 2223 - "windows_i686_msvc 0.42.2", 2224 - "windows_x86_64_gnu 0.42.2", 2225 - "windows_x86_64_gnullvm 0.42.2", 2226 - "windows_x86_64_msvc 0.42.2", 2227 ] 2228 2229 [[package]]
··· 27 ] 28 29 [[package]] 30 + name = "aho-corasick" 31 + version = "1.0.1" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 34 + dependencies = [ 35 + "memchr", 36 + ] 37 + 38 + [[package]] 39 + name = "android-tzdata" 40 + version = "0.1.1" 41 + source = "registry+https://github.com/rust-lang/crates.io-index" 42 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 43 + 44 + [[package]] 45 name = "android_system_properties" 46 version = "0.1.5" 47 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 52 53 [[package]] 54 name = "anstream" 55 + version = "0.3.2" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 58 dependencies = [ 59 "anstyle", 60 "anstyle-parse", 61 + "anstyle-query", 62 "anstyle-wincon", 63 + "colorchoice", 64 "is-terminal", 65 "utf8parse", 66 ] 67 68 [[package]] 69 name = "anstyle" 70 + version = "1.0.0" 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 + checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 73 74 [[package]] 75 name = "anstyle-parse" 76 + version = "0.2.0" 77 source = "registry+https://github.com/rust-lang/crates.io-index" 78 + checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 79 dependencies = [ 80 "utf8parse", 81 ] 82 83 [[package]] 84 + name = "anstyle-query" 85 + version = "1.0.0" 86 + source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 88 + dependencies = [ 89 + "windows-sys 0.48.0", 90 + ] 91 + 92 + [[package]] 93 name = "anstyle-wincon" 94 + version = "1.0.1" 95 source = "registry+https://github.com/rust-lang/crates.io-index" 96 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 97 dependencies = [ 98 "anstyle", 99 + "windows-sys 0.48.0", 100 ] 101 102 [[package]] 103 name = "anyhow" 104 + version = "1.0.71" 105 source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 107 108 [[package]] 109 name = "async-trait" ··· 113 dependencies = [ 114 "proc-macro2", 115 "quote", 116 + "syn", 117 ] 118 119 [[package]] ··· 145 146 [[package]] 147 name = "base64" 148 + version = "0.21.2" 149 source = "registry+https://github.com/rust-lang/crates.io-index" 150 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 151 152 [[package]] 153 name = "bitflags" ··· 157 158 [[package]] 159 name = "bstr" 160 + version = "1.5.0" 161 source = "registry+https://github.com/rust-lang/crates.io-index" 162 + checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" 163 dependencies = [ 164 "memchr", 165 "once_cell", ··· 179 180 [[package]] 181 name = "bumpalo" 182 + version = "3.13.0" 183 source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 185 186 [[package]] 187 name = "bytecount" ··· 224 225 [[package]] 226 name = "chrono" 227 + version = "0.4.26" 228 source = "registry+https://github.com/rust-lang/crates.io-index" 229 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 230 dependencies = [ 231 + "android-tzdata", 232 "iana-time-zone", 233 "js-sys", 234 "num-traits", 235 "serde", 236 "time 0.1.45", ··· 240 241 [[package]] 242 name = "clap" 243 + version = "4.3.1" 244 source = "registry+https://github.com/rust-lang/crates.io-index" 245 + checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28" 246 dependencies = [ 247 "clap_builder", 248 "clap_derive", ··· 251 252 [[package]] 253 name = "clap_builder" 254 + version = "4.3.1" 255 source = "registry+https://github.com/rust-lang/crates.io-index" 256 + checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980" 257 dependencies = [ 258 "anstream", 259 "anstyle", ··· 264 265 [[package]] 266 name = "clap_derive" 267 + version = "4.3.1" 268 source = "registry+https://github.com/rust-lang/crates.io-index" 269 + checksum = "59e9ef9a08ee1c0e1f2e162121665ac45ac3783b0f897db7244ae75ad9a8f65b" 270 dependencies = [ 271 "heck", 272 "proc-macro2", 273 "quote", 274 + "syn", 275 ] 276 277 [[package]] 278 name = "clap_lex" 279 + version = "0.5.0" 280 source = "registry+https://github.com/rust-lang/crates.io-index" 281 + checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 282 283 [[package]] 284 name = "cli" ··· 308 ] 309 310 [[package]] 311 name = "color-eyre" 312 version = "0.6.2" 313 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 335 ] 336 337 [[package]] 338 + name = "colorchoice" 339 version = "1.0.0" 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 342 343 [[package]] 344 name = "console" 345 + version = "0.15.7" 346 source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 348 dependencies = [ 349 "encode_unicode", 350 "lazy_static", 351 "libc", 352 + "windows-sys 0.45.0", 353 ] 354 355 [[package]] ··· 360 361 [[package]] 362 name = "crossbeam-channel" 363 + version = "0.5.8" 364 source = "registry+https://github.com/rust-lang/crates.io-index" 365 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 366 dependencies = [ 367 "cfg-if", 368 "crossbeam-utils", ··· 402 ] 403 404 [[package]] 405 name = "directories" 406 version = "4.0.1" 407 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 461 462 [[package]] 463 name = "errno" 464 + version = "0.3.1" 465 source = "registry+https://github.com/rust-lang/crates.io-index" 466 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 467 dependencies = [ 468 "errno-dragonfly", 469 "libc", 470 + "windows-sys 0.48.0", 471 ] 472 473 [[package]] ··· 584 dependencies = [ 585 "proc-macro2", 586 "quote", 587 + "syn", 588 ] 589 590 [[package]] ··· 628 629 [[package]] 630 name = "getrandom" 631 + version = "0.2.9" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 634 dependencies = [ 635 "cfg-if", 636 "libc", ··· 662 source = "registry+https://github.com/rust-lang/crates.io-index" 663 checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 664 dependencies = [ 665 + "aho-corasick 0.7.20", 666 "bstr", 667 "fnv", 668 "log", ··· 684 source = "registry+https://github.com/rust-lang/crates.io-index" 685 checksum = "997598b41d53a37a2e3fc5300d5c11d825368c054420a9c65125b8fe1078463f" 686 dependencies = [ 687 + "aho-corasick 0.7.20", 688 "bstr", 689 "grep-matcher", 690 "log", 691 "regex", 692 + "regex-syntax 0.6.29", 693 "thread_local", 694 ] 695 ··· 710 711 [[package]] 712 name = "h2" 713 + version = "0.3.19" 714 source = "registry+https://github.com/rust-lang/crates.io-index" 715 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 716 dependencies = [ 717 "bytes", 718 "fnv", ··· 790 791 [[package]] 792 name = "hyper" 793 + version = "0.14.26" 794 source = "registry+https://github.com/rust-lang/crates.io-index" 795 + checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 796 dependencies = [ 797 "bytes", 798 "futures-channel", ··· 814 815 [[package]] 816 name = "hyper-rustls" 817 + version = "0.24.0" 818 source = "registry+https://github.com/rust-lang/crates.io-index" 819 + checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" 820 dependencies = [ 821 "http", 822 "hyper", ··· 841 842 [[package]] 843 name = "iana-time-zone-haiku" 844 + version = "0.1.2" 845 source = "registry+https://github.com/rust-lang/crates.io-index" 846 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 847 dependencies = [ 848 + "cc", 849 ] 850 851 [[package]] ··· 914 915 [[package]] 916 name = "io-lifetimes" 917 + version = "1.0.11" 918 source = "registry+https://github.com/rust-lang/crates.io-index" 919 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 920 dependencies = [ 921 "hermit-abi 0.3.1", 922 "libc", ··· 931 932 [[package]] 933 name = "is-terminal" 934 + version = "0.4.7" 935 source = "registry+https://github.com/rust-lang/crates.io-index" 936 + checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 937 dependencies = [ 938 "hermit-abi 0.3.1", 939 "io-lifetimes", 940 "rustix", 941 + "windows-sys 0.48.0", 942 ] 943 944 [[package]] ··· 967 968 [[package]] 969 name = "js-sys" 970 + version = "0.3.63" 971 source = "registry+https://github.com/rust-lang/crates.io-index" 972 + checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 973 dependencies = [ 974 "wasm-bindgen", 975 ] ··· 982 983 [[package]] 984 name = "libc" 985 + version = "0.2.144" 986 source = "registry+https://github.com/rust-lang/crates.io-index" 987 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 988 989 [[package]] 990 name = "libgit2-sys" ··· 1000 1001 [[package]] 1002 name = "libz-sys" 1003 + version = "1.1.9" 1004 source = "registry+https://github.com/rust-lang/crates.io-index" 1005 + checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 1006 dependencies = [ 1007 "cc", 1008 "libc", ··· 1011 ] 1012 1013 [[package]] 1014 name = "linux-raw-sys" 1015 + version = "0.3.8" 1016 source = "registry+https://github.com/rust-lang/crates.io-index" 1017 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1018 1019 [[package]] 1020 name = "lock_api" ··· 1028 1029 [[package]] 1030 name = "log" 1031 + version = "0.4.18" 1032 source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 1034 1035 [[package]] 1036 name = "maple" 1037 + version = "0.1.45" 1038 dependencies = [ 1039 "built", 1040 "chrono", ··· 1054 "base64 0.13.1", 1055 "bytecount", 1056 "chrono", 1057 + "clap", 1058 "directories", 1059 "dumb_analyzer", 1060 "filter", ··· 1137 1138 [[package]] 1139 name = "mio" 1140 + version = "0.8.8" 1141 source = "registry+https://github.com/rust-lang/crates.io-index" 1142 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1143 dependencies = [ 1144 "libc", 1145 "wasi 0.11.0+wasi-snapshot-preview1", 1146 + "windows-sys 0.48.0", 1147 ] 1148 1149 [[package]] ··· 1154 dependencies = [ 1155 "overload", 1156 "winapi", 1157 ] 1158 1159 [[package]] ··· 1192 1193 [[package]] 1194 name = "once_cell" 1195 + version = "1.17.2" 1196 source = "registry+https://github.com/rust-lang/crates.io-index" 1197 + checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" 1198 1199 [[package]] 1200 name = "overload" ··· 1259 1260 [[package]] 1261 name = "pkg-config" 1262 + version = "0.3.27" 1263 source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1265 1266 [[package]] 1267 name = "printer" ··· 1278 1279 [[package]] 1280 name = "proc-macro2" 1281 + version = "1.0.59" 1282 source = "registry+https://github.com/rust-lang/crates.io-index" 1283 + checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 1284 dependencies = [ 1285 "unicode-ident", 1286 ] 1287 1288 [[package]] 1289 name = "quote" 1290 + version = "1.0.28" 1291 source = "registry+https://github.com/rust-lang/crates.io-index" 1292 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 1293 dependencies = [ 1294 "proc-macro2", 1295 ] ··· 1338 1339 [[package]] 1340 name = "regex" 1341 + version = "1.8.3" 1342 source = "registry+https://github.com/rust-lang/crates.io-index" 1343 + checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" 1344 dependencies = [ 1345 + "aho-corasick 1.0.1", 1346 "memchr", 1347 + "regex-syntax 0.7.2", 1348 ] 1349 1350 [[package]] ··· 1360 checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1361 1362 [[package]] 1363 + name = "regex-syntax" 1364 + version = "0.7.2" 1365 + source = "registry+https://github.com/rust-lang/crates.io-index" 1366 + checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 1367 + 1368 + [[package]] 1369 name = "reqwest" 1370 + version = "0.11.18" 1371 source = "registry+https://github.com/rust-lang/crates.io-index" 1372 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 1373 dependencies = [ 1374 + "base64 0.21.2", 1375 "bytes", 1376 "encoding_rs", 1377 "futures-core", ··· 1431 1432 [[package]] 1433 name = "rustc-demangle" 1434 + version = "0.1.23" 1435 source = "registry+https://github.com/rust-lang/crates.io-index" 1436 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1437 1438 [[package]] 1439 name = "rustix" 1440 + version = "0.37.19" 1441 source = "registry+https://github.com/rust-lang/crates.io-index" 1442 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1443 dependencies = [ 1444 "bitflags", 1445 "errno", 1446 "io-lifetimes", 1447 "libc", 1448 "linux-raw-sys", 1449 + "windows-sys 0.48.0", 1450 ] 1451 1452 [[package]] 1453 name = "rustls" 1454 + version = "0.21.1" 1455 source = "registry+https://github.com/rust-lang/crates.io-index" 1456 + checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e" 1457 dependencies = [ 1458 "log", 1459 "ring", 1460 + "rustls-webpki", 1461 "sct", 1462 ] 1463 1464 [[package]] ··· 1467 source = "registry+https://github.com/rust-lang/crates.io-index" 1468 checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 1469 dependencies = [ 1470 + "base64 0.21.2", 1471 + ] 1472 + 1473 + [[package]] 1474 + name = "rustls-webpki" 1475 + version = "0.100.1" 1476 + source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" 1478 + dependencies = [ 1479 + "ring", 1480 + "untrusted", 1481 ] 1482 1483 [[package]] ··· 1502 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1503 1504 [[package]] 1505 name = "sct" 1506 version = "0.7.0" 1507 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1522 1523 [[package]] 1524 name = "serde" 1525 + version = "1.0.163" 1526 source = "registry+https://github.com/rust-lang/crates.io-index" 1527 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1528 dependencies = [ 1529 "serde_derive", 1530 ] 1531 1532 [[package]] 1533 name = "serde_derive" 1534 + version = "1.0.163" 1535 source = "registry+https://github.com/rust-lang/crates.io-index" 1536 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1537 dependencies = [ 1538 "proc-macro2", 1539 "quote", 1540 + "syn", 1541 ] 1542 1543 [[package]] 1544 name = "serde_json" 1545 + version = "1.0.96" 1546 source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1548 dependencies = [ 1549 "itoa", 1550 "ryu", ··· 1635 1636 [[package]] 1637 name = "syn" 1638 + version = "2.0.18" 1639 source = "registry+https://github.com/rust-lang/crates.io-index" 1640 + checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 1641 dependencies = [ 1642 "proc-macro2", 1643 "quote", ··· 1645 ] 1646 1647 [[package]] 1648 name = "thiserror" 1649 version = "1.0.40" 1650 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1661 dependencies = [ 1662 "proc-macro2", 1663 "quote", 1664 + "syn", 1665 ] 1666 1667 [[package]] ··· 1687 1688 [[package]] 1689 name = "time" 1690 + version = "0.3.21" 1691 source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" 1693 dependencies = [ 1694 "itoa", 1695 "serde", ··· 1699 1700 [[package]] 1701 name = "time-core" 1702 + version = "0.1.1" 1703 source = "registry+https://github.com/rust-lang/crates.io-index" 1704 + checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1705 1706 [[package]] 1707 name = "time-macros" 1708 + version = "0.2.9" 1709 source = "registry+https://github.com/rust-lang/crates.io-index" 1710 + checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 1711 dependencies = [ 1712 "time-core", 1713 ] ··· 1729 1730 [[package]] 1731 name = "tokio" 1732 + version = "1.28.2" 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 + checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 1735 dependencies = [ 1736 "autocfg", 1737 "bytes", ··· 1742 "signal-hook-registry", 1743 "socket2", 1744 "tokio-macros", 1745 + "windows-sys 0.48.0", 1746 ] 1747 1748 [[package]] 1749 name = "tokio-macros" 1750 + version = "2.1.0" 1751 source = "registry+https://github.com/rust-lang/crates.io-index" 1752 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 1753 dependencies = [ 1754 "proc-macro2", 1755 "quote", 1756 + "syn", 1757 ] 1758 1759 [[package]] 1760 name = "tokio-rustls" 1761 + version = "0.24.0" 1762 source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5" 1764 dependencies = [ 1765 "rustls", 1766 "tokio", 1767 ] 1768 1769 [[package]] 1770 name = "tokio-util" 1771 + version = "0.7.8" 1772 source = "registry+https://github.com/rust-lang/crates.io-index" 1773 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 1774 dependencies = [ 1775 "bytes", 1776 "futures-core", ··· 1814 checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" 1815 dependencies = [ 1816 "crossbeam-channel", 1817 + "time 0.3.21", 1818 "tracing-subscriber", 1819 ] 1820 1821 [[package]] 1822 name = "tracing-attributes" 1823 + version = "0.1.24" 1824 source = "registry+https://github.com/rust-lang/crates.io-index" 1825 + checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 1826 dependencies = [ 1827 "proc-macro2", 1828 "quote", 1829 + "syn", 1830 ] 1831 1832 [[package]] 1833 name = "tracing-core" 1834 + version = "0.1.31" 1835 source = "registry+https://github.com/rust-lang/crates.io-index" 1836 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1837 dependencies = [ 1838 "once_cell", 1839 "valuable", ··· 1862 1863 [[package]] 1864 name = "tracing-subscriber" 1865 + version = "0.3.17" 1866 source = "registry+https://github.com/rust-lang/crates.io-index" 1867 + checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 1868 dependencies = [ 1869 "nu-ansi-term", 1870 "sharded-slab", ··· 1896 1897 [[package]] 1898 name = "unicode-ident" 1899 + version = "1.0.9" 1900 source = "registry+https://github.com/rust-lang/crates.io-index" 1901 + checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1902 1903 [[package]] 1904 name = "unicode-normalization" ··· 2005 2006 [[package]] 2007 name = "wasm-bindgen" 2008 + version = "0.2.86" 2009 source = "registry+https://github.com/rust-lang/crates.io-index" 2010 + checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 2011 dependencies = [ 2012 "cfg-if", 2013 "wasm-bindgen-macro", ··· 2015 2016 [[package]] 2017 name = "wasm-bindgen-backend" 2018 + version = "0.2.86" 2019 source = "registry+https://github.com/rust-lang/crates.io-index" 2020 + checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 2021 dependencies = [ 2022 "bumpalo", 2023 "log", 2024 "once_cell", 2025 "proc-macro2", 2026 "quote", 2027 + "syn", 2028 "wasm-bindgen-shared", 2029 ] 2030 2031 [[package]] 2032 name = "wasm-bindgen-futures" 2033 + version = "0.4.36" 2034 source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" 2036 dependencies = [ 2037 "cfg-if", 2038 "js-sys", ··· 2042 2043 [[package]] 2044 name = "wasm-bindgen-macro" 2045 + version = "0.2.86" 2046 source = "registry+https://github.com/rust-lang/crates.io-index" 2047 + checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 2048 dependencies = [ 2049 "quote", 2050 "wasm-bindgen-macro-support", ··· 2052 2053 [[package]] 2054 name = "wasm-bindgen-macro-support" 2055 + version = "0.2.86" 2056 source = "registry+https://github.com/rust-lang/crates.io-index" 2057 + checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 2058 dependencies = [ 2059 "proc-macro2", 2060 "quote", 2061 + "syn", 2062 "wasm-bindgen-backend", 2063 "wasm-bindgen-shared", 2064 ] 2065 2066 [[package]] 2067 name = "wasm-bindgen-shared" 2068 + version = "0.2.86" 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 2070 + checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 2071 2072 [[package]] 2073 name = "web-sys" 2074 + version = "0.3.63" 2075 source = "registry+https://github.com/rust-lang/crates.io-index" 2076 + checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 2077 dependencies = [ 2078 "js-sys", 2079 "wasm-bindgen", ··· 2136 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2137 dependencies = [ 2138 "windows-targets 0.48.0", 2139 ] 2140 2141 [[package]]
+2 -2
pkgs/applications/editors/vim/plugins/vim-clap/default.nix
··· 11 }: 12 13 let 14 - version = "0.44"; 15 16 src = fetchFromGitHub { 17 owner = "liuchengxu"; 18 repo = "vim-clap"; 19 rev = "v${version}"; 20 - hash = "sha256-3kPRntl5tHsITrEJaRRcidowcyMpXDTVV5jFN/GV8Sk="; 21 }; 22 23 meta = with lib; {
··· 11 }: 12 13 let 14 + version = "0.45"; 15 16 src = fetchFromGitHub { 17 owner = "liuchengxu"; 18 repo = "vim-clap"; 19 rev = "v${version}"; 20 + hash = "sha256-espFos1Mrxdq2p+qi0ooTWAV8EgV/lTx9KuP3GkMWos="; 21 }; 22 23 meta = with lib; {