lol

cotton: unstable-2023-08-09 -> unstable-2023-09-13

Diff: https://github.com/danielhuang/cotton/compare/04e2dfd123f7af6e78e3ce86b2fc04ca4c754cdc...df9d79a4b0bc4b140e87ddd7795924a93775a864

figsoda 175f40e5 dc32d28c

+119 -290
+116 -287
pkgs/development/tools/cotton/Cargo.lock
··· 34 34 35 35 [[package]] 36 36 name = "anstream" 37 - version = "0.3.0" 37 + version = "0.5.0" 38 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" 39 + checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" 40 40 dependencies = [ 41 41 "anstyle", 42 42 "anstyle-parse", 43 43 "anstyle-query", 44 44 "anstyle-wincon", 45 45 "colorchoice", 46 - "is-terminal", 47 46 "utf8parse", 48 47 ] 49 48 ··· 68 67 source = "registry+https://github.com/rust-lang/crates.io-index" 69 68 checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 70 69 dependencies = [ 71 - "windows-sys 0.48.0", 70 + "windows-sys", 72 71 ] 73 72 74 73 [[package]] 75 74 name = "anstyle-wincon" 76 - version = "1.0.0" 75 + version = "2.1.0" 77 76 source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" 77 + checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" 79 78 dependencies = [ 80 79 "anstyle", 81 - "windows-sys 0.48.0", 80 + "windows-sys", 82 81 ] 83 82 84 83 [[package]] 85 84 name = "async-compression" 86 - version = "0.4.1" 85 + version = "0.4.3" 87 86 source = "registry+https://github.com/rust-lang/crates.io-index" 88 - checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6" 87 + checksum = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c" 89 88 dependencies = [ 90 89 "brotli", 91 90 "flate2", ··· 97 96 98 97 [[package]] 99 98 name = "async-recursion" 100 - version = "1.0.4" 99 + version = "1.0.5" 101 100 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 101 + checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 103 102 dependencies = [ 104 103 "proc-macro2", 105 104 "quote", ··· 157 156 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 158 157 159 158 [[package]] 159 + name = "bitflags" 160 + version = "2.4.0" 161 + source = "registry+https://github.com/rust-lang/crates.io-index" 162 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 163 + 164 + [[package]] 160 165 name = "brotli" 161 166 version = "3.3.4" 162 167 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 254 259 255 260 [[package]] 256 261 name = "clap" 257 - version = "4.3.21" 262 + version = "4.4.3" 258 263 source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" 264 + checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" 260 265 dependencies = [ 261 266 "clap_builder", 262 267 "clap_derive", 263 - "once_cell", 264 268 ] 265 269 266 270 [[package]] 267 271 name = "clap_builder" 268 - version = "4.3.21" 272 + version = "4.4.2" 269 273 source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" 274 + checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" 271 275 dependencies = [ 272 276 "anstream", 273 277 "anstyle", ··· 277 281 278 282 [[package]] 279 283 name = "clap_derive" 280 - version = "4.3.12" 284 + version = "4.4.2" 281 285 source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" 286 + checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" 283 287 dependencies = [ 284 288 "heck", 285 289 "proc-macro2", ··· 463 467 464 468 [[package]] 465 469 name = "dashmap" 466 - version = "5.5.0" 470 + version = "5.5.3" 467 471 source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" 472 + checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 469 473 dependencies = [ 470 474 "cfg-if", 471 475 "hashbrown 0.14.0", ··· 522 526 523 527 [[package]] 524 528 name = "errno" 525 - version = "0.3.0" 529 + version = "0.3.3" 526 530 source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 531 + checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" 528 532 dependencies = [ 529 533 "errno-dragonfly", 530 534 "libc", 531 - "windows-sys 0.45.0", 535 + "windows-sys", 532 536 ] 533 537 534 538 [[package]] ··· 562 566 563 567 [[package]] 564 568 name = "filetime" 565 - version = "0.2.17" 569 + version = "0.2.22" 566 570 source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c" 571 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 568 572 dependencies = [ 569 573 "cfg-if", 570 574 "libc", 571 - "redox_syscall 0.2.13", 572 - "windows-sys 0.36.1", 575 + "redox_syscall 0.3.5", 576 + "windows-sys", 573 577 ] 574 578 575 579 [[package]] ··· 584 588 585 589 [[package]] 586 590 name = "flume" 587 - version = "0.10.14" 591 + version = "0.11.0" 588 592 source = "registry+https://github.com/rust-lang/crates.io-index" 589 - checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 593 + checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 590 594 dependencies = [ 591 595 "futures-core", 592 596 "futures-sink", 593 597 "nanorand", 594 - "pin-project", 595 - "spin 0.9.4", 598 + "spin 0.9.8", 596 599 ] 597 600 598 601 [[package]] ··· 744 747 745 748 [[package]] 746 749 name = "h2" 747 - version = "0.3.13" 750 + version = "0.3.21" 748 751 source = "registry+https://github.com/rust-lang/crates.io-index" 749 - checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 752 + checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 750 753 dependencies = [ 751 754 "bytes", 752 755 "fnv", ··· 795 798 ] 796 799 797 800 [[package]] 798 - name = "hermit-abi" 799 - version = "0.3.1" 801 + name = "home" 802 + version = "0.5.5" 800 803 source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 804 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 805 + dependencies = [ 806 + "windows-sys", 807 + ] 802 808 803 809 [[package]] 804 810 name = "hostname" ··· 835 841 836 842 [[package]] 837 843 name = "httparse" 838 - version = "1.7.1" 844 + version = "1.8.0" 839 845 source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" 846 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 841 847 842 848 [[package]] 843 849 name = "httpdate" ··· 847 853 848 854 [[package]] 849 855 name = "hyper" 850 - version = "0.14.20" 856 + version = "0.14.27" 851 857 source = "registry+https://github.com/rust-lang/crates.io-index" 852 - checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 858 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 853 859 dependencies = [ 854 860 "bytes", 855 861 "futures-channel", ··· 955 961 source = "registry+https://github.com/rust-lang/crates.io-index" 956 962 checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 957 963 dependencies = [ 958 - "bitflags", 964 + "bitflags 1.3.2", 959 965 "inotify-sys", 960 966 "libc", 961 967 ] ··· 979 985 ] 980 986 981 987 [[package]] 982 - name = "io-lifetimes" 983 - version = "1.0.1" 984 - source = "registry+https://github.com/rust-lang/crates.io-index" 985 - checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87" 986 - dependencies = [ 987 - "libc", 988 - "windows-sys 0.42.0", 989 - ] 990 - 991 - [[package]] 992 988 name = "ipconfig" 993 989 version = "0.3.0" 994 990 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1007 1003 checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 1008 1004 1009 1005 [[package]] 1010 - name = "is-terminal" 1011 - version = "0.4.6" 1012 - source = "registry+https://github.com/rust-lang/crates.io-index" 1013 - checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" 1014 - dependencies = [ 1015 - "hermit-abi 0.3.1", 1016 - "io-lifetimes", 1017 - "rustix", 1018 - "windows-sys 0.45.0", 1019 - ] 1020 - 1021 - [[package]] 1022 1006 name = "itertools" 1023 1007 version = "0.11.0" 1024 1008 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1058 1042 source = "registry+https://github.com/rust-lang/crates.io-index" 1059 1043 checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 1060 1044 dependencies = [ 1061 - "bitflags", 1045 + "bitflags 1.3.2", 1062 1046 "libc", 1063 1047 ] 1064 1048 ··· 1076 1060 1077 1061 [[package]] 1078 1062 name = "libmimalloc-sys" 1079 - version = "0.1.33" 1063 + version = "0.1.34" 1080 1064 source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 1065 + checksum = "25d058a81af0d1c22d7a1c948576bee6d673f7af3c0f35564abd6c81122f513d" 1082 1066 dependencies = [ 1083 1067 "cc", 1084 1068 "libc", ··· 1092 1076 1093 1077 [[package]] 1094 1078 name = "linux-raw-sys" 1095 - version = "0.3.0" 1079 + version = "0.4.5" 1096 1080 source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" 1081 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 1098 1082 1099 1083 [[package]] 1100 1084 name = "lock_api" ··· 1184 1168 1185 1169 [[package]] 1186 1170 name = "mimalloc" 1187 - version = "0.1.37" 1171 + version = "0.1.38" 1188 1172 source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 1173 + checksum = "972e5f23f6716f62665760b0f4cbf592576a80c7b879ba9beaafc0e558894127" 1190 1174 dependencies = [ 1191 1175 "libmimalloc-sys", 1192 1176 ] ··· 1221 1205 "libc", 1222 1206 "log", 1223 1207 "wasi", 1224 - "windows-sys 0.48.0", 1208 + "windows-sys", 1225 1209 ] 1226 1210 1227 1211 [[package]] ··· 1248 1232 source = "registry+https://github.com/rust-lang/crates.io-index" 1249 1233 checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 1250 1234 dependencies = [ 1251 - "bitflags", 1235 + "bitflags 1.3.2", 1252 1236 "cfg-if", 1253 1237 "libc", 1254 1238 "memoffset", ··· 1280 1264 1281 1265 [[package]] 1282 1266 name = "notify" 1283 - version = "6.0.1" 1267 + version = "6.1.1" 1284 1268 source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" 1269 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 1286 1270 dependencies = [ 1287 - "bitflags", 1271 + "bitflags 2.4.0", 1288 1272 "crossbeam-channel", 1289 1273 "filetime", 1290 1274 "fsevent-sys", 1291 1275 "inotify", 1292 1276 "kqueue", 1293 1277 "libc", 1278 + "log", 1294 1279 "mio", 1295 1280 "walkdir", 1296 - "windows-sys 0.45.0", 1281 + "windows-sys", 1297 1282 ] 1298 1283 1299 1284 [[package]] ··· 1312 1297 source = "registry+https://github.com/rust-lang/crates.io-index" 1313 1298 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 1314 1299 dependencies = [ 1315 - "hermit-abi 0.1.19", 1300 + "hermit-abi", 1316 1301 "libc", 1317 1302 ] 1318 1303 ··· 1375 1360 "libc", 1376 1361 "redox_syscall 0.3.5", 1377 1362 "smallvec", 1378 - "windows-targets 0.48.0", 1363 + "windows-targets", 1379 1364 ] 1380 1365 1381 1366 [[package]] ··· 1385 1370 checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1386 1371 1387 1372 [[package]] 1388 - name = "pin-project" 1389 - version = "1.0.12" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 1392 - dependencies = [ 1393 - "pin-project-internal", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "pin-project-internal" 1398 - version = "1.0.12" 1399 - source = "registry+https://github.com/rust-lang/crates.io-index" 1400 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 1401 - dependencies = [ 1402 - "proc-macro2", 1403 - "quote", 1404 - "syn 1.0.104", 1405 - ] 1406 - 1407 - [[package]] 1408 1373 name = "pin-project-lite" 1409 1374 version = "0.2.11" 1410 1375 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1488 1453 source = "registry+https://github.com/rust-lang/crates.io-index" 1489 1454 checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" 1490 1455 dependencies = [ 1491 - "bitflags", 1456 + "bitflags 1.3.2", 1492 1457 ] 1493 1458 1494 1459 [[package]] ··· 1497 1462 source = "registry+https://github.com/rust-lang/crates.io-index" 1498 1463 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1499 1464 dependencies = [ 1500 - "bitflags", 1465 + "bitflags 1.3.2", 1501 1466 ] 1502 1467 1503 1468 [[package]] ··· 1526 1491 1527 1492 [[package]] 1528 1493 name = "reqwest" 1529 - version = "0.11.18" 1494 + version = "0.11.20" 1530 1495 source = "registry+https://github.com/rust-lang/crates.io-index" 1531 - checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 1496 + checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" 1532 1497 dependencies = [ 1533 1498 "async-compression", 1534 1499 "base64 0.21.0", ··· 1564 1529 "wasm-streams", 1565 1530 "web-sys", 1566 1531 "webpki-roots", 1567 - "winreg 0.10.1", 1532 + "winreg 0.50.0", 1568 1533 ] 1569 1534 1570 1535 [[package]] ··· 1606 1571 1607 1572 [[package]] 1608 1573 name = "rustix" 1609 - version = "0.37.4" 1574 + version = "0.38.11" 1610 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1611 - checksum = "c348b5dc624ecee40108aa2922fed8bad89d7fcc2b9f8cb18f632898ac4a37f9" 1576 + checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453" 1612 1577 dependencies = [ 1613 - "bitflags", 1578 + "bitflags 2.4.0", 1614 1579 "errno", 1615 - "io-lifetimes", 1616 1580 "libc", 1617 1581 "linux-raw-sys", 1618 - "windows-sys 0.45.0", 1582 + "windows-sys", 1619 1583 ] 1620 1584 1621 1585 [[package]] 1622 1586 name = "rustls" 1623 - version = "0.21.1" 1587 + version = "0.21.6" 1624 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e" 1589 + checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" 1626 1590 dependencies = [ 1627 1591 "log", 1628 1592 "ring", ··· 1641 1605 1642 1606 [[package]] 1643 1607 name = "rustls-webpki" 1644 - version = "0.100.1" 1608 + version = "0.101.3" 1645 1609 source = "registry+https://github.com/rust-lang/crates.io-index" 1646 - checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" 1610 + checksum = "261e9e0888cba427c3316e6322805653c9425240b6fd96cee7cb671ab70ab8d0" 1647 1611 dependencies = [ 1648 1612 "ring", 1649 1613 "untrusted", ··· 1688 1652 1689 1653 [[package]] 1690 1654 name = "serde" 1691 - version = "1.0.183" 1655 + version = "1.0.188" 1692 1656 source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c" 1657 + checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 1694 1658 dependencies = [ 1695 1659 "serde_derive", 1696 1660 ] 1697 1661 1698 1662 [[package]] 1699 1663 name = "serde_derive" 1700 - version = "1.0.183" 1664 + version = "1.0.188" 1701 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1702 - checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816" 1666 + checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 1703 1667 dependencies = [ 1704 1668 "proc-macro2", 1705 1669 "quote", ··· 1708 1672 1709 1673 [[package]] 1710 1674 name = "serde_json" 1711 - version = "1.0.104" 1675 + version = "1.0.106" 1712 1676 source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" 1677 + checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" 1714 1678 dependencies = [ 1715 1679 "indexmap 2.0.0", 1716 1680 "itoa", ··· 1799 1763 checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 1800 1764 dependencies = [ 1801 1765 "libc", 1802 - "windows-sys 0.48.0", 1766 + "windows-sys", 1803 1767 ] 1804 1768 1805 1769 [[package]] ··· 1810 1774 1811 1775 [[package]] 1812 1776 name = "spin" 1813 - version = "0.9.4" 1777 + version = "0.9.8" 1814 1778 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" 1779 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1816 1780 dependencies = [ 1817 1781 "lock_api", 1818 1782 ] ··· 1913 1877 1914 1878 [[package]] 1915 1879 name = "tokio" 1916 - version = "1.30.0" 1880 + version = "1.32.0" 1917 1881 source = "registry+https://github.com/rust-lang/crates.io-index" 1918 - checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd" 1882 + checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 1919 1883 dependencies = [ 1920 1884 "backtrace", 1921 1885 "bytes", ··· 1927 1891 "signal-hook-registry", 1928 1892 "socket2 0.5.3", 1929 1893 "tokio-macros", 1930 - "windows-sys 0.48.0", 1894 + "windows-sys", 1931 1895 ] 1932 1896 1933 1897 [[package]] ··· 1993 1957 1994 1958 [[package]] 1995 1959 name = "toml" 1996 - version = "0.7.6" 1960 + version = "0.8.0" 1997 1961 source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 1962 + checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e" 1999 1963 dependencies = [ 2000 1964 "serde", 2001 1965 "serde_spanned", ··· 2014 1978 2015 1979 [[package]] 2016 1980 name = "toml_edit" 2017 - version = "0.19.12" 1981 + version = "0.20.0" 2018 1982 source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" 1983 + checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" 2020 1984 dependencies = [ 2021 1985 "indexmap 2.0.0", 2022 1986 "serde", ··· 2188 2152 2189 2153 [[package]] 2190 2154 name = "url" 2191 - version = "2.4.0" 2155 + version = "2.4.1" 2192 2156 source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 2157 + checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 2194 2158 dependencies = [ 2195 2159 "form_urlencoded", 2196 2160 "idna 0.4.0", ··· 2311 2275 2312 2276 [[package]] 2313 2277 name = "wasm-streams" 2314 - version = "0.2.3" 2278 + version = "0.3.0" 2315 2279 source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" 2280 + checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7" 2317 2281 dependencies = [ 2318 2282 "futures-util", 2319 2283 "js-sys", ··· 2333 2297 ] 2334 2298 2335 2299 [[package]] 2336 - name = "webpki" 2337 - version = "0.22.0" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 2340 - dependencies = [ 2341 - "ring", 2342 - "untrusted", 2343 - ] 2344 - 2345 - [[package]] 2346 2300 name = "webpki-roots" 2347 - version = "0.22.4" 2301 + version = "0.25.2" 2348 2302 source = "registry+https://github.com/rust-lang/crates.io-index" 2349 - checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 2350 - dependencies = [ 2351 - "webpki", 2352 - ] 2303 + checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 2353 2304 2354 2305 [[package]] 2355 2306 name = "which" 2356 - version = "4.4.0" 2307 + version = "4.4.2" 2357 2308 source = "registry+https://github.com/rust-lang/crates.io-index" 2358 - checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 2309 + checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 2359 2310 dependencies = [ 2360 2311 "either", 2361 - "libc", 2312 + "home", 2362 2313 "once_cell", 2314 + "rustix", 2363 2315 ] 2364 2316 2365 2317 [[package]] ··· 2401 2353 2402 2354 [[package]] 2403 2355 name = "windows-sys" 2404 - version = "0.36.1" 2405 - source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 2407 - dependencies = [ 2408 - "windows_aarch64_msvc 0.36.1", 2409 - "windows_i686_gnu 0.36.1", 2410 - "windows_i686_msvc 0.36.1", 2411 - "windows_x86_64_gnu 0.36.1", 2412 - "windows_x86_64_msvc 0.36.1", 2413 - ] 2414 - 2415 - [[package]] 2416 - name = "windows-sys" 2417 - version = "0.42.0" 2418 - source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2420 - dependencies = [ 2421 - "windows_aarch64_gnullvm 0.42.1", 2422 - "windows_aarch64_msvc 0.42.1", 2423 - "windows_i686_gnu 0.42.1", 2424 - "windows_i686_msvc 0.42.1", 2425 - "windows_x86_64_gnu 0.42.1", 2426 - "windows_x86_64_gnullvm 0.42.1", 2427 - "windows_x86_64_msvc 0.42.1", 2428 - ] 2429 - 2430 - [[package]] 2431 - name = "windows-sys" 2432 - version = "0.45.0" 2433 - source = "registry+https://github.com/rust-lang/crates.io-index" 2434 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2435 - dependencies = [ 2436 - "windows-targets 0.42.1", 2437 - ] 2438 - 2439 - [[package]] 2440 - name = "windows-sys" 2441 2356 version = "0.48.0" 2442 2357 source = "registry+https://github.com/rust-lang/crates.io-index" 2443 2358 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2444 2359 dependencies = [ 2445 - "windows-targets 0.48.0", 2446 - ] 2447 - 2448 - [[package]] 2449 - name = "windows-targets" 2450 - version = "0.42.1" 2451 - source = "registry+https://github.com/rust-lang/crates.io-index" 2452 - checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 2453 - dependencies = [ 2454 - "windows_aarch64_gnullvm 0.42.1", 2455 - "windows_aarch64_msvc 0.42.1", 2456 - "windows_i686_gnu 0.42.1", 2457 - "windows_i686_msvc 0.42.1", 2458 - "windows_x86_64_gnu 0.42.1", 2459 - "windows_x86_64_gnullvm 0.42.1", 2460 - "windows_x86_64_msvc 0.42.1", 2360 + "windows-targets", 2461 2361 ] 2462 2362 2463 2363 [[package]] ··· 2466 2366 source = "registry+https://github.com/rust-lang/crates.io-index" 2467 2367 checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2468 2368 dependencies = [ 2469 - "windows_aarch64_gnullvm 0.48.0", 2470 - "windows_aarch64_msvc 0.48.0", 2471 - "windows_i686_gnu 0.48.0", 2472 - "windows_i686_msvc 0.48.0", 2473 - "windows_x86_64_gnu 0.48.0", 2474 - "windows_x86_64_gnullvm 0.48.0", 2475 - "windows_x86_64_msvc 0.48.0", 2369 + "windows_aarch64_gnullvm", 2370 + "windows_aarch64_msvc", 2371 + "windows_i686_gnu", 2372 + "windows_i686_msvc", 2373 + "windows_x86_64_gnu", 2374 + "windows_x86_64_gnullvm", 2375 + "windows_x86_64_msvc", 2476 2376 ] 2477 2377 2478 2378 [[package]] 2479 2379 name = "windows_aarch64_gnullvm" 2480 - version = "0.42.1" 2481 - source = "registry+https://github.com/rust-lang/crates.io-index" 2482 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 2483 - 2484 - [[package]] 2485 - name = "windows_aarch64_gnullvm" 2486 2380 version = "0.48.0" 2487 2381 source = "registry+https://github.com/rust-lang/crates.io-index" 2488 2382 checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2489 2383 2490 2384 [[package]] 2491 2385 name = "windows_aarch64_msvc" 2492 - version = "0.36.1" 2493 - source = "registry+https://github.com/rust-lang/crates.io-index" 2494 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 2495 - 2496 - [[package]] 2497 - name = "windows_aarch64_msvc" 2498 - version = "0.42.1" 2499 - source = "registry+https://github.com/rust-lang/crates.io-index" 2500 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 2501 - 2502 - [[package]] 2503 - name = "windows_aarch64_msvc" 2504 2386 version = "0.48.0" 2505 2387 source = "registry+https://github.com/rust-lang/crates.io-index" 2506 2388 checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2507 2389 2508 2390 [[package]] 2509 2391 name = "windows_i686_gnu" 2510 - version = "0.36.1" 2511 - source = "registry+https://github.com/rust-lang/crates.io-index" 2512 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 2513 - 2514 - [[package]] 2515 - name = "windows_i686_gnu" 2516 - version = "0.42.1" 2517 - source = "registry+https://github.com/rust-lang/crates.io-index" 2518 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 2519 - 2520 - [[package]] 2521 - name = "windows_i686_gnu" 2522 2392 version = "0.48.0" 2523 2393 source = "registry+https://github.com/rust-lang/crates.io-index" 2524 2394 checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2525 2395 2526 2396 [[package]] 2527 2397 name = "windows_i686_msvc" 2528 - version = "0.36.1" 2529 - source = "registry+https://github.com/rust-lang/crates.io-index" 2530 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 2531 - 2532 - [[package]] 2533 - name = "windows_i686_msvc" 2534 - version = "0.42.1" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 2537 - 2538 - [[package]] 2539 - name = "windows_i686_msvc" 2540 2398 version = "0.48.0" 2541 2399 source = "registry+https://github.com/rust-lang/crates.io-index" 2542 2400 checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2543 2401 2544 2402 [[package]] 2545 2403 name = "windows_x86_64_gnu" 2546 - version = "0.36.1" 2547 - source = "registry+https://github.com/rust-lang/crates.io-index" 2548 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 2549 - 2550 - [[package]] 2551 - name = "windows_x86_64_gnu" 2552 - version = "0.42.1" 2553 - source = "registry+https://github.com/rust-lang/crates.io-index" 2554 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 2555 - 2556 - [[package]] 2557 - name = "windows_x86_64_gnu" 2558 2404 version = "0.48.0" 2559 2405 source = "registry+https://github.com/rust-lang/crates.io-index" 2560 2406 checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2561 2407 2562 2408 [[package]] 2563 2409 name = "windows_x86_64_gnullvm" 2564 - version = "0.42.1" 2565 - source = "registry+https://github.com/rust-lang/crates.io-index" 2566 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 2567 - 2568 - [[package]] 2569 - name = "windows_x86_64_gnullvm" 2570 2410 version = "0.48.0" 2571 2411 source = "registry+https://github.com/rust-lang/crates.io-index" 2572 2412 checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2573 2413 2574 2414 [[package]] 2575 2415 name = "windows_x86_64_msvc" 2576 - version = "0.36.1" 2577 - source = "registry+https://github.com/rust-lang/crates.io-index" 2578 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 2579 - 2580 - [[package]] 2581 - name = "windows_x86_64_msvc" 2582 - version = "0.42.1" 2583 - source = "registry+https://github.com/rust-lang/crates.io-index" 2584 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 2585 - 2586 - [[package]] 2587 - name = "windows_x86_64_msvc" 2588 2416 version = "0.48.0" 2589 2417 source = "registry+https://github.com/rust-lang/crates.io-index" 2590 2418 checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2591 2419 2592 2420 [[package]] 2593 2421 name = "winnow" 2594 - version = "0.4.6" 2422 + version = "0.5.15" 2595 2423 source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 2424 + checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 2597 2425 dependencies = [ 2598 2426 "memchr", 2599 2427 ] ··· 2609 2437 2610 2438 [[package]] 2611 2439 name = "winreg" 2612 - version = "0.10.1" 2440 + version = "0.50.0" 2613 2441 source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 2442 + checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2615 2443 dependencies = [ 2616 - "winapi", 2444 + "cfg-if", 2445 + "windows-sys", 2617 2446 ] 2618 2447 2619 2448 [[package]]
+3 -3
pkgs/development/tools/cotton/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "cotton"; 10 - version = "unstable-2023-08-09"; 10 + version = "unstable-2023-09-13"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "danielhuang"; 14 14 repo = pname; 15 - rev = "04e2dfd123f7af6e78e3ce86b2fc04ca4c754cdc"; 16 - sha256 = "sha256-+HOuQyGkyS7oG0I0DkFGl+6YIDpV4GCCgC+a5Jwo4fw="; 15 + rev = "df9d79a4b0bc4b140e87ddd7795924a93775a864"; 16 + sha256 = "sha256-ZMQaVMH8cuOb4PQ19g0pAFAMwP8bR60+eWFhiXk1bYE="; 17 17 }; 18 18 19 19 cargoLock = {