diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 149 |
1 files changed, 86 insertions, 63 deletions
@@ -60,9 +60,9 @@ dependencies = [ | |||
60 | 60 | ||
61 | [[package]] | 61 | [[package]] |
62 | name = "base64" | 62 | name = "base64" |
63 | version = "0.13.1" | 63 | version = "0.21.0" |
64 | source = "registry+https://github.com/rust-lang/crates.io-index" | 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
65 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" | 65 | checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
66 | 66 | ||
67 | [[package]] | 67 | [[package]] |
68 | name = "bitflags" | 68 | name = "bitflags" |
@@ -72,9 +72,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |||
72 | 72 | ||
73 | [[package]] | 73 | [[package]] |
74 | name = "bumpalo" | 74 | name = "bumpalo" |
75 | version = "3.11.1" | 75 | version = "3.12.0" |
76 | source = "registry+https://github.com/rust-lang/crates.io-index" | 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
77 | checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" | 77 | checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
78 | 78 | ||
79 | [[package]] | 79 | [[package]] |
80 | name = "bytes" | 80 | name = "bytes" |
@@ -84,9 +84,9 @@ checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" | |||
84 | 84 | ||
85 | [[package]] | 85 | [[package]] |
86 | name = "cc" | 86 | name = "cc" |
87 | version = "1.0.78" | 87 | version = "1.0.79" |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" | 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
89 | checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d" | 89 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
90 | 90 | ||
91 | [[package]] | 91 | [[package]] |
92 | name = "cfg-if" | 92 | name = "cfg-if" |
@@ -137,9 +137,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" | |||
137 | 137 | ||
138 | [[package]] | 138 | [[package]] |
139 | name = "cxx" | 139 | name = "cxx" |
140 | version = "1.0.86" | 140 | version = "1.0.88" |
141 | source = "registry+https://github.com/rust-lang/crates.io-index" | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
142 | checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579" | 142 | checksum = "322296e2f2e5af4270b54df9e85a02ff037e271af20ba3e7fe1575515dc840b8" |
143 | dependencies = [ | 143 | dependencies = [ |
144 | "cc", | 144 | "cc", |
145 | "cxxbridge-flags", | 145 | "cxxbridge-flags", |
@@ -149,9 +149,9 @@ dependencies = [ | |||
149 | 149 | ||
150 | [[package]] | 150 | [[package]] |
151 | name = "cxx-build" | 151 | name = "cxx-build" |
152 | version = "1.0.86" | 152 | version = "1.0.88" |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" | 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
154 | checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70" | 154 | checksum = "017a1385b05d631e7875b1f151c9f012d37b53491e2a87f65bff5c262b2111d8" |
155 | dependencies = [ | 155 | dependencies = [ |
156 | "cc", | 156 | "cc", |
157 | "codespan-reporting", | 157 | "codespan-reporting", |
@@ -164,15 +164,15 @@ dependencies = [ | |||
164 | 164 | ||
165 | [[package]] | 165 | [[package]] |
166 | name = "cxxbridge-flags" | 166 | name = "cxxbridge-flags" |
167 | version = "1.0.86" | 167 | version = "1.0.88" |
168 | source = "registry+https://github.com/rust-lang/crates.io-index" | 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
169 | checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c" | 169 | checksum = "c26bbb078acf09bc1ecda02d4223f03bdd28bd4874edcb0379138efc499ce971" |
170 | 170 | ||
171 | [[package]] | 171 | [[package]] |
172 | name = "cxxbridge-macro" | 172 | name = "cxxbridge-macro" |
173 | version = "1.0.86" | 173 | version = "1.0.88" |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
175 | checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5" | 175 | checksum = "357f40d1f06a24b60ae1fe122542c1fb05d28d32acb2aed064e84bc2ad1e252e" |
176 | dependencies = [ | 176 | dependencies = [ |
177 | "proc-macro2", | 177 | "proc-macro2", |
178 | "quote", | 178 | "quote", |
@@ -271,24 +271,30 @@ dependencies = [ | |||
271 | 271 | ||
272 | [[package]] | 272 | [[package]] |
273 | name = "futures-channel" | 273 | name = "futures-channel" |
274 | version = "0.3.25" | 274 | version = "0.3.26" |
275 | source = "registry+https://github.com/rust-lang/crates.io-index" | 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
276 | checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" | 276 | checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" |
277 | dependencies = [ | 277 | dependencies = [ |
278 | "futures-core", | 278 | "futures-core", |
279 | ] | 279 | ] |
280 | 280 | ||
281 | [[package]] | 281 | [[package]] |
282 | name = "futures-core" | 282 | name = "futures-core" |
283 | version = "0.3.25" | 283 | version = "0.3.26" |
284 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
285 | checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" | ||
286 | |||
287 | [[package]] | ||
288 | name = "futures-io" | ||
289 | version = "0.3.26" | ||
284 | source = "registry+https://github.com/rust-lang/crates.io-index" | 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
285 | checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" | 291 | checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" |
286 | 292 | ||
287 | [[package]] | 293 | [[package]] |
288 | name = "futures-macro" | 294 | name = "futures-macro" |
289 | version = "0.3.25" | 295 | version = "0.3.26" |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" | 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
291 | checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" | 297 | checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" |
292 | dependencies = [ | 298 | dependencies = [ |
293 | "proc-macro2", | 299 | "proc-macro2", |
294 | "quote", | 300 | "quote", |
@@ -297,25 +303,28 @@ dependencies = [ | |||
297 | 303 | ||
298 | [[package]] | 304 | [[package]] |
299 | name = "futures-sink" | 305 | name = "futures-sink" |
300 | version = "0.3.25" | 306 | version = "0.3.26" |
301 | source = "registry+https://github.com/rust-lang/crates.io-index" | 307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
302 | checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" | 308 | checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" |
303 | 309 | ||
304 | [[package]] | 310 | [[package]] |
305 | name = "futures-task" | 311 | name = "futures-task" |
306 | version = "0.3.25" | 312 | version = "0.3.26" |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
308 | checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" | 314 | checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" |
309 | 315 | ||
310 | [[package]] | 316 | [[package]] |
311 | name = "futures-util" | 317 | name = "futures-util" |
312 | version = "0.3.25" | 318 | version = "0.3.26" |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | 319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
314 | checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" | 320 | checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" |
315 | dependencies = [ | 321 | dependencies = [ |
316 | "futures-core", | 322 | "futures-core", |
323 | "futures-io", | ||
317 | "futures-macro", | 324 | "futures-macro", |
325 | "futures-sink", | ||
318 | "futures-task", | 326 | "futures-task", |
327 | "memchr", | ||
319 | "pin-project-lite", | 328 | "pin-project-lite", |
320 | "pin-utils", | 329 | "pin-utils", |
321 | "slab", | 330 | "slab", |
@@ -334,9 +343,9 @@ dependencies = [ | |||
334 | 343 | ||
335 | [[package]] | 344 | [[package]] |
336 | name = "gimli" | 345 | name = "gimli" |
337 | version = "0.27.0" | 346 | version = "0.27.1" |
338 | source = "registry+https://github.com/rust-lang/crates.io-index" | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
339 | checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" | 348 | checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec" |
340 | 349 | ||
341 | [[package]] | 350 | [[package]] |
342 | name = "h2" | 351 | name = "h2" |
@@ -615,7 +624,7 @@ dependencies = [ | |||
615 | 624 | ||
616 | [[package]] | 625 | [[package]] |
617 | name = "modlist" | 626 | name = "modlist" |
618 | version = "0.9.0" | 627 | version = "0.10.0" |
619 | dependencies = [ | 628 | dependencies = [ |
620 | "chrono", | 629 | "chrono", |
621 | "dirs", | 630 | "dirs", |
@@ -678,9 +687,9 @@ dependencies = [ | |||
678 | 687 | ||
679 | [[package]] | 688 | [[package]] |
680 | name = "object" | 689 | name = "object" |
681 | version = "0.30.2" | 690 | version = "0.30.3" |
682 | source = "registry+https://github.com/rust-lang/crates.io-index" | 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
683 | checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83" | 692 | checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" |
684 | dependencies = [ | 693 | dependencies = [ |
685 | "memchr", | 694 | "memchr", |
686 | ] | 695 | ] |
@@ -748,9 +757,9 @@ dependencies = [ | |||
748 | 757 | ||
749 | [[package]] | 758 | [[package]] |
750 | name = "parking_lot_core" | 759 | name = "parking_lot_core" |
751 | version = "0.9.5" | 760 | version = "0.9.6" |
752 | source = "registry+https://github.com/rust-lang/crates.io-index" | 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
753 | checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba" | 762 | checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf" |
754 | dependencies = [ | 763 | dependencies = [ |
755 | "cfg-if", | 764 | "cfg-if", |
756 | "libc", | 765 | "libc", |
@@ -785,9 +794,9 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" | |||
785 | 794 | ||
786 | [[package]] | 795 | [[package]] |
787 | name = "proc-macro2" | 796 | name = "proc-macro2" |
788 | version = "1.0.49" | 797 | version = "1.0.50" |
789 | source = "registry+https://github.com/rust-lang/crates.io-index" | 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
790 | checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" | 799 | checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2" |
791 | dependencies = [ | 800 | dependencies = [ |
792 | "unicode-ident", | 801 | "unicode-ident", |
793 | ] | 802 | ] |
@@ -832,9 +841,9 @@ dependencies = [ | |||
832 | 841 | ||
833 | [[package]] | 842 | [[package]] |
834 | name = "reqwest" | 843 | name = "reqwest" |
835 | version = "0.11.13" | 844 | version = "0.11.14" |
836 | source = "registry+https://github.com/rust-lang/crates.io-index" | 845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
837 | checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" | 846 | checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" |
838 | dependencies = [ | 847 | dependencies = [ |
839 | "base64", | 848 | "base64", |
840 | "bytes", | 849 | "bytes", |
@@ -864,6 +873,7 @@ dependencies = [ | |||
864 | "url", | 873 | "url", |
865 | "wasm-bindgen", | 874 | "wasm-bindgen", |
866 | "wasm-bindgen-futures", | 875 | "wasm-bindgen-futures", |
876 | "wasm-streams", | ||
867 | "web-sys", | 877 | "web-sys", |
868 | "winreg", | 878 | "winreg", |
869 | ] | 879 | ] |
@@ -917,9 +927,9 @@ checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" | |||
917 | 927 | ||
918 | [[package]] | 928 | [[package]] |
919 | name = "security-framework" | 929 | name = "security-framework" |
920 | version = "2.7.0" | 930 | version = "2.8.2" |
921 | source = "registry+https://github.com/rust-lang/crates.io-index" | 931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
922 | checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" | 932 | checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" |
923 | dependencies = [ | 933 | dependencies = [ |
924 | "bitflags", | 934 | "bitflags", |
925 | "core-foundation", | 935 | "core-foundation", |
@@ -930,9 +940,9 @@ dependencies = [ | |||
930 | 940 | ||
931 | [[package]] | 941 | [[package]] |
932 | name = "security-framework-sys" | 942 | name = "security-framework-sys" |
933 | version = "2.6.1" | 943 | version = "2.8.0" |
934 | source = "registry+https://github.com/rust-lang/crates.io-index" | 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
935 | checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" | 945 | checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" |
936 | dependencies = [ | 946 | dependencies = [ |
937 | "core-foundation-sys", | 947 | "core-foundation-sys", |
938 | "libc", | 948 | "libc", |
@@ -1042,9 +1052,9 @@ dependencies = [ | |||
1042 | 1052 | ||
1043 | [[package]] | 1053 | [[package]] |
1044 | name = "termcolor" | 1054 | name = "termcolor" |
1045 | version = "1.1.3" | 1055 | version = "1.2.0" |
1046 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1047 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" | 1057 | checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
1048 | dependencies = [ | 1058 | dependencies = [ |
1049 | "winapi-util", | 1059 | "winapi-util", |
1050 | ] | 1060 | ] |
@@ -1097,9 +1107,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" | |||
1097 | 1107 | ||
1098 | [[package]] | 1108 | [[package]] |
1099 | name = "tokio" | 1109 | name = "tokio" |
1100 | version = "1.24.1" | 1110 | version = "1.25.0" |
1101 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1102 | checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" | 1112 | checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" |
1103 | dependencies = [ | 1113 | dependencies = [ |
1104 | "autocfg", | 1114 | "autocfg", |
1105 | "bytes", | 1115 | "bytes", |
@@ -1152,9 +1162,9 @@ dependencies = [ | |||
1152 | 1162 | ||
1153 | [[package]] | 1163 | [[package]] |
1154 | name = "toml" | 1164 | name = "toml" |
1155 | version = "0.5.10" | 1165 | version = "0.5.11" |
1156 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1157 | checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" | 1167 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
1158 | dependencies = [ | 1168 | dependencies = [ |
1159 | "serde", | 1169 | "serde", |
1160 | ] | 1170 | ] |
@@ -1193,9 +1203,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" | |||
1193 | 1203 | ||
1194 | [[package]] | 1204 | [[package]] |
1195 | name = "unicode-bidi" | 1205 | name = "unicode-bidi" |
1196 | version = "0.3.8" | 1206 | version = "0.3.10" |
1197 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1198 | checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" | 1208 | checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" |
1199 | 1209 | ||
1200 | [[package]] | 1210 | [[package]] |
1201 | name = "unicode-ident" | 1211 | name = "unicode-ident" |
@@ -1330,6 +1340,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1330 | checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" | 1340 | checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
1331 | 1341 | ||
1332 | [[package]] | 1342 | [[package]] |
1343 | name = "wasm-streams" | ||
1344 | version = "0.2.3" | ||
1345 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1346 | checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" | ||
1347 | dependencies = [ | ||
1348 | "futures-util", | ||
1349 | "js-sys", | ||
1350 | "wasm-bindgen", | ||
1351 | "wasm-bindgen-futures", | ||
1352 | "web-sys", | ||
1353 | ] | ||
1354 | |||
1355 | [[package]] | ||
1333 | name = "web-sys" | 1356 | name = "web-sys" |
1334 | version = "0.3.60" | 1357 | version = "0.3.60" |
1335 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1387,45 +1410,45 @@ dependencies = [ | |||
1387 | 1410 | ||
1388 | [[package]] | 1411 | [[package]] |
1389 | name = "windows_aarch64_gnullvm" | 1412 | name = "windows_aarch64_gnullvm" |
1390 | version = "0.42.0" | 1413 | version = "0.42.1" |
1391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1392 | checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" | 1415 | checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" |
1393 | 1416 | ||
1394 | [[package]] | 1417 | [[package]] |
1395 | name = "windows_aarch64_msvc" | 1418 | name = "windows_aarch64_msvc" |
1396 | version = "0.42.0" | 1419 | version = "0.42.1" |
1397 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1398 | checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" | 1421 | checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" |
1399 | 1422 | ||
1400 | [[package]] | 1423 | [[package]] |
1401 | name = "windows_i686_gnu" | 1424 | name = "windows_i686_gnu" |
1402 | version = "0.42.0" | 1425 | version = "0.42.1" |
1403 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1404 | checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" | 1427 | checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" |
1405 | 1428 | ||
1406 | [[package]] | 1429 | [[package]] |
1407 | name = "windows_i686_msvc" | 1430 | name = "windows_i686_msvc" |
1408 | version = "0.42.0" | 1431 | version = "0.42.1" |
1409 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1410 | checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" | 1433 | checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" |
1411 | 1434 | ||
1412 | [[package]] | 1435 | [[package]] |
1413 | name = "windows_x86_64_gnu" | 1436 | name = "windows_x86_64_gnu" |
1414 | version = "0.42.0" | 1437 | version = "0.42.1" |
1415 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1416 | checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" | 1439 | checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" |
1417 | 1440 | ||
1418 | [[package]] | 1441 | [[package]] |
1419 | name = "windows_x86_64_gnullvm" | 1442 | name = "windows_x86_64_gnullvm" |
1420 | version = "0.42.0" | 1443 | version = "0.42.1" |
1421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1422 | checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" | 1445 | checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" |
1423 | 1446 | ||
1424 | [[package]] | 1447 | [[package]] |
1425 | name = "windows_x86_64_msvc" | 1448 | name = "windows_x86_64_msvc" |
1426 | version = "0.42.0" | 1449 | version = "0.42.1" |
1427 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1428 | checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" | 1451 | checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" |
1429 | 1452 | ||
1430 | [[package]] | 1453 | [[package]] |
1431 | name = "winreg" | 1454 | name = "winreg" |