Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: /
Date: Sat, 19 Jun 2021 22:34:25
Message-Id: 1624142037.2e3126b08e5f2c95b71bd94322cdf4965e2d2c28.gyakovlev@gentoo
1 commit: 2e3126b08e5f2c95b71bd94322cdf4965e2d2c28
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 22:31:15 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 22:33:57 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=2e3126b0
7
8 update deps and bump to 0.3.2
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 Cargo.lock | 379 +++++++++++++++++++++++++++++++------------------------------
13 Cargo.toml | 2 +-
14 2 files changed, 196 insertions(+), 185 deletions(-)
15
16 diff --git a/Cargo.lock b/Cargo.lock
17 index bba491d..4cde09f 100644
18 --- a/Cargo.lock
19 +++ b/Cargo.lock
20 @@ -1,487 +1,498 @@
21 # This file is automatically @generated by Cargo.
22 # It is not intended for manual editing.
23 +version = 3
24 +
25 [[package]]
26 name = "ansi_term"
27 version = "0.11.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 +checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
30 dependencies = [
31 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
32 + "winapi",
33 ]
34
35 [[package]]
36 name = "anyhow"
37 -version = "1.0.31"
38 +version = "1.0.41"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
41
42 [[package]]
43 name = "atty"
44 version = "0.2.14"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
47 dependencies = [
48 - "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
49 - "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
50 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
51 + "hermit-abi",
52 + "libc",
53 + "winapi",
54 ]
55
56 [[package]]
57 name = "autocfg"
58 -version = "1.0.0"
59 +version = "1.0.1"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
62
63 [[package]]
64 name = "bitflags"
65 version = "1.2.1"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
68
69 [[package]]
70 name = "cargo-ebuild"
71 version = "0.3.2-alpha.0"
72 dependencies = [
73 - "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
74 - "cargo-lock 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
75 - "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
76 - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
77 - "structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
78 - "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
79 + "anyhow",
80 + "cargo-lock",
81 + "cargo_metadata",
82 + "itertools",
83 + "structopt",
84 + "time",
85 ]
86
87 [[package]]
88 name = "cargo-lock"
89 version = "4.0.1"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 +checksum = "8504b63dd1249fd1745b7b4ef9b6f7b107ddeb3c95370043c7dbcc38653a2679"
92 dependencies = [
93 - "gumdrop 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
94 - "petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
95 - "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
96 - "serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
97 - "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
98 - "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
99 + "gumdrop",
100 + "petgraph",
101 + "semver",
102 + "serde",
103 + "toml",
104 + "url",
105 ]
106
107 [[package]]
108 name = "cargo_metadata"
109 version = "0.9.1"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 +checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
112 dependencies = [
113 - "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
114 - "serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
115 - "serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
116 - "serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
117 + "semver",
118 + "serde",
119 + "serde_derive",
120 + "serde_json",
121 ]
122
123 [[package]]
124 name = "clap"
125 -version = "2.33.1"
126 +version = "2.33.3"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
129 dependencies = [
130 - "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
131 - "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
132 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
133 - "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
134 - "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
135 - "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
136 - "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
137 + "ansi_term",
138 + "atty",
139 + "bitflags",
140 + "strsim",
141 + "textwrap",
142 + "unicode-width",
143 + "vec_map",
144 ]
145
146 [[package]]
147 name = "either"
148 -version = "1.5.3"
149 +version = "1.6.1"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
152
153 [[package]]
154 name = "fixedbitset"
155 version = "0.2.0"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 +checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
158 +
159 +[[package]]
160 +name = "form_urlencoded"
161 +version = "1.0.1"
162 +source = "registry+https://github.com/rust-lang/crates.io-index"
163 +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
164 +dependencies = [
165 + "matches",
166 + "percent-encoding",
167 +]
168
169 [[package]]
170 name = "gumdrop"
171 version = "0.7.0"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 +checksum = "ee50908bc1beeac1f2902e0b4e0cd0d844e716f5ebdc6f0cfc1163fe5e10bcde"
174 dependencies = [
175 - "gumdrop_derive 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
176 + "gumdrop_derive",
177 ]
178
179 [[package]]
180 name = "gumdrop_derive"
181 version = "0.7.0"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 +checksum = "90454ce4de40b7ca6a8968b5ef367bdab48413962588d0d2b1638d60090c35d7"
184 dependencies = [
185 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
186 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
187 - "syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
188 + "proc-macro2",
189 + "quote",
190 + "syn",
191 ]
192
193 [[package]]
194 name = "hashbrown"
195 -version = "0.8.1"
196 +version = "0.9.1"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 -dependencies = [
199 - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
200 -]
201 +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
202
203 [[package]]
204 name = "heck"
205 -version = "0.3.1"
206 +version = "0.3.3"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
209 dependencies = [
210 - "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
211 + "unicode-segmentation",
212 ]
213
214 [[package]]
215 name = "hermit-abi"
216 -version = "0.1.14"
217 +version = "0.1.18"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
220 dependencies = [
221 - "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
222 + "libc",
223 ]
224
225 [[package]]
226 name = "idna"
227 -version = "0.2.0"
228 +version = "0.2.3"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
231 dependencies = [
232 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
233 - "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
234 - "unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
235 + "matches",
236 + "unicode-bidi",
237 + "unicode-normalization",
238 ]
239
240 [[package]]
241 name = "indexmap"
242 -version = "1.5.0"
243 +version = "1.6.2"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
246 dependencies = [
247 - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
248 - "hashbrown 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
249 + "autocfg",
250 + "hashbrown",
251 ]
252
253 [[package]]
254 name = "itertools"
255 version = "0.8.2"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 +checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
258 dependencies = [
259 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
260 + "either",
261 ]
262
263 [[package]]
264 name = "itoa"
265 -version = "0.4.6"
266 +version = "0.4.7"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
269
270 [[package]]
271 name = "lazy_static"
272 version = "1.4.0"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
275
276 [[package]]
277 name = "libc"
278 -version = "0.2.71"
279 +version = "0.2.97"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 +checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
282
283 [[package]]
284 name = "matches"
285 version = "0.1.8"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
288
289 [[package]]
290 name = "percent-encoding"
291 version = "2.1.0"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
294
295 [[package]]
296 name = "petgraph"
297 version = "0.5.1"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 +checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
300 dependencies = [
301 - "fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
302 - "indexmap 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
303 + "fixedbitset",
304 + "indexmap",
305 ]
306
307 [[package]]
308 name = "proc-macro-error"
309 -version = "1.0.2"
310 +version = "1.0.4"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
313 dependencies = [
314 - "proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
315 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
316 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
317 - "syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
318 - "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
319 + "proc-macro-error-attr",
320 + "proc-macro2",
321 + "quote",
322 + "syn",
323 + "version_check",
324 ]
325
326 [[package]]
327 name = "proc-macro-error-attr"
328 -version = "1.0.2"
329 +version = "1.0.4"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
332 dependencies = [
333 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
334 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
335 - "syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
336 - "syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
337 - "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
338 + "proc-macro2",
339 + "quote",
340 + "version_check",
341 ]
342
343 [[package]]
344 name = "proc-macro2"
345 -version = "1.0.18"
346 +version = "1.0.27"
347 source = "registry+https://github.com/rust-lang/crates.io-index"
348 +checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
349 dependencies = [
350 - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
351 + "unicode-xid",
352 ]
353
354 [[package]]
355 name = "quote"
356 -version = "1.0.7"
357 +version = "1.0.9"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
360 dependencies = [
361 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
362 + "proc-macro2",
363 ]
364
365 [[package]]
366 name = "ryu"
367 version = "1.0.5"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
370
371 [[package]]
372 name = "semver"
373 version = "0.9.0"
374 source = "registry+https://github.com/rust-lang/crates.io-index"
375 +checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
376 dependencies = [
377 - "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
378 - "serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
379 + "semver-parser",
380 + "serde",
381 ]
382
383 [[package]]
384 name = "semver-parser"
385 version = "0.7.0"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
388
389 [[package]]
390 name = "serde"
391 -version = "1.0.112"
392 +version = "1.0.126"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 +checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
395 dependencies = [
396 - "serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
397 + "serde_derive",
398 ]
399
400 [[package]]
401 name = "serde_derive"
402 -version = "1.0.112"
403 +version = "1.0.126"
404 source = "registry+https://github.com/rust-lang/crates.io-index"
405 +checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
406 dependencies = [
407 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
408 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
409 - "syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
410 + "proc-macro2",
411 + "quote",
412 + "syn",
413 ]
414
415 [[package]]
416 name = "serde_json"
417 -version = "1.0.55"
418 +version = "1.0.64"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 +checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
421 dependencies = [
422 - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
423 - "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
424 - "serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
425 + "itoa",
426 + "ryu",
427 + "serde",
428 ]
429
430 [[package]]
431 name = "strsim"
432 version = "0.8.0"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
435
436 [[package]]
437 name = "structopt"
438 -version = "0.3.15"
439 +version = "0.3.21"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 +checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
442 dependencies = [
443 - "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
444 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
445 - "structopt-derive 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
446 + "clap",
447 + "lazy_static",
448 + "structopt-derive",
449 ]
450
451 [[package]]
452 name = "structopt-derive"
453 -version = "0.4.8"
454 +version = "0.4.14"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 +checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
457 dependencies = [
458 - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
459 - "proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
460 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
461 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
462 - "syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
463 + "heck",
464 + "proc-macro-error",
465 + "proc-macro2",
466 + "quote",
467 + "syn",
468 ]
469
470 [[package]]
471 name = "syn"
472 -version = "1.0.31"
473 +version = "1.0.73"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 +checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
476 dependencies = [
477 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
478 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
479 - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
480 + "proc-macro2",
481 + "quote",
482 + "unicode-xid",
483 ]
484
485 [[package]]
486 -name = "syn-mid"
487 -version = "0.5.0"
488 +name = "textwrap"
489 +version = "0.11.0"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 +checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
492 dependencies = [
493 - "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
494 - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
495 - "syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
496 + "unicode-width",
497 ]
498
499 [[package]]
500 -name = "textwrap"
501 -version = "0.11.0"
502 +name = "time"
503 +version = "0.1.44"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 +checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
506 dependencies = [
507 - "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
508 + "libc",
509 + "wasi",
510 + "winapi",
511 ]
512
513 [[package]]
514 -name = "time"
515 -version = "0.1.43"
516 +name = "tinyvec"
517 +version = "1.2.0"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
519 +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
520 dependencies = [
521 - "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
522 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
523 + "tinyvec_macros",
524 ]
525
526 [[package]]
527 -name = "tinyvec"
528 -version = "0.3.3"
529 +name = "tinyvec_macros"
530 +version = "0.1.0"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
533
534 [[package]]
535 name = "toml"
536 -version = "0.5.6"
537 +version = "0.5.8"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
540 dependencies = [
541 - "serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
542 + "serde",
543 ]
544
545 [[package]]
546 name = "unicode-bidi"
547 -version = "0.3.4"
548 +version = "0.3.5"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 +checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
551 dependencies = [
552 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
553 + "matches",
554 ]
555
556 [[package]]
557 name = "unicode-normalization"
558 -version = "0.1.13"
559 +version = "0.1.19"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
562 dependencies = [
563 - "tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
564 + "tinyvec",
565 ]
566
567 [[package]]
568 name = "unicode-segmentation"
569 -version = "1.6.0"
570 +version = "1.7.1"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
573
574 [[package]]
575 name = "unicode-width"
576 -version = "0.1.7"
577 +version = "0.1.8"
578 source = "registry+https://github.com/rust-lang/crates.io-index"
579 +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
580
581 [[package]]
582 name = "unicode-xid"
583 -version = "0.2.0"
584 +version = "0.2.2"
585 source = "registry+https://github.com/rust-lang/crates.io-index"
586 +checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
587
588 [[package]]
589 name = "url"
590 -version = "2.1.1"
591 +version = "2.2.2"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
594 dependencies = [
595 - "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
596 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
597 - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
598 + "form_urlencoded",
599 + "idna",
600 + "matches",
601 + "percent-encoding",
602 ]
603
604 [[package]]
605 name = "vec_map"
606 version = "0.8.2"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
609
610 [[package]]
611 name = "version_check"
612 -version = "0.9.2"
613 +version = "0.9.3"
614 +source = "registry+https://github.com/rust-lang/crates.io-index"
615 +checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
616 +
617 +[[package]]
618 +name = "wasi"
619 +version = "0.10.0+wasi-snapshot-preview1"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
622
623 [[package]]
624 name = "winapi"
625 -version = "0.3.8"
626 +version = "0.3.9"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
629 dependencies = [
630 - "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
631 - "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
632 + "winapi-i686-pc-windows-gnu",
633 + "winapi-x86_64-pc-windows-gnu",
634 ]
635
636 [[package]]
637 name = "winapi-i686-pc-windows-gnu"
638 version = "0.4.0"
639 source = "registry+https://github.com/rust-lang/crates.io-index"
640 +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
641
642 [[package]]
643 name = "winapi-x86_64-pc-windows-gnu"
644 version = "0.4.0"
645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 -
647 -[metadata]
648 -"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
649 -"checksum anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
650 -"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
651 -"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
652 -"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
653 -"checksum cargo-lock 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8504b63dd1249fd1745b7b4ef9b6f7b107ddeb3c95370043c7dbcc38653a2679"
654 -"checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
655 -"checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
656 -"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
657 -"checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
658 -"checksum gumdrop 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee50908bc1beeac1f2902e0b4e0cd0d844e716f5ebdc6f0cfc1163fe5e10bcde"
659 -"checksum gumdrop_derive 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90454ce4de40b7ca6a8968b5ef367bdab48413962588d0d2b1638d60090c35d7"
660 -"checksum hashbrown 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb"
661 -"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
662 -"checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
663 -"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
664 -"checksum indexmap 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b88cd59ee5f71fea89a62248fc8f387d44400cefe05ef548466d61ced9029a7"
665 -"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
666 -"checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
667 -"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
668 -"checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
669 -"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
670 -"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
671 -"checksum petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
672 -"checksum proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
673 -"checksum proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
674 -"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
675 -"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
676 -"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
677 -"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
678 -"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
679 -"checksum serde 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
680 -"checksum serde_derive 1.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
681 -"checksum serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
682 -"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
683 -"checksum structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "de2f5e239ee807089b62adce73e48c625e0ed80df02c7ab3f068f5db5281065c"
684 -"checksum structopt-derive 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "510413f9de616762a4fbeab62509bf15c729603b72d7cd71280fbca431b1c118"
685 -"checksum syn 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
686 -"checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
687 -"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
688 -"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
689 -"checksum tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
690 -"checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
691 -"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
692 -"checksum unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
693 -"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
694 -"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
695 -"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
696 -"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
697 -"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
698 -"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
699 -"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
700 -"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
701 -"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
702 +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
703
704 diff --git a/Cargo.toml b/Cargo.toml
705 index e579d5a..037dce3 100644
706 --- a/Cargo.toml
707 +++ b/Cargo.toml
708 @@ -1,6 +1,6 @@
709 [package]
710 name = "cargo-ebuild"
711 -version = "0.3.2-alpha.0"
712 +version = "0.3.2"
713 authors = ["Doug Goldstein <cardoe@××××××.com>"]
714 license = "MIT/Apache-2.0"
715 edition = "2018"