lol

Merge pull request #223171 from marsam/update-millet

millet: 0.8.3 -> 0.8.6

authored by

figsoda and committed by
GitHub
99786967 a694aa44

+105 -72
+102 -69
pkgs/development/tools/language-servers/millet/Cargo.lock
··· 36 36 37 37 [[package]] 38 38 name = "anyhow" 39 - version = "1.0.69" 39 + version = "1.0.70" 40 40 source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 41 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 42 42 43 43 [[package]] 44 44 name = "autocfg" ··· 67 67 [[package]] 68 68 name = "char-name" 69 69 version = "0.1.0" 70 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 70 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 71 71 72 72 [[package]] 73 73 name = "cm-syntax" ··· 83 83 [[package]] 84 84 name = "code-h2-md-map" 85 85 version = "0.1.0" 86 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 86 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 87 87 dependencies = [ 88 88 "fast-hash", 89 89 ] ··· 94 94 dependencies = [ 95 95 "fast-hash", 96 96 "serde", 97 + "sml-path", 97 98 "str-util", 98 99 ] 99 100 ··· 129 130 checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 130 131 dependencies = [ 131 132 "quote", 132 - "syn", 133 + "syn 1.0.109", 133 134 ] 134 135 135 136 [[package]] 136 137 name = "diagnostic-util" 137 138 version = "0.1.0" 138 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 139 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 139 140 dependencies = [ 140 141 "text-pos", 141 142 ] ··· 155 156 [[package]] 156 157 name = "elapsed" 157 158 version = "0.1.0" 158 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 159 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 159 160 dependencies = [ 160 161 "log", 161 162 ] ··· 197 198 [[package]] 198 199 name = "event-parse" 199 200 version = "0.1.0" 200 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 201 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 201 202 dependencies = [ 202 203 "drop_bomb", 203 204 "rowan", ··· 207 208 [[package]] 208 209 name = "fast-hash" 209 210 version = "0.1.0" 210 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 211 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 211 212 dependencies = [ 212 213 "rustc-hash", 213 214 ] ··· 215 216 [[package]] 216 217 name = "fmt-util" 217 218 version = "0.1.0" 218 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 219 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 219 220 220 221 [[package]] 221 222 name = "form_urlencoded" ··· 262 263 [[package]] 263 264 name = "identifier-case" 264 265 version = "0.1.0" 265 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 266 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 266 267 267 268 [[package]] 268 269 name = "idna" ··· 277 278 [[package]] 278 279 name = "idx" 279 280 version = "0.1.0" 280 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 281 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 281 282 282 283 [[package]] 283 284 name = "indexmap" 284 - version = "1.9.2" 285 + version = "1.9.3" 285 286 source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 287 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 287 288 dependencies = [ 288 289 "autocfg", 289 290 "hashbrown", ··· 304 305 "sml-file-syntax", 305 306 "sml-fixity", 306 307 "sml-namespace", 308 + "sml-path", 307 309 "sml-syntax", 308 310 "str-util", 309 311 "text-pos", ··· 314 316 315 317 [[package]] 316 318 name = "io-lifetimes" 317 - version = "1.0.6" 319 + version = "1.0.9" 318 320 source = "registry+https://github.com/rust-lang/crates.io-index" 319 - checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3" 321 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 320 322 dependencies = [ 323 + "hermit-abi", 321 324 "libc", 322 325 "windows-sys", 323 326 ] 324 327 325 328 [[package]] 326 329 name = "is-terminal" 327 - version = "0.4.4" 330 + version = "0.4.5" 328 331 source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" 332 + checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" 330 333 dependencies = [ 331 334 "hermit-abi", 332 335 "io-lifetimes", ··· 551 554 [[package]] 552 555 name = "paths" 553 556 version = "0.1.0" 554 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 557 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 555 558 dependencies = [ 556 559 "fast-hash", 557 560 "glob", ··· 562 565 [[package]] 563 566 name = "pattern-match" 564 567 version = "0.1.0" 565 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 568 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 566 569 dependencies = [ 567 570 "fast-hash", 568 571 ] ··· 593 596 594 597 [[package]] 595 598 name = "proc-macro2" 596 - version = "1.0.51" 599 + version = "1.0.54" 597 600 source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 601 + checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 599 602 dependencies = [ 600 603 "unicode-ident", 601 604 ] ··· 614 617 615 618 [[package]] 616 619 name = "quote" 617 - version = "1.0.23" 620 + version = "1.0.26" 618 621 source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 622 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 620 623 dependencies = [ 621 624 "proc-macro2", 622 625 ] 623 626 624 627 [[package]] 625 628 name = "regex" 626 - version = "1.7.1" 629 + version = "1.7.3" 627 630 source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 631 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 629 632 dependencies = [ 630 633 "aho-corasick", 631 634 "memchr", ··· 634 637 635 638 [[package]] 636 639 name = "regex-syntax" 637 - version = "0.6.28" 640 + version = "0.6.29" 638 641 source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 642 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 640 643 641 644 [[package]] 642 645 name = "rowan" ··· 658 661 659 662 [[package]] 660 663 name = "rustix" 661 - version = "0.36.9" 664 + version = "0.36.11" 662 665 source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc" 666 + checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 664 667 dependencies = [ 665 668 "bitflags", 666 669 "errno", ··· 678 681 679 682 [[package]] 680 683 name = "serde" 681 - version = "1.0.154" 684 + version = "1.0.158" 682 685 source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e" 686 + checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 684 687 dependencies = [ 685 688 "serde_derive", 686 689 ] 687 690 688 691 [[package]] 689 692 name = "serde_derive" 690 - version = "1.0.154" 693 + version = "1.0.158" 691 694 source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217" 695 + checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 693 696 dependencies = [ 694 697 "proc-macro2", 695 698 "quote", 696 - "syn", 699 + "syn 2.0.10", 697 700 ] 698 701 699 702 [[package]] ··· 709 712 710 713 [[package]] 711 714 name = "serde_repr" 712 - version = "0.1.11" 715 + version = "0.1.12" 713 716 source = "registry+https://github.com/rust-lang/crates.io-index" 714 - checksum = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc" 717 + checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 715 718 dependencies = [ 716 719 "proc-macro2", 717 720 "quote", 718 - "syn", 721 + "syn 2.0.10", 719 722 ] 720 723 721 724 [[package]] ··· 771 774 dependencies = [ 772 775 "la-arena", 773 776 "num-bigint", 777 + "sml-path", 774 778 "str-util", 775 779 ] 776 780 ··· 798 802 "lex-util", 799 803 "num-traits", 800 804 "sml-hir", 805 + "sml-path", 801 806 "sml-syntax", 802 807 "str-util", 803 808 ] ··· 828 833 ] 829 834 830 835 [[package]] 836 + name = "sml-path" 837 + version = "0.1.0" 838 + dependencies = [ 839 + "str-util", 840 + ] 841 + 842 + [[package]] 831 843 name = "sml-statics" 832 844 version = "0.1.0" 833 845 dependencies = [ ··· 845 857 "pattern-match", 846 858 "sml-hir", 847 859 "sml-namespace", 860 + "sml-path", 861 + "stack-map", 848 862 "str-util", 849 863 "uniq", 850 864 ] ··· 880 894 ] 881 895 882 896 [[package]] 897 + name = "stack-map" 898 + version = "0.1.0" 899 + dependencies = [ 900 + "fast-hash", 901 + "str-util", 902 + ] 903 + 904 + [[package]] 883 905 name = "str-util" 884 906 version = "0.1.0" 885 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 907 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 886 908 dependencies = [ 887 909 "smol_str", 888 910 ] ··· 899 921 ] 900 922 901 923 [[package]] 924 + name = "syn" 925 + version = "2.0.10" 926 + source = "registry+https://github.com/rust-lang/crates.io-index" 927 + checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40" 928 + dependencies = [ 929 + "proc-macro2", 930 + "quote", 931 + "unicode-ident", 932 + ] 933 + 934 + [[package]] 902 935 name = "syntax-gen" 903 936 version = "0.1.0" 904 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 937 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 905 938 dependencies = [ 906 939 "fast-hash", 907 940 "identifier-case", ··· 947 980 [[package]] 948 981 name = "text-pos" 949 982 version = "0.1.0" 950 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 983 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 951 984 dependencies = [ 952 985 "fast-hash", 953 986 "text-size-util", ··· 962 995 [[package]] 963 996 name = "text-size-util" 964 997 version = "0.1.0" 965 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 998 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 966 999 dependencies = [ 967 1000 "text-size", 968 1001 ] ··· 985 1018 [[package]] 986 1019 name = "token" 987 1020 version = "0.1.0" 988 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 1021 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 989 1022 990 1023 [[package]] 991 1024 name = "toml" 992 - version = "0.7.2" 1025 + version = "0.7.3" 993 1026 source = "registry+https://github.com/rust-lang/crates.io-index" 994 - checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" 1027 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 995 1028 dependencies = [ 996 1029 "serde", 997 1030 "serde_spanned", ··· 1010 1043 1011 1044 [[package]] 1012 1045 name = "toml_edit" 1013 - version = "0.19.4" 1046 + version = "0.19.8" 1014 1047 source = "registry+https://github.com/rust-lang/crates.io-index" 1015 - checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" 1048 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 1016 1049 dependencies = [ 1017 1050 "indexmap", 1018 1051 "serde", ··· 1024 1057 [[package]] 1025 1058 name = "topo-sort" 1026 1059 version = "0.1.0" 1027 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 1060 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 1028 1061 1029 1062 [[package]] 1030 1063 name = "ungrammar" ··· 1043 1076 1044 1077 [[package]] 1045 1078 name = "unicode-bidi" 1046 - version = "0.3.11" 1079 + version = "0.3.13" 1047 1080 source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c" 1081 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1049 1082 1050 1083 [[package]] 1051 1084 name = "unicode-ident" ··· 1071 1104 [[package]] 1072 1105 name = "uniq" 1073 1106 version = "0.1.0" 1074 - source = "git+https://github.com/azdavis/language-util.git#b886fcbd09817b2e8621ae474c3816aa23577c05" 1107 + source = "git+https://github.com/azdavis/language-util.git#9f18d44407b438d5de8f1540963d532cfd8b5587" 1075 1108 1076 1109 [[package]] 1077 1110 name = "url" ··· 1133 1166 1134 1167 [[package]] 1135 1168 name = "windows-targets" 1136 - version = "0.42.1" 1169 + version = "0.42.2" 1137 1170 source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 1171 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1139 1172 dependencies = [ 1140 1173 "windows_aarch64_gnullvm", 1141 1174 "windows_aarch64_msvc", ··· 1148 1181 1149 1182 [[package]] 1150 1183 name = "windows_aarch64_gnullvm" 1151 - version = "0.42.1" 1184 + version = "0.42.2" 1152 1185 source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 1186 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1154 1187 1155 1188 [[package]] 1156 1189 name = "windows_aarch64_msvc" 1157 - version = "0.42.1" 1190 + version = "0.42.2" 1158 1191 source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 1192 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1160 1193 1161 1194 [[package]] 1162 1195 name = "windows_i686_gnu" 1163 - version = "0.42.1" 1196 + version = "0.42.2" 1164 1197 source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 1198 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1166 1199 1167 1200 [[package]] 1168 1201 name = "windows_i686_msvc" 1169 - version = "0.42.1" 1202 + version = "0.42.2" 1170 1203 source = "registry+https://github.com/rust-lang/crates.io-index" 1171 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 1204 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1172 1205 1173 1206 [[package]] 1174 1207 name = "windows_x86_64_gnu" 1175 - version = "0.42.1" 1208 + version = "0.42.2" 1176 1209 source = "registry+https://github.com/rust-lang/crates.io-index" 1177 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 1210 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1178 1211 1179 1212 [[package]] 1180 1213 name = "windows_x86_64_gnullvm" 1181 - version = "0.42.1" 1214 + version = "0.42.2" 1182 1215 source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 1216 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1184 1217 1185 1218 [[package]] 1186 1219 name = "windows_x86_64_msvc" 1187 - version = "0.42.1" 1220 + version = "0.42.2" 1188 1221 source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 1222 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1190 1223 1191 1224 [[package]] 1192 1225 name = "winnow" 1193 - version = "0.3.5" 1226 + version = "0.4.1" 1194 1227 source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f" 1228 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 1196 1229 dependencies = [ 1197 1230 "memchr", 1198 1231 ]
+3 -3
pkgs/development/tools/language-servers/millet/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "millet"; 5 - version = "0.8.3"; 5 + version = "0.8.6"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "azdavis"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-b5zb0sDya/58kEEgqWqu4u6Xo61sq8Le0F3Z1Q3dBdk="; 11 + hash = "sha256-TWxhppR3G1u3YkyeIHKBWprqOn22YhRIORkAVaFR/RY="; 12 12 }; 13 13 14 14 cargoLock = { 15 15 lockFile = ./Cargo.lock; 16 16 outputHashes = { 17 - "char-name-0.1.0" = "sha256-mQU6kmVizJJTb3JF61YWUVZqSeGSs6PluCF32y/uov8="; 17 + "char-name-0.1.0" = "sha256-4DX/o1CjZ08mDXXPy87GNXiikP9L9nyhR7qYzCPVtAY="; 18 18 "rowan-0.15.10" = "sha256-yOaUq2tQEiNgQB7qB8fFzfnwUWagu72MIPHmaTX0B0Y="; 19 19 "sml-libs-0.1.0" = "sha256-6jbRMqlW5sL0x0i4qatduXvLHhrkUE7gsSwC6JYwiHQ="; 20 20 };