diff options
author | fx <[email protected]> | 2023-04-23 14:13:03 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-04-23 14:13:03 +0200 |
commit | 4300ad2eb05dddfa4274e04b204f2ad28c87da05 (patch) | |
tree | a2fd059e3aefff812d0d25e23fc85203dc9d122a /Cargo.lock | |
parent | 2711f05669e353fbf452156d54855e9ba454f4a8 (diff) | |
parent | 64958cc9ff0858dbf068625e35b8d5dae249d4a4 (diff) | |
download | modlist-4300ad2eb05dddfa4274e04b204f2ad28c87da05.tar modlist-4300ad2eb05dddfa4274e04b204f2ad28c87da05.tar.gz modlist-4300ad2eb05dddfa4274e04b204f2ad28c87da05.zip |
Merge pull request 'clap' (#1) from clap into master
Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/1
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 633 |
1 files changed, 459 insertions, 174 deletions
@@ -38,6 +38,55 @@ dependencies = [ | |||
38 | ] | 38 | ] |
39 | 39 | ||
40 | [[package]] | 40 | [[package]] |
41 | name = "anstream" | ||
42 | version = "0.3.0" | ||
43 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
44 | checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" | ||
45 | dependencies = [ | ||
46 | "anstyle", | ||
47 | "anstyle-parse", | ||
48 | "anstyle-query", | ||
49 | "anstyle-wincon", | ||
50 | "colorchoice", | ||
51 | "is-terminal", | ||
52 | "utf8parse", | ||
53 | ] | ||
54 | |||
55 | [[package]] | ||
56 | name = "anstyle" | ||
57 | version = "1.0.0" | ||
58 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
59 | checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" | ||
60 | |||
61 | [[package]] | ||
62 | name = "anstyle-parse" | ||
63 | version = "0.2.0" | ||
64 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
65 | checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" | ||
66 | dependencies = [ | ||
67 | "utf8parse", | ||
68 | ] | ||
69 | |||
70 | [[package]] | ||
71 | name = "anstyle-query" | ||
72 | version = "1.0.0" | ||
73 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
74 | checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" | ||
75 | dependencies = [ | ||
76 | "windows-sys 0.48.0", | ||
77 | ] | ||
78 | |||
79 | [[package]] | ||
80 | name = "anstyle-wincon" | ||
81 | version = "1.0.0" | ||
82 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
83 | checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" | ||
84 | dependencies = [ | ||
85 | "anstyle", | ||
86 | "windows-sys 0.48.0", | ||
87 | ] | ||
88 | |||
89 | [[package]] | ||
41 | name = "autocfg" | 90 | name = "autocfg" |
42 | version = "1.1.0" | 91 | version = "1.1.0" |
43 | source = "registry+https://github.com/rust-lang/crates.io-index" | 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -71,6 +120,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
71 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | 120 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
72 | 121 | ||
73 | [[package]] | 122 | [[package]] |
123 | name = "bitflags" | ||
124 | version = "2.0.2" | ||
125 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
126 | checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" | ||
127 | |||
128 | [[package]] | ||
74 | name = "bumpalo" | 129 | name = "bumpalo" |
75 | version = "3.12.0" | 130 | version = "3.12.0" |
76 | source = "registry+https://github.com/rust-lang/crates.io-index" | 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -96,9 +151,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
96 | 151 | ||
97 | [[package]] | 152 | [[package]] |
98 | name = "chrono" | 153 | name = "chrono" |
99 | version = "0.4.23" | 154 | version = "0.4.24" |
100 | source = "registry+https://github.com/rust-lang/crates.io-index" | 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
101 | checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" | 156 | checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" |
102 | dependencies = [ | 157 | dependencies = [ |
103 | "iana-time-zone", | 158 | "iana-time-zone", |
104 | "js-sys", | 159 | "js-sys", |
@@ -110,6 +165,57 @@ dependencies = [ | |||
110 | ] | 165 | ] |
111 | 166 | ||
112 | [[package]] | 167 | [[package]] |
168 | name = "clap" | ||
169 | version = "4.2.2" | ||
170 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
171 | checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a" | ||
172 | dependencies = [ | ||
173 | "clap_builder", | ||
174 | "clap_derive", | ||
175 | "once_cell", | ||
176 | ] | ||
177 | |||
178 | [[package]] | ||
179 | name = "clap_builder" | ||
180 | version = "4.2.2" | ||
181 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
182 | checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6" | ||
183 | dependencies = [ | ||
184 | "anstream", | ||
185 | "anstyle", | ||
186 | "bitflags 1.3.2", | ||
187 | "clap_lex", | ||
188 | "strsim", | ||
189 | ] | ||
190 | |||
191 | [[package]] | ||
192 | name = "clap_complete" | ||
193 | version = "4.2.0" | ||
194 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
195 | checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" | ||
196 | dependencies = [ | ||
197 | "clap", | ||
198 | ] | ||
199 | |||
200 | [[package]] | ||
201 | name = "clap_derive" | ||
202 | version = "4.2.0" | ||
203 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
204 | checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" | ||
205 | dependencies = [ | ||
206 | "heck", | ||
207 | "proc-macro2", | ||
208 | "quote", | ||
209 | "syn 2.0.13", | ||
210 | ] | ||
211 | |||
212 | [[package]] | ||
213 | name = "clap_lex" | ||
214 | version = "0.4.1" | ||
215 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
216 | checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" | ||
217 | |||
218 | [[package]] | ||
113 | name = "codespan-reporting" | 219 | name = "codespan-reporting" |
114 | version = "0.11.1" | 220 | version = "0.11.1" |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" | 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -120,6 +226,12 @@ dependencies = [ | |||
120 | ] | 226 | ] |
121 | 227 | ||
122 | [[package]] | 228 | [[package]] |
229 | name = "colorchoice" | ||
230 | version = "1.0.0" | ||
231 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
232 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" | ||
233 | |||
234 | [[package]] | ||
123 | name = "core-foundation" | 235 | name = "core-foundation" |
124 | version = "0.9.3" | 236 | version = "0.9.3" |
125 | source = "registry+https://github.com/rust-lang/crates.io-index" | 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -131,15 +243,15 @@ dependencies = [ | |||
131 | 243 | ||
132 | [[package]] | 244 | [[package]] |
133 | name = "core-foundation-sys" | 245 | name = "core-foundation-sys" |
134 | version = "0.8.3" | 246 | version = "0.8.4" |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" | 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
136 | checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" | 248 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
137 | 249 | ||
138 | [[package]] | 250 | [[package]] |
139 | name = "cxx" | 251 | name = "cxx" |
140 | version = "1.0.91" | 252 | version = "1.0.94" |
141 | source = "registry+https://github.com/rust-lang/crates.io-index" | 253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
142 | checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" | 254 | checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" |
143 | dependencies = [ | 255 | dependencies = [ |
144 | "cc", | 256 | "cc", |
145 | "cxxbridge-flags", | 257 | "cxxbridge-flags", |
@@ -149,9 +261,9 @@ dependencies = [ | |||
149 | 261 | ||
150 | [[package]] | 262 | [[package]] |
151 | name = "cxx-build" | 263 | name = "cxx-build" |
152 | version = "1.0.91" | 264 | version = "1.0.94" |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" | 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
154 | checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" | 266 | checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" |
155 | dependencies = [ | 267 | dependencies = [ |
156 | "cc", | 268 | "cc", |
157 | "codespan-reporting", | 269 | "codespan-reporting", |
@@ -159,44 +271,44 @@ dependencies = [ | |||
159 | "proc-macro2", | 271 | "proc-macro2", |
160 | "quote", | 272 | "quote", |
161 | "scratch", | 273 | "scratch", |
162 | "syn", | 274 | "syn 2.0.13", |
163 | ] | 275 | ] |
164 | 276 | ||
165 | [[package]] | 277 | [[package]] |
166 | name = "cxxbridge-flags" | 278 | name = "cxxbridge-flags" |
167 | version = "1.0.91" | 279 | version = "1.0.94" |
168 | source = "registry+https://github.com/rust-lang/crates.io-index" | 280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
169 | checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" | 281 | checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" |
170 | 282 | ||
171 | [[package]] | 283 | [[package]] |
172 | name = "cxxbridge-macro" | 284 | name = "cxxbridge-macro" |
173 | version = "1.0.91" | 285 | version = "1.0.94" |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | 286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
175 | checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" | 287 | checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" |
176 | dependencies = [ | 288 | dependencies = [ |
177 | "proc-macro2", | 289 | "proc-macro2", |
178 | "quote", | 290 | "quote", |
179 | "syn", | 291 | "syn 2.0.13", |
180 | ] | 292 | ] |
181 | 293 | ||
182 | [[package]] | 294 | [[package]] |
183 | name = "dirs" | 295 | name = "dirs" |
184 | version = "4.0.0" | 296 | version = "5.0.0" |
185 | source = "registry+https://github.com/rust-lang/crates.io-index" | 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
186 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" | 298 | checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" |
187 | dependencies = [ | 299 | dependencies = [ |
188 | "dirs-sys", | 300 | "dirs-sys", |
189 | ] | 301 | ] |
190 | 302 | ||
191 | [[package]] | 303 | [[package]] |
192 | name = "dirs-sys" | 304 | name = "dirs-sys" |
193 | version = "0.3.7" | 305 | version = "0.4.0" |
194 | source = "registry+https://github.com/rust-lang/crates.io-index" | 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
195 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" | 307 | checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" |
196 | dependencies = [ | 308 | dependencies = [ |
197 | "libc", | 309 | "libc", |
198 | "redox_users", | 310 | "redox_users", |
199 | "winapi", | 311 | "windows-sys 0.45.0", |
200 | ] | 312 | ] |
201 | 313 | ||
202 | [[package]] | 314 | [[package]] |
@@ -209,6 +321,27 @@ dependencies = [ | |||
209 | ] | 321 | ] |
210 | 322 | ||
211 | [[package]] | 323 | [[package]] |
324 | name = "errno" | ||
325 | version = "0.3.0" | ||
326 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
327 | checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" | ||
328 | dependencies = [ | ||
329 | "errno-dragonfly", | ||
330 | "libc", | ||
331 | "windows-sys 0.45.0", | ||
332 | ] | ||
333 | |||
334 | [[package]] | ||
335 | name = "errno-dragonfly" | ||
336 | version = "0.1.2" | ||
337 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
338 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" | ||
339 | dependencies = [ | ||
340 | "cc", | ||
341 | "libc", | ||
342 | ] | ||
343 | |||
344 | [[package]] | ||
212 | name = "error-chain" | 345 | name = "error-chain" |
213 | version = "0.12.4" | 346 | version = "0.12.4" |
214 | source = "registry+https://github.com/rust-lang/crates.io-index" | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -271,53 +404,53 @@ dependencies = [ | |||
271 | 404 | ||
272 | [[package]] | 405 | [[package]] |
273 | name = "futures-channel" | 406 | name = "futures-channel" |
274 | version = "0.3.26" | 407 | version = "0.3.28" |
275 | source = "registry+https://github.com/rust-lang/crates.io-index" | 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
276 | checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" | 409 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
277 | dependencies = [ | 410 | dependencies = [ |
278 | "futures-core", | 411 | "futures-core", |
279 | ] | 412 | ] |
280 | 413 | ||
281 | [[package]] | 414 | [[package]] |
282 | name = "futures-core" | 415 | name = "futures-core" |
283 | version = "0.3.26" | 416 | version = "0.3.28" |
284 | source = "registry+https://github.com/rust-lang/crates.io-index" | 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
285 | checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" | 418 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
286 | 419 | ||
287 | [[package]] | 420 | [[package]] |
288 | name = "futures-io" | 421 | name = "futures-io" |
289 | version = "0.3.26" | 422 | version = "0.3.28" |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" | 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
291 | checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" | 424 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
292 | 425 | ||
293 | [[package]] | 426 | [[package]] |
294 | name = "futures-macro" | 427 | name = "futures-macro" |
295 | version = "0.3.26" | 428 | version = "0.3.28" |
296 | source = "registry+https://github.com/rust-lang/crates.io-index" | 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
297 | checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" | 430 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
298 | dependencies = [ | 431 | dependencies = [ |
299 | "proc-macro2", | 432 | "proc-macro2", |
300 | "quote", | 433 | "quote", |
301 | "syn", | 434 | "syn 2.0.13", |
302 | ] | 435 | ] |
303 | 436 | ||
304 | [[package]] | 437 | [[package]] |
305 | name = "futures-sink" | 438 | name = "futures-sink" |
306 | version = "0.3.26" | 439 | version = "0.3.28" |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | 440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
308 | checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" | 441 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
309 | 442 | ||
310 | [[package]] | 443 | [[package]] |
311 | name = "futures-task" | 444 | name = "futures-task" |
312 | version = "0.3.26" | 445 | version = "0.3.28" |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | 446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
314 | checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" | 447 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
315 | 448 | ||
316 | [[package]] | 449 | [[package]] |
317 | name = "futures-util" | 450 | name = "futures-util" |
318 | version = "0.3.26" | 451 | version = "0.3.28" |
319 | source = "registry+https://github.com/rust-lang/crates.io-index" | 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
320 | checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" | 453 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
321 | dependencies = [ | 454 | dependencies = [ |
322 | "futures-core", | 455 | "futures-core", |
323 | "futures-io", | 456 | "futures-io", |
@@ -349,9 +482,9 @@ checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" | |||
349 | 482 | ||
350 | [[package]] | 483 | [[package]] |
351 | name = "h2" | 484 | name = "h2" |
352 | version = "0.3.15" | 485 | version = "0.3.16" |
353 | source = "registry+https://github.com/rust-lang/crates.io-index" | 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
354 | checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" | 487 | checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" |
355 | dependencies = [ | 488 | dependencies = [ |
356 | "bytes", | 489 | "bytes", |
357 | "fnv", | 490 | "fnv", |
@@ -385,6 +518,12 @@ dependencies = [ | |||
385 | ] | 518 | ] |
386 | 519 | ||
387 | [[package]] | 520 | [[package]] |
521 | name = "heck" | ||
522 | version = "0.4.1" | ||
523 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
524 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | ||
525 | |||
526 | [[package]] | ||
388 | name = "hermit-abi" | 527 | name = "hermit-abi" |
389 | version = "0.2.6" | 528 | version = "0.2.6" |
390 | source = "registry+https://github.com/rust-lang/crates.io-index" | 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -394,6 +533,12 @@ dependencies = [ | |||
394 | ] | 533 | ] |
395 | 534 | ||
396 | [[package]] | 535 | [[package]] |
536 | name = "hermit-abi" | ||
537 | version = "0.3.1" | ||
538 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
539 | checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" | ||
540 | |||
541 | [[package]] | ||
397 | name = "http" | 542 | name = "http" |
398 | version = "0.2.9" | 543 | version = "0.2.9" |
399 | source = "registry+https://github.com/rust-lang/crates.io-index" | 544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -429,9 +574,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" | |||
429 | 574 | ||
430 | [[package]] | 575 | [[package]] |
431 | name = "hyper" | 576 | name = "hyper" |
432 | version = "0.14.24" | 577 | version = "0.14.25" |
433 | source = "registry+https://github.com/rust-lang/crates.io-index" | 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
434 | checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" | 579 | checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" |
435 | dependencies = [ | 580 | dependencies = [ |
436 | "bytes", | 581 | "bytes", |
437 | "futures-channel", | 582 | "futures-channel", |
@@ -466,16 +611,16 @@ dependencies = [ | |||
466 | 611 | ||
467 | [[package]] | 612 | [[package]] |
468 | name = "iana-time-zone" | 613 | name = "iana-time-zone" |
469 | version = "0.1.53" | 614 | version = "0.1.56" |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" | 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" | 616 | checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" |
472 | dependencies = [ | 617 | dependencies = [ |
473 | "android_system_properties", | 618 | "android_system_properties", |
474 | "core-foundation-sys", | 619 | "core-foundation-sys", |
475 | "iana-time-zone-haiku", | 620 | "iana-time-zone-haiku", |
476 | "js-sys", | 621 | "js-sys", |
477 | "wasm-bindgen", | 622 | "wasm-bindgen", |
478 | "winapi", | 623 | "windows", |
479 | ] | 624 | ] |
480 | 625 | ||
481 | [[package]] | 626 | [[package]] |
@@ -500,9 +645,9 @@ dependencies = [ | |||
500 | 645 | ||
501 | [[package]] | 646 | [[package]] |
502 | name = "indexmap" | 647 | name = "indexmap" |
503 | version = "1.9.2" | 648 | version = "1.9.3" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" | 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" | 650 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
506 | dependencies = [ | 651 | dependencies = [ |
507 | "autocfg", | 652 | "autocfg", |
508 | "hashbrown", | 653 | "hashbrown", |
@@ -518,16 +663,39 @@ dependencies = [ | |||
518 | ] | 663 | ] |
519 | 664 | ||
520 | [[package]] | 665 | [[package]] |
666 | name = "io-lifetimes" | ||
667 | version = "1.0.9" | ||
668 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
669 | checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" | ||
670 | dependencies = [ | ||
671 | "hermit-abi 0.3.1", | ||
672 | "libc", | ||
673 | "windows-sys 0.45.0", | ||
674 | ] | ||
675 | |||
676 | [[package]] | ||
521 | name = "ipnet" | 677 | name = "ipnet" |
522 | version = "2.7.1" | 678 | version = "2.7.2" |
679 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
680 | checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" | ||
681 | |||
682 | [[package]] | ||
683 | name = "is-terminal" | ||
684 | version = "0.4.6" | ||
523 | source = "registry+https://github.com/rust-lang/crates.io-index" | 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
524 | checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" | 686 | checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" |
687 | dependencies = [ | ||
688 | "hermit-abi 0.3.1", | ||
689 | "io-lifetimes", | ||
690 | "rustix", | ||
691 | "windows-sys 0.45.0", | ||
692 | ] | ||
525 | 693 | ||
526 | [[package]] | 694 | [[package]] |
527 | name = "itoa" | 695 | name = "itoa" |
528 | version = "1.0.5" | 696 | version = "1.0.6" |
529 | source = "registry+https://github.com/rust-lang/crates.io-index" | 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
530 | checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" | 698 | checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
531 | 699 | ||
532 | [[package]] | 700 | [[package]] |
533 | name = "js-sys" | 701 | name = "js-sys" |
@@ -546,15 +714,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |||
546 | 714 | ||
547 | [[package]] | 715 | [[package]] |
548 | name = "libc" | 716 | name = "libc" |
549 | version = "0.2.139" | 717 | version = "0.2.141" |
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
551 | checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" | 719 | checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" |
552 | 720 | ||
553 | [[package]] | 721 | [[package]] |
554 | name = "libsqlite3-sys" | 722 | name = "libsqlite3-sys" |
555 | version = "0.25.2" | 723 | version = "0.26.0" |
556 | source = "registry+https://github.com/rust-lang/crates.io-index" | 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
557 | checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa" | 725 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" |
558 | dependencies = [ | 726 | dependencies = [ |
559 | "cc", | 727 | "cc", |
560 | "pkg-config", | 728 | "pkg-config", |
@@ -571,6 +739,12 @@ dependencies = [ | |||
571 | ] | 739 | ] |
572 | 740 | ||
573 | [[package]] | 741 | [[package]] |
742 | name = "linux-raw-sys" | ||
743 | version = "0.3.1" | ||
744 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
745 | checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" | ||
746 | |||
747 | [[package]] | ||
574 | name = "lock_api" | 748 | name = "lock_api" |
575 | version = "0.4.9" | 749 | version = "0.4.9" |
576 | source = "registry+https://github.com/rust-lang/crates.io-index" | 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -597,9 +771,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | |||
597 | 771 | ||
598 | [[package]] | 772 | [[package]] |
599 | name = "mime" | 773 | name = "mime" |
600 | version = "0.3.16" | 774 | version = "0.3.17" |
601 | source = "registry+https://github.com/rust-lang/crates.io-index" | 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
602 | checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" | 776 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
603 | 777 | ||
604 | [[package]] | 778 | [[package]] |
605 | name = "miniz_oxide" | 779 | name = "miniz_oxide" |
@@ -624,9 +798,11 @@ dependencies = [ | |||
624 | 798 | ||
625 | [[package]] | 799 | [[package]] |
626 | name = "modlist" | 800 | name = "modlist" |
627 | version = "0.11.0" | 801 | version = "0.12.0" |
628 | dependencies = [ | 802 | dependencies = [ |
629 | "chrono", | 803 | "chrono", |
804 | "clap", | ||
805 | "clap_complete", | ||
630 | "dirs", | 806 | "dirs", |
631 | "error-chain", | 807 | "error-chain", |
632 | "futures-util", | 808 | "futures-util", |
@@ -657,15 +833,6 @@ dependencies = [ | |||
657 | ] | 833 | ] |
658 | 834 | ||
659 | [[package]] | 835 | [[package]] |
660 | name = "nom8" | ||
661 | version = "0.2.0" | ||
662 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
663 | checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" | ||
664 | dependencies = [ | ||
665 | "memchr", | ||
666 | ] | ||
667 | |||
668 | [[package]] | ||
669 | name = "num-integer" | 836 | name = "num-integer" |
670 | version = "0.1.45" | 837 | version = "0.1.45" |
671 | source = "registry+https://github.com/rust-lang/crates.io-index" | 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -690,7 +857,7 @@ version = "1.15.0" | |||
690 | source = "registry+https://github.com/rust-lang/crates.io-index" | 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
691 | checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" | 858 | checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
692 | dependencies = [ | 859 | dependencies = [ |
693 | "hermit-abi", | 860 | "hermit-abi 0.2.6", |
694 | "libc", | 861 | "libc", |
695 | ] | 862 | ] |
696 | 863 | ||
@@ -711,11 +878,11 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" | |||
711 | 878 | ||
712 | [[package]] | 879 | [[package]] |
713 | name = "openssl" | 880 | name = "openssl" |
714 | version = "0.10.45" | 881 | version = "0.10.49" |
715 | source = "registry+https://github.com/rust-lang/crates.io-index" | 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
716 | checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" | 883 | checksum = "4d2f106ab837a24e03672c59b1239669a0596406ff657c3c0835b6b7f0f35a33" |
717 | dependencies = [ | 884 | dependencies = [ |
718 | "bitflags", | 885 | "bitflags 1.3.2", |
719 | "cfg-if", | 886 | "cfg-if", |
720 | "foreign-types", | 887 | "foreign-types", |
721 | "libc", | 888 | "libc", |
@@ -726,13 +893,13 @@ dependencies = [ | |||
726 | 893 | ||
727 | [[package]] | 894 | [[package]] |
728 | name = "openssl-macros" | 895 | name = "openssl-macros" |
729 | version = "0.1.0" | 896 | version = "0.1.1" |
730 | source = "registry+https://github.com/rust-lang/crates.io-index" | 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
731 | checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" | 898 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
732 | dependencies = [ | 899 | dependencies = [ |
733 | "proc-macro2", | 900 | "proc-macro2", |
734 | "quote", | 901 | "quote", |
735 | "syn", | 902 | "syn 2.0.13", |
736 | ] | 903 | ] |
737 | 904 | ||
738 | [[package]] | 905 | [[package]] |
@@ -743,11 +910,10 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | |||
743 | 910 | ||
744 | [[package]] | 911 | [[package]] |
745 | name = "openssl-sys" | 912 | name = "openssl-sys" |
746 | version = "0.9.80" | 913 | version = "0.9.84" |
747 | source = "registry+https://github.com/rust-lang/crates.io-index" | 914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
748 | checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" | 915 | checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa" |
749 | dependencies = [ | 916 | dependencies = [ |
750 | "autocfg", | ||
751 | "cc", | 917 | "cc", |
752 | "libc", | 918 | "libc", |
753 | "pkg-config", | 919 | "pkg-config", |
@@ -772,7 +938,7 @@ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" | |||
772 | dependencies = [ | 938 | dependencies = [ |
773 | "cfg-if", | 939 | "cfg-if", |
774 | "libc", | 940 | "libc", |
775 | "redox_syscall", | 941 | "redox_syscall 0.2.16", |
776 | "smallvec", | 942 | "smallvec", |
777 | "windows-sys 0.45.0", | 943 | "windows-sys 0.45.0", |
778 | ] | 944 | ] |
@@ -803,18 +969,18 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" | |||
803 | 969 | ||
804 | [[package]] | 970 | [[package]] |
805 | name = "proc-macro2" | 971 | name = "proc-macro2" |
806 | version = "1.0.51" | 972 | version = "1.0.56" |
807 | source = "registry+https://github.com/rust-lang/crates.io-index" | 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
808 | checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" | 974 | checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" |
809 | dependencies = [ | 975 | dependencies = [ |
810 | "unicode-ident", | 976 | "unicode-ident", |
811 | ] | 977 | ] |
812 | 978 | ||
813 | [[package]] | 979 | [[package]] |
814 | name = "quote" | 980 | name = "quote" |
815 | version = "1.0.23" | 981 | version = "1.0.26" |
816 | source = "registry+https://github.com/rust-lang/crates.io-index" | 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
817 | checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" | 983 | checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
818 | dependencies = [ | 984 | dependencies = [ |
819 | "proc-macro2", | 985 | "proc-macro2", |
820 | ] | 986 | ] |
@@ -825,34 +991,34 @@ version = "0.2.16" | |||
825 | source = "registry+https://github.com/rust-lang/crates.io-index" | 991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
826 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" | 992 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
827 | dependencies = [ | 993 | dependencies = [ |
828 | "bitflags", | 994 | "bitflags 1.3.2", |
829 | ] | 995 | ] |
830 | 996 | ||
831 | [[package]] | 997 | [[package]] |
832 | name = "redox_users" | 998 | name = "redox_syscall" |
833 | version = "0.4.3" | 999 | version = "0.3.5" |
834 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
835 | checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" | 1001 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
836 | dependencies = [ | 1002 | dependencies = [ |
837 | "getrandom", | 1003 | "bitflags 1.3.2", |
838 | "redox_syscall", | ||
839 | "thiserror", | ||
840 | ] | 1004 | ] |
841 | 1005 | ||
842 | [[package]] | 1006 | [[package]] |
843 | name = "remove_dir_all" | 1007 | name = "redox_users" |
844 | version = "0.5.3" | 1008 | version = "0.4.3" |
845 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
846 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | 1010 | checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
847 | dependencies = [ | 1011 | dependencies = [ |
848 | "winapi", | 1012 | "getrandom", |
1013 | "redox_syscall 0.2.16", | ||
1014 | "thiserror", | ||
849 | ] | 1015 | ] |
850 | 1016 | ||
851 | [[package]] | 1017 | [[package]] |
852 | name = "reqwest" | 1018 | name = "reqwest" |
853 | version = "0.11.14" | 1019 | version = "0.11.16" |
854 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
855 | checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" | 1021 | checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" |
856 | dependencies = [ | 1022 | dependencies = [ |
857 | "base64", | 1023 | "base64", |
858 | "bytes", | 1024 | "bytes", |
@@ -889,11 +1055,11 @@ dependencies = [ | |||
889 | 1055 | ||
890 | [[package]] | 1056 | [[package]] |
891 | name = "rusqlite" | 1057 | name = "rusqlite" |
892 | version = "0.28.0" | 1058 | version = "0.29.0" |
893 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
894 | checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a" | 1060 | checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2" |
895 | dependencies = [ | 1061 | dependencies = [ |
896 | "bitflags", | 1062 | "bitflags 2.0.2", |
897 | "fallible-iterator", | 1063 | "fallible-iterator", |
898 | "fallible-streaming-iterator", | 1064 | "fallible-streaming-iterator", |
899 | "hashlink", | 1065 | "hashlink", |
@@ -903,15 +1069,29 @@ dependencies = [ | |||
903 | 1069 | ||
904 | [[package]] | 1070 | [[package]] |
905 | name = "rustc-demangle" | 1071 | name = "rustc-demangle" |
906 | version = "0.1.21" | 1072 | version = "0.1.22" |
1073 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1074 | checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b" | ||
1075 | |||
1076 | [[package]] | ||
1077 | name = "rustix" | ||
1078 | version = "0.37.7" | ||
907 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
908 | checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" | 1080 | checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" |
1081 | dependencies = [ | ||
1082 | "bitflags 1.3.2", | ||
1083 | "errno", | ||
1084 | "io-lifetimes", | ||
1085 | "libc", | ||
1086 | "linux-raw-sys", | ||
1087 | "windows-sys 0.45.0", | ||
1088 | ] | ||
909 | 1089 | ||
910 | [[package]] | 1090 | [[package]] |
911 | name = "ryu" | 1091 | name = "ryu" |
912 | version = "1.0.12" | 1092 | version = "1.0.13" |
913 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
914 | checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" | 1094 | checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
915 | 1095 | ||
916 | [[package]] | 1096 | [[package]] |
917 | name = "schannel" | 1097 | name = "schannel" |
@@ -930,9 +1110,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |||
930 | 1110 | ||
931 | [[package]] | 1111 | [[package]] |
932 | name = "scratch" | 1112 | name = "scratch" |
933 | version = "1.0.3" | 1113 | version = "1.0.5" |
934 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
935 | checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" | 1115 | checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" |
936 | 1116 | ||
937 | [[package]] | 1117 | [[package]] |
938 | name = "security-framework" | 1118 | name = "security-framework" |
@@ -940,7 +1120,7 @@ version = "2.8.2" | |||
940 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
941 | checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" | 1121 | checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" |
942 | dependencies = [ | 1122 | dependencies = [ |
943 | "bitflags", | 1123 | "bitflags 1.3.2", |
944 | "core-foundation", | 1124 | "core-foundation", |
945 | "core-foundation-sys", | 1125 | "core-foundation-sys", |
946 | "libc", | 1126 | "libc", |
@@ -959,29 +1139,29 @@ dependencies = [ | |||
959 | 1139 | ||
960 | [[package]] | 1140 | [[package]] |
961 | name = "serde" | 1141 | name = "serde" |
962 | version = "1.0.152" | 1142 | version = "1.0.159" |
963 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
964 | checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" | 1144 | checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" |
965 | dependencies = [ | 1145 | dependencies = [ |
966 | "serde_derive", | 1146 | "serde_derive", |
967 | ] | 1147 | ] |
968 | 1148 | ||
969 | [[package]] | 1149 | [[package]] |
970 | name = "serde_derive" | 1150 | name = "serde_derive" |
971 | version = "1.0.152" | 1151 | version = "1.0.159" |
972 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
973 | checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" | 1153 | checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" |
974 | dependencies = [ | 1154 | dependencies = [ |
975 | "proc-macro2", | 1155 | "proc-macro2", |
976 | "quote", | 1156 | "quote", |
977 | "syn", | 1157 | "syn 2.0.13", |
978 | ] | 1158 | ] |
979 | 1159 | ||
980 | [[package]] | 1160 | [[package]] |
981 | name = "serde_json" | 1161 | name = "serde_json" |
982 | version = "1.0.93" | 1162 | version = "1.0.95" |
983 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
984 | checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" | 1164 | checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" |
985 | dependencies = [ | 1165 | dependencies = [ |
986 | "itoa", | 1166 | "itoa", |
987 | "ryu", | 1167 | "ryu", |
@@ -1020,9 +1200,9 @@ dependencies = [ | |||
1020 | 1200 | ||
1021 | [[package]] | 1201 | [[package]] |
1022 | name = "slab" | 1202 | name = "slab" |
1023 | version = "0.4.7" | 1203 | version = "0.4.8" |
1024 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1025 | checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" | 1205 | checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
1026 | dependencies = [ | 1206 | dependencies = [ |
1027 | "autocfg", | 1207 | "autocfg", |
1028 | ] | 1208 | ] |
@@ -1035,19 +1215,36 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" | |||
1035 | 1215 | ||
1036 | [[package]] | 1216 | [[package]] |
1037 | name = "socket2" | 1217 | name = "socket2" |
1038 | version = "0.4.7" | 1218 | version = "0.4.9" |
1039 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1040 | checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" | 1220 | checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
1041 | dependencies = [ | 1221 | dependencies = [ |
1042 | "libc", | 1222 | "libc", |
1043 | "winapi", | 1223 | "winapi", |
1044 | ] | 1224 | ] |
1045 | 1225 | ||
1046 | [[package]] | 1226 | [[package]] |
1227 | name = "strsim" | ||
1228 | version = "0.10.0" | ||
1229 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1230 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | ||
1231 | |||
1232 | [[package]] | ||
1233 | name = "syn" | ||
1234 | version = "1.0.109" | ||
1235 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1236 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | ||
1237 | dependencies = [ | ||
1238 | "proc-macro2", | ||
1239 | "quote", | ||
1240 | "unicode-ident", | ||
1241 | ] | ||
1242 | |||
1243 | [[package]] | ||
1047 | name = "syn" | 1244 | name = "syn" |
1048 | version = "1.0.107" | 1245 | version = "2.0.13" |
1049 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1050 | checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" | 1247 | checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" |
1051 | dependencies = [ | 1248 | dependencies = [ |
1052 | "proc-macro2", | 1249 | "proc-macro2", |
1053 | "quote", | 1250 | "quote", |
@@ -1056,16 +1253,15 @@ dependencies = [ | |||
1056 | 1253 | ||
1057 | [[package]] | 1254 | [[package]] |
1058 | name = "tempfile" | 1255 | name = "tempfile" |
1059 | version = "3.3.0" | 1256 | version = "3.5.0" |
1060 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1061 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" | 1258 | checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" |
1062 | dependencies = [ | 1259 | dependencies = [ |
1063 | "cfg-if", | 1260 | "cfg-if", |
1064 | "fastrand", | 1261 | "fastrand", |
1065 | "libc", | 1262 | "redox_syscall 0.3.5", |
1066 | "redox_syscall", | 1263 | "rustix", |
1067 | "remove_dir_all", | 1264 | "windows-sys 0.45.0", |
1068 | "winapi", | ||
1069 | ] | 1265 | ] |
1070 | 1266 | ||
1071 | [[package]] | 1267 | [[package]] |
@@ -1079,22 +1275,22 @@ dependencies = [ | |||
1079 | 1275 | ||
1080 | [[package]] | 1276 | [[package]] |
1081 | name = "thiserror" | 1277 | name = "thiserror" |
1082 | version = "1.0.38" | 1278 | version = "1.0.40" |
1083 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1084 | checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" | 1280 | checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
1085 | dependencies = [ | 1281 | dependencies = [ |
1086 | "thiserror-impl", | 1282 | "thiserror-impl", |
1087 | ] | 1283 | ] |
1088 | 1284 | ||
1089 | [[package]] | 1285 | [[package]] |
1090 | name = "thiserror-impl" | 1286 | name = "thiserror-impl" |
1091 | version = "1.0.38" | 1287 | version = "1.0.40" |
1092 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1093 | checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" | 1289 | checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
1094 | dependencies = [ | 1290 | dependencies = [ |
1095 | "proc-macro2", | 1291 | "proc-macro2", |
1096 | "quote", | 1292 | "quote", |
1097 | "syn", | 1293 | "syn 2.0.13", |
1098 | ] | 1294 | ] |
1099 | 1295 | ||
1100 | [[package]] | 1296 | [[package]] |
@@ -1125,14 +1321,13 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |||
1125 | 1321 | ||
1126 | [[package]] | 1322 | [[package]] |
1127 | name = "tokio" | 1323 | name = "tokio" |
1128 | version = "1.25.0" | 1324 | version = "1.27.0" |
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1130 | checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" | 1326 | checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" |
1131 | dependencies = [ | 1327 | dependencies = [ |
1132 | "autocfg", | 1328 | "autocfg", |
1133 | "bytes", | 1329 | "bytes", |
1134 | "libc", | 1330 | "libc", |
1135 | "memchr", | ||
1136 | "mio", | 1331 | "mio", |
1137 | "num_cpus", | 1332 | "num_cpus", |
1138 | "parking_lot", | 1333 | "parking_lot", |
@@ -1140,18 +1335,18 @@ dependencies = [ | |||
1140 | "signal-hook-registry", | 1335 | "signal-hook-registry", |
1141 | "socket2", | 1336 | "socket2", |
1142 | "tokio-macros", | 1337 | "tokio-macros", |
1143 | "windows-sys 0.42.0", | 1338 | "windows-sys 0.45.0", |
1144 | ] | 1339 | ] |
1145 | 1340 | ||
1146 | [[package]] | 1341 | [[package]] |
1147 | name = "tokio-macros" | 1342 | name = "tokio-macros" |
1148 | version = "1.8.2" | 1343 | version = "2.0.0" |
1149 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1150 | checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" | 1345 | checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" |
1151 | dependencies = [ | 1346 | dependencies = [ |
1152 | "proc-macro2", | 1347 | "proc-macro2", |
1153 | "quote", | 1348 | "quote", |
1154 | "syn", | 1349 | "syn 2.0.13", |
1155 | ] | 1350 | ] |
1156 | 1351 | ||
1157 | [[package]] | 1352 | [[package]] |
@@ -1180,9 +1375,9 @@ dependencies = [ | |||
1180 | 1375 | ||
1181 | [[package]] | 1376 | [[package]] |
1182 | name = "toml" | 1377 | name = "toml" |
1183 | version = "0.7.2" | 1378 | version = "0.7.3" |
1184 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1185 | checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" | 1380 | checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" |
1186 | dependencies = [ | 1381 | dependencies = [ |
1187 | "serde", | 1382 | "serde", |
1188 | "serde_spanned", | 1383 | "serde_spanned", |
@@ -1201,15 +1396,15 @@ dependencies = [ | |||
1201 | 1396 | ||
1202 | [[package]] | 1397 | [[package]] |
1203 | name = "toml_edit" | 1398 | name = "toml_edit" |
1204 | version = "0.19.3" | 1399 | version = "0.19.8" |
1205 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1206 | checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5" | 1401 | checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" |
1207 | dependencies = [ | 1402 | dependencies = [ |
1208 | "indexmap", | 1403 | "indexmap", |
1209 | "nom8", | ||
1210 | "serde", | 1404 | "serde", |
1211 | "serde_spanned", | 1405 | "serde_spanned", |
1212 | "toml_datetime", | 1406 | "toml_datetime", |
1407 | "winnow", | ||
1213 | ] | 1408 | ] |
1214 | 1409 | ||
1215 | [[package]] | 1410 | [[package]] |
@@ -1246,15 +1441,15 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" | |||
1246 | 1441 | ||
1247 | [[package]] | 1442 | [[package]] |
1248 | name = "unicode-bidi" | 1443 | name = "unicode-bidi" |
1249 | version = "0.3.10" | 1444 | version = "0.3.13" |
1250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1251 | checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" | 1446 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
1252 | 1447 | ||
1253 | [[package]] | 1448 | [[package]] |
1254 | name = "unicode-ident" | 1449 | name = "unicode-ident" |
1255 | version = "1.0.6" | 1450 | version = "1.0.8" |
1256 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1257 | checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" | 1452 | checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
1258 | 1453 | ||
1259 | [[package]] | 1454 | [[package]] |
1260 | name = "unicode-normalization" | 1455 | name = "unicode-normalization" |
@@ -1283,6 +1478,12 @@ dependencies = [ | |||
1283 | ] | 1478 | ] |
1284 | 1479 | ||
1285 | [[package]] | 1480 | [[package]] |
1481 | name = "utf8parse" | ||
1482 | version = "0.2.1" | ||
1483 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1484 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" | ||
1485 | |||
1486 | [[package]] | ||
1286 | name = "vcpkg" | 1487 | name = "vcpkg" |
1287 | version = "0.2.15" | 1488 | version = "0.2.15" |
1288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1337,7 +1538,7 @@ dependencies = [ | |||
1337 | "once_cell", | 1538 | "once_cell", |
1338 | "proc-macro2", | 1539 | "proc-macro2", |
1339 | "quote", | 1540 | "quote", |
1340 | "syn", | 1541 | "syn 1.0.109", |
1341 | "wasm-bindgen-shared", | 1542 | "wasm-bindgen-shared", |
1342 | ] | 1543 | ] |
1343 | 1544 | ||
@@ -1371,7 +1572,7 @@ checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" | |||
1371 | dependencies = [ | 1572 | dependencies = [ |
1372 | "proc-macro2", | 1573 | "proc-macro2", |
1373 | "quote", | 1574 | "quote", |
1374 | "syn", | 1575 | "syn 1.0.109", |
1375 | "wasm-bindgen-backend", | 1576 | "wasm-bindgen-backend", |
1376 | "wasm-bindgen-shared", | 1577 | "wasm-bindgen-shared", |
1377 | ] | 1578 | ] |
@@ -1437,18 +1638,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1437 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1638 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1438 | 1639 | ||
1439 | [[package]] | 1640 | [[package]] |
1641 | name = "windows" | ||
1642 | version = "0.48.0" | ||
1643 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1644 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" | ||
1645 | dependencies = [ | ||
1646 | "windows-targets 0.48.0", | ||
1647 | ] | ||
1648 | |||
1649 | [[package]] | ||
1440 | name = "windows-sys" | 1650 | name = "windows-sys" |
1441 | version = "0.42.0" | 1651 | version = "0.42.0" |
1442 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1443 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" | 1653 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
1444 | dependencies = [ | 1654 | dependencies = [ |
1445 | "windows_aarch64_gnullvm", | 1655 | "windows_aarch64_gnullvm 0.42.2", |
1446 | "windows_aarch64_msvc", | 1656 | "windows_aarch64_msvc 0.42.2", |
1447 | "windows_i686_gnu", | 1657 | "windows_i686_gnu 0.42.2", |
1448 | "windows_i686_msvc", | 1658 | "windows_i686_msvc 0.42.2", |
1449 | "windows_x86_64_gnu", | 1659 | "windows_x86_64_gnu 0.42.2", |
1450 | "windows_x86_64_gnullvm", | 1660 | "windows_x86_64_gnullvm 0.42.2", |
1451 | "windows_x86_64_msvc", | 1661 | "windows_x86_64_msvc 0.42.2", |
1452 | ] | 1662 | ] |
1453 | 1663 | ||
1454 | [[package]] | 1664 | [[package]] |
@@ -1457,65 +1667,140 @@ version = "0.45.0" | |||
1457 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1458 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" | 1668 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
1459 | dependencies = [ | 1669 | dependencies = [ |
1460 | "windows-targets", | 1670 | "windows-targets 0.42.2", |
1671 | ] | ||
1672 | |||
1673 | [[package]] | ||
1674 | name = "windows-sys" | ||
1675 | version = "0.48.0" | ||
1676 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1677 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | ||
1678 | dependencies = [ | ||
1679 | "windows-targets 0.48.0", | ||
1680 | ] | ||
1681 | |||
1682 | [[package]] | ||
1683 | name = "windows-targets" | ||
1684 | version = "0.42.2" | ||
1685 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1686 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" | ||
1687 | dependencies = [ | ||
1688 | "windows_aarch64_gnullvm 0.42.2", | ||
1689 | "windows_aarch64_msvc 0.42.2", | ||
1690 | "windows_i686_gnu 0.42.2", | ||
1691 | "windows_i686_msvc 0.42.2", | ||
1692 | "windows_x86_64_gnu 0.42.2", | ||
1693 | "windows_x86_64_gnullvm 0.42.2", | ||
1694 | "windows_x86_64_msvc 0.42.2", | ||
1461 | ] | 1695 | ] |
1462 | 1696 | ||
1463 | [[package]] | 1697 | [[package]] |
1464 | name = "windows-targets" | 1698 | name = "windows-targets" |
1465 | version = "0.42.1" | 1699 | version = "0.48.0" |
1466 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1467 | checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" | 1701 | checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
1468 | dependencies = [ | 1702 | dependencies = [ |
1469 | "windows_aarch64_gnullvm", | 1703 | "windows_aarch64_gnullvm 0.48.0", |
1470 | "windows_aarch64_msvc", | 1704 | "windows_aarch64_msvc 0.48.0", |
1471 | "windows_i686_gnu", | 1705 | "windows_i686_gnu 0.48.0", |
1472 | "windows_i686_msvc", | 1706 | "windows_i686_msvc 0.48.0", |
1473 | "windows_x86_64_gnu", | 1707 | "windows_x86_64_gnu 0.48.0", |
1474 | "windows_x86_64_gnullvm", | 1708 | "windows_x86_64_gnullvm 0.48.0", |
1475 | "windows_x86_64_msvc", | 1709 | "windows_x86_64_msvc 0.48.0", |
1476 | ] | 1710 | ] |
1477 | 1711 | ||
1478 | [[package]] | 1712 | [[package]] |
1479 | name = "windows_aarch64_gnullvm" | 1713 | name = "windows_aarch64_gnullvm" |
1480 | version = "0.42.1" | 1714 | version = "0.42.2" |
1715 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1716 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" | ||
1717 | |||
1718 | [[package]] | ||
1719 | name = "windows_aarch64_gnullvm" | ||
1720 | version = "0.48.0" | ||
1721 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1722 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" | ||
1723 | |||
1724 | [[package]] | ||
1725 | name = "windows_aarch64_msvc" | ||
1726 | version = "0.42.2" | ||
1481 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1482 | checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" | 1728 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
1483 | 1729 | ||
1484 | [[package]] | 1730 | [[package]] |
1485 | name = "windows_aarch64_msvc" | 1731 | name = "windows_aarch64_msvc" |
1486 | version = "0.42.1" | 1732 | version = "0.48.0" |
1487 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1488 | checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" | 1734 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
1489 | 1735 | ||
1490 | [[package]] | 1736 | [[package]] |
1491 | name = "windows_i686_gnu" | 1737 | name = "windows_i686_gnu" |
1492 | version = "0.42.1" | 1738 | version = "0.42.2" |
1739 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1740 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" | ||
1741 | |||
1742 | [[package]] | ||
1743 | name = "windows_i686_gnu" | ||
1744 | version = "0.48.0" | ||
1745 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1746 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" | ||
1747 | |||
1748 | [[package]] | ||
1749 | name = "windows_i686_msvc" | ||
1750 | version = "0.42.2" | ||
1493 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1494 | checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" | 1752 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
1495 | 1753 | ||
1496 | [[package]] | 1754 | [[package]] |
1497 | name = "windows_i686_msvc" | 1755 | name = "windows_i686_msvc" |
1498 | version = "0.42.1" | 1756 | version = "0.48.0" |
1757 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1758 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" | ||
1759 | |||
1760 | [[package]] | ||
1761 | name = "windows_x86_64_gnu" | ||
1762 | version = "0.42.2" | ||
1499 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1500 | checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" | 1764 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
1501 | 1765 | ||
1502 | [[package]] | 1766 | [[package]] |
1503 | name = "windows_x86_64_gnu" | 1767 | name = "windows_x86_64_gnu" |
1504 | version = "0.42.1" | 1768 | version = "0.48.0" |
1505 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1506 | checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" | 1770 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
1507 | 1771 | ||
1508 | [[package]] | 1772 | [[package]] |
1509 | name = "windows_x86_64_gnullvm" | 1773 | name = "windows_x86_64_gnullvm" |
1510 | version = "0.42.1" | 1774 | version = "0.42.2" |
1511 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1512 | checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" | 1776 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
1777 | |||
1778 | [[package]] | ||
1779 | name = "windows_x86_64_gnullvm" | ||
1780 | version = "0.48.0" | ||
1781 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1782 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" | ||
1783 | |||
1784 | [[package]] | ||
1785 | name = "windows_x86_64_msvc" | ||
1786 | version = "0.42.2" | ||
1787 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1788 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" | ||
1513 | 1789 | ||
1514 | [[package]] | 1790 | [[package]] |
1515 | name = "windows_x86_64_msvc" | 1791 | name = "windows_x86_64_msvc" |
1516 | version = "0.42.1" | 1792 | version = "0.48.0" |
1793 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1794 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" | ||
1795 | |||
1796 | [[package]] | ||
1797 | name = "winnow" | ||
1798 | version = "0.4.1" | ||
1517 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1518 | checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" | 1800 | checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" |
1801 | dependencies = [ | ||
1802 | "memchr", | ||
1803 | ] | ||
1519 | 1804 | ||
1520 | [[package]] | 1805 | [[package]] |
1521 | name = "winreg" | 1806 | name = "winreg" |