aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2024-01-18 06:48:52 +0000
committerdiogo464 <[email protected]>2024-01-18 06:48:52 +0000
commit02ab6c1d12b2414f7a3a4e120896640a64ce58f6 (patch)
tree930b188b496e42655160e4649b9fcec8733d1687
parent4e80e8b09522a04a6a5d7f7240693f4f42633184 (diff)
chore: updated dependencies
-rw-r--r--Cargo.lock400
1 files changed, 167 insertions, 233 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a7da19..f49d46c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,67 +4,66 @@ version = 3
4 4
5[[package]] 5[[package]]
6name = "aho-corasick" 6name = "aho-corasick"
7version = "0.7.20" 7version = "1.1.2"
8source = "registry+https://github.com/rust-lang/crates.io-index" 8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 9checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
10dependencies = [ 10dependencies = [
11 "memchr", 11 "memchr",
12] 12]
13 13
14[[package]] 14[[package]]
15name = "anstream" 15name = "anstream"
16version = "0.3.2" 16version = "0.6.9"
17source = "registry+https://github.com/rust-lang/crates.io-index" 17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 18checksum = "3fde6067df7359f2d6335ec1a50c1f8f825801687d10da0cc4c6b08e3f6afd15"
19dependencies = [ 19dependencies = [
20 "anstyle", 20 "anstyle",
21 "anstyle-parse", 21 "anstyle-parse",
22 "anstyle-query", 22 "anstyle-query",
23 "anstyle-wincon", 23 "anstyle-wincon",
24 "colorchoice", 24 "colorchoice",
25 "is-terminal",
26 "utf8parse", 25 "utf8parse",
27] 26]
28 27
29[[package]] 28[[package]]
30name = "anstyle" 29name = "anstyle"
31version = "1.0.0" 30version = "1.0.4"
32source = "registry+https://github.com/rust-lang/crates.io-index" 31source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 32checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
34 33
35[[package]] 34[[package]]
36name = "anstyle-parse" 35name = "anstyle-parse"
37version = "0.2.0" 36version = "0.2.3"
38source = "registry+https://github.com/rust-lang/crates.io-index" 37source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 38checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
40dependencies = [ 39dependencies = [
41 "utf8parse", 40 "utf8parse",
42] 41]
43 42
44[[package]] 43[[package]]
45name = "anstyle-query" 44name = "anstyle-query"
46version = "1.0.0" 45version = "1.0.2"
47source = "registry+https://github.com/rust-lang/crates.io-index" 46source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 47checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
49dependencies = [ 48dependencies = [
50 "windows-sys 0.48.0", 49 "windows-sys 0.52.0",
51] 50]
52 51
53[[package]] 52[[package]]
54name = "anstyle-wincon" 53name = "anstyle-wincon"
55version = "1.0.1" 54version = "3.0.2"
56source = "registry+https://github.com/rust-lang/crates.io-index" 55source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 56checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
58dependencies = [ 57dependencies = [
59 "anstyle", 58 "anstyle",
60 "windows-sys 0.48.0", 59 "windows-sys 0.52.0",
61] 60]
62 61
63[[package]] 62[[package]]
64name = "anyhow" 63name = "anyhow"
65version = "1.0.71" 64version = "1.0.79"
66source = "registry+https://github.com/rust-lang/crates.io-index" 65source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 66checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
68 67
69[[package]] 68[[package]]
70name = "atty" 69name = "atty"
@@ -72,7 +71,7 @@ version = "0.2.14"
72source = "registry+https://github.com/rust-lang/crates.io-index" 71source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 72checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
74dependencies = [ 73dependencies = [
75 "hermit-abi 0.1.19", 74 "hermit-abi",
76 "libc", 75 "libc",
77 "winapi", 76 "winapi",
78] 77]
@@ -91,9 +90,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
91 90
92[[package]] 91[[package]]
93name = "bstr" 92name = "bstr"
94version = "1.4.0" 93version = "1.9.0"
95source = "registry+https://github.com/rust-lang/crates.io-index" 94source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 95checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
97dependencies = [ 96dependencies = [
98 "memchr", 97 "memchr",
99 "serde", 98 "serde",
@@ -101,15 +100,9 @@ dependencies = [
101 100
102[[package]] 101[[package]]
103name = "bytecount" 102name = "bytecount"
104version = "0.6.3" 103version = "0.6.7"
105source = "registry+https://github.com/rust-lang/crates.io-index" 104source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 105checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
107
108[[package]]
109name = "cc"
110version = "1.0.79"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
113 106
114[[package]] 107[[package]]
115name = "cfg-if" 108name = "cfg-if"
@@ -119,33 +112,31 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
119 112
120[[package]] 113[[package]]
121name = "clap" 114name = "clap"
122version = "4.3.0" 115version = "4.4.18"
123source = "registry+https://github.com/rust-lang/crates.io-index" 116source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" 117checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
125dependencies = [ 118dependencies = [
126 "clap_builder", 119 "clap_builder",
127 "clap_derive", 120 "clap_derive",
128 "once_cell",
129] 121]
130 122
131[[package]] 123[[package]]
132name = "clap_builder" 124name = "clap_builder"
133version = "4.3.0" 125version = "4.4.18"
134source = "registry+https://github.com/rust-lang/crates.io-index" 126source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" 127checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
136dependencies = [ 128dependencies = [
137 "anstream", 129 "anstream",
138 "anstyle", 130 "anstyle",
139 "bitflags",
140 "clap_lex", 131 "clap_lex",
141 "strsim", 132 "strsim",
142] 133]
143 134
144[[package]] 135[[package]]
145name = "clap_derive" 136name = "clap_derive"
146version = "4.3.0" 137version = "4.4.7"
147source = "registry+https://github.com/rust-lang/crates.io-index" 138source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b" 139checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
149dependencies = [ 140dependencies = [
150 "heck", 141 "heck",
151 "proc-macro2", 142 "proc-macro2",
@@ -155,9 +146,9 @@ dependencies = [
155 146
156[[package]] 147[[package]]
157name = "clap_lex" 148name = "clap_lex"
158version = "0.5.0" 149version = "0.6.0"
159source = "registry+https://github.com/rust-lang/crates.io-index" 150source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 151checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
161 152
162[[package]] 153[[package]]
163name = "colorchoice" 154name = "colorchoice"
@@ -167,13 +158,12 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
167 158
168[[package]] 159[[package]]
169name = "colored" 160name = "colored"
170version = "2.0.0" 161version = "2.1.0"
171source = "registry+https://github.com/rust-lang/crates.io-index" 162source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 163checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
173dependencies = [ 164dependencies = [
174 "atty",
175 "lazy_static", 165 "lazy_static",
176 "winapi", 166 "windows-sys 0.48.0",
177] 167]
178 168
179[[package]] 169[[package]]
@@ -194,16 +184,16 @@ dependencies = [
194 184
195[[package]] 185[[package]]
196name = "crossterm_winapi" 186name = "crossterm_winapi"
197version = "0.9.0" 187version = "0.9.1"
198source = "registry+https://github.com/rust-lang/crates.io-index" 188source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 189checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
200dependencies = [ 190dependencies = [
201 "winapi", 191 "winapi",
202] 192]
203 193
204[[package]] 194[[package]]
205name = "dotup" 195name = "dotup"
206version = "0.2.2" 196version = "0.2.3"
207dependencies = [ 197dependencies = [
208 "anyhow", 198 "anyhow",
209 "clap", 199 "clap",
@@ -220,9 +210,9 @@ dependencies = [
220 210
221[[package]] 211[[package]]
222name = "dyn-clone" 212name = "dyn-clone"
223version = "1.0.11" 213version = "1.0.16"
224source = "registry+https://github.com/rust-lang/crates.io-index" 214source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 215checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
226 216
227[[package]] 217[[package]]
228name = "env_logger" 218name = "env_logger"
@@ -238,43 +228,16 @@ dependencies = [
238] 228]
239 229
240[[package]] 230[[package]]
241name = "errno"
242version = "0.3.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
245dependencies = [
246 "errno-dragonfly",
247 "libc",
248 "windows-sys 0.45.0",
249]
250
251[[package]]
252name = "errno-dragonfly"
253version = "0.1.2"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
256dependencies = [
257 "cc",
258 "libc",
259]
260
261[[package]]
262name = "fnv"
263version = "1.0.7"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
266
267[[package]]
268name = "globset" 231name = "globset"
269version = "0.4.10" 232version = "0.4.14"
270source = "registry+https://github.com/rust-lang/crates.io-index" 233source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 234checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
272dependencies = [ 235dependencies = [
273 "aho-corasick", 236 "aho-corasick",
274 "bstr", 237 "bstr",
275 "fnv",
276 "log", 238 "log",
277 "regex", 239 "regex-automata",
240 "regex-syntax",
278] 241]
279 242
280[[package]] 243[[package]]
@@ -293,12 +256,6 @@ dependencies = [
293] 256]
294 257
295[[package]] 258[[package]]
296name = "hermit-abi"
297version = "0.3.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
300
301[[package]]
302name = "humantime" 259name = "humantime"
303version = "2.1.0" 260version = "2.1.0"
304source = "registry+https://github.com/rust-lang/crates.io-index" 261source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -321,29 +278,6 @@ dependencies = [
321] 278]
322 279
323[[package]] 280[[package]]
324name = "io-lifetimes"
325version = "1.0.10"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
328dependencies = [
329 "hermit-abi 0.3.1",
330 "libc",
331 "windows-sys 0.48.0",
332]
333
334[[package]]
335name = "is-terminal"
336version = "0.4.7"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
339dependencies = [
340 "hermit-abi 0.3.1",
341 "io-lifetimes",
342 "rustix",
343 "windows-sys 0.48.0",
344]
345
346[[package]]
347name = "lazy_static" 281name = "lazy_static"
348version = "1.4.0" 282version = "1.4.0"
349source = "registry+https://github.com/rust-lang/crates.io-index" 283source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -351,21 +285,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
351 285
352[[package]] 286[[package]]
353name = "libc" 287name = "libc"
354version = "0.2.141" 288version = "0.2.152"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
357
358[[package]]
359name = "linux-raw-sys"
360version = "0.3.1"
361source = "registry+https://github.com/rust-lang/crates.io-index" 289source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 290checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
363 291
364[[package]] 292[[package]]
365name = "lock_api" 293name = "lock_api"
366version = "0.4.9" 294version = "0.4.11"
367source = "registry+https://github.com/rust-lang/crates.io-index" 295source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 296checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
369dependencies = [ 297dependencies = [
370 "autocfg", 298 "autocfg",
371 "scopeguard", 299 "scopeguard",
@@ -373,15 +301,15 @@ dependencies = [
373 301
374[[package]] 302[[package]]
375name = "log" 303name = "log"
376version = "0.4.18" 304version = "0.4.20"
377source = "registry+https://github.com/rust-lang/crates.io-index" 305source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 306checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
379 307
380[[package]] 308[[package]]
381name = "memchr" 309name = "memchr"
382version = "2.5.0" 310version = "2.7.1"
383source = "registry+https://github.com/rust-lang/crates.io-index" 311source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 312checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
385 313
386[[package]] 314[[package]]
387name = "minimal-lexical" 315name = "minimal-lexical"
@@ -391,14 +319,14 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
391 319
392[[package]] 320[[package]]
393name = "mio" 321name = "mio"
394version = "0.8.6" 322version = "0.8.10"
395source = "registry+https://github.com/rust-lang/crates.io-index" 323source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 324checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
397dependencies = [ 325dependencies = [
398 "libc", 326 "libc",
399 "log", 327 "log",
400 "wasi", 328 "wasi",
401 "windows-sys 0.45.0", 329 "windows-sys 0.48.0",
402] 330]
403 331
404[[package]] 332[[package]]
@@ -422,9 +350,9 @@ dependencies = [
422 350
423[[package]] 351[[package]]
424name = "nom_locate" 352name = "nom_locate"
425version = "4.1.0" 353version = "4.2.0"
426source = "registry+https://github.com/rust-lang/crates.io-index" 354source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "b1e299bf5ea7b212e811e71174c5d1a5d065c4c0ad0c8691ecb1f97e3e66025e" 355checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
428dependencies = [ 356dependencies = [
429 "bytecount", 357 "bytecount",
430 "memchr", 358 "memchr",
@@ -432,12 +360,6 @@ dependencies = [
432] 360]
433 361
434[[package]] 362[[package]]
435name = "once_cell"
436version = "1.17.1"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
439
440[[package]]
441name = "parking_lot" 363name = "parking_lot"
442version = "0.12.1" 364version = "0.12.1"
443source = "registry+https://github.com/rust-lang/crates.io-index" 365source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -449,92 +371,104 @@ dependencies = [
449 371
450[[package]] 372[[package]]
451name = "parking_lot_core" 373name = "parking_lot_core"
452version = "0.9.7" 374version = "0.9.9"
453source = "registry+https://github.com/rust-lang/crates.io-index" 375source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 376checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
455dependencies = [ 377dependencies = [
456 "cfg-if", 378 "cfg-if",
457 "libc", 379 "libc",
458 "redox_syscall", 380 "redox_syscall",
459 "smallvec", 381 "smallvec",
460 "windows-sys 0.45.0", 382 "windows-targets 0.48.5",
461] 383]
462 384
463[[package]] 385[[package]]
464name = "proc-macro2" 386name = "proc-macro2"
465version = "1.0.56" 387version = "1.0.76"
466source = "registry+https://github.com/rust-lang/crates.io-index" 388source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 389checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
468dependencies = [ 390dependencies = [
469 "unicode-ident", 391 "unicode-ident",
470] 392]
471 393
472[[package]] 394[[package]]
473name = "quote" 395name = "quote"
474version = "1.0.26" 396version = "1.0.35"
475source = "registry+https://github.com/rust-lang/crates.io-index" 397source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 398checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
477dependencies = [ 399dependencies = [
478 "proc-macro2", 400 "proc-macro2",
479] 401]
480 402
481[[package]] 403[[package]]
482name = "redox_syscall" 404name = "redox_syscall"
483version = "0.2.16" 405version = "0.4.1"
484source = "registry+https://github.com/rust-lang/crates.io-index" 406source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 407checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
486dependencies = [ 408dependencies = [
487 "bitflags", 409 "bitflags",
488] 410]
489 411
490[[package]] 412[[package]]
491name = "regex" 413name = "regex"
492version = "1.7.3" 414version = "1.10.2"
493source = "registry+https://github.com/rust-lang/crates.io-index" 415source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 416checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
495dependencies = [ 417dependencies = [
496 "aho-corasick", 418 "aho-corasick",
497 "memchr", 419 "memchr",
420 "regex-automata",
498 "regex-syntax", 421 "regex-syntax",
499] 422]
500 423
501[[package]] 424[[package]]
502name = "regex-syntax" 425name = "regex-automata"
503version = "0.6.29" 426version = "0.4.3"
504source = "registry+https://github.com/rust-lang/crates.io-index" 427source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 428checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
429dependencies = [
430 "aho-corasick",
431 "memchr",
432 "regex-syntax",
433]
506 434
507[[package]] 435[[package]]
508name = "rustix" 436name = "regex-syntax"
509version = "0.37.8" 437version = "0.8.2"
510source = "registry+https://github.com/rust-lang/crates.io-index" 438source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "1aef160324be24d31a62147fae491c14d2204a3865c7ca8c3b0d7f7bcb3ea635" 439checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
512dependencies = [
513 "bitflags",
514 "errno",
515 "io-lifetimes",
516 "libc",
517 "linux-raw-sys",
518 "windows-sys 0.48.0",
519]
520 440
521[[package]] 441[[package]]
522name = "scopeguard" 442name = "scopeguard"
523version = "1.1.0" 443version = "1.2.0"
524source = "registry+https://github.com/rust-lang/crates.io-index" 444source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 445checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
526 446
527[[package]] 447[[package]]
528name = "serde" 448name = "serde"
529version = "1.0.159" 449version = "1.0.195"
530source = "registry+https://github.com/rust-lang/crates.io-index" 450source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 451checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
452dependencies = [
453 "serde_derive",
454]
455
456[[package]]
457name = "serde_derive"
458version = "1.0.195"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
461dependencies = [
462 "proc-macro2",
463 "quote",
464 "syn",
465]
532 466
533[[package]] 467[[package]]
534name = "signal-hook" 468name = "signal-hook"
535version = "0.3.15" 469version = "0.3.17"
536source = "registry+https://github.com/rust-lang/crates.io-index" 470source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 471checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
538dependencies = [ 472dependencies = [
539 "libc", 473 "libc",
540 "signal-hook-registry", 474 "signal-hook-registry",
@@ -562,18 +496,18 @@ dependencies = [
562 496
563[[package]] 497[[package]]
564name = "slotmap" 498name = "slotmap"
565version = "1.0.6" 499version = "1.0.7"
566source = "registry+https://github.com/rust-lang/crates.io-index" 500source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 501checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
568dependencies = [ 502dependencies = [
569 "version_check", 503 "version_check",
570] 504]
571 505
572[[package]] 506[[package]]
573name = "smallvec" 507name = "smallvec"
574version = "1.10.0" 508version = "1.12.0"
575source = "registry+https://github.com/rust-lang/crates.io-index" 509source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 510checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e"
577 511
578[[package]] 512[[package]]
579name = "strsim" 513name = "strsim"
@@ -583,9 +517,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
583 517
584[[package]] 518[[package]]
585name = "syn" 519name = "syn"
586version = "2.0.13" 520version = "2.0.48"
587source = "registry+https://github.com/rust-lang/crates.io-index" 521source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" 522checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
589dependencies = [ 523dependencies = [
590 "proc-macro2", 524 "proc-macro2",
591 "quote", 525 "quote",
@@ -594,27 +528,27 @@ dependencies = [
594 528
595[[package]] 529[[package]]
596name = "termcolor" 530name = "termcolor"
597version = "1.2.0" 531version = "1.4.1"
598source = "registry+https://github.com/rust-lang/crates.io-index" 532source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 533checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
600dependencies = [ 534dependencies = [
601 "winapi-util", 535 "winapi-util",
602] 536]
603 537
604[[package]] 538[[package]]
605name = "thiserror" 539name = "thiserror"
606version = "1.0.40" 540version = "1.0.56"
607source = "registry+https://github.com/rust-lang/crates.io-index" 541source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 542checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
609dependencies = [ 543dependencies = [
610 "thiserror-impl", 544 "thiserror-impl",
611] 545]
612 546
613[[package]] 547[[package]]
614name = "thiserror-impl" 548name = "thiserror-impl"
615version = "1.0.40" 549version = "1.0.56"
616source = "registry+https://github.com/rust-lang/crates.io-index" 550source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 551checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
618dependencies = [ 552dependencies = [
619 "proc-macro2", 553 "proc-macro2",
620 "quote", 554 "quote",
@@ -623,9 +557,9 @@ dependencies = [
623 557
624[[package]] 558[[package]]
625name = "unicode-ident" 559name = "unicode-ident"
626version = "1.0.8" 560version = "1.0.12"
627source = "registry+https://github.com/rust-lang/crates.io-index" 561source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 562checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
629 563
630[[package]] 564[[package]]
631name = "unicode-segmentation" 565name = "unicode-segmentation"
@@ -635,9 +569,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
635 569
636[[package]] 570[[package]]
637name = "unicode-width" 571name = "unicode-width"
638version = "0.1.10" 572version = "0.1.11"
639source = "registry+https://github.com/rust-lang/crates.io-index" 573source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 574checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
641 575
642[[package]] 576[[package]]
643name = "utf8parse" 577name = "utf8parse"
@@ -675,9 +609,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
675 609
676[[package]] 610[[package]]
677name = "winapi-util" 611name = "winapi-util"
678version = "0.1.5" 612version = "0.1.6"
679source = "registry+https://github.com/rust-lang/crates.io-index" 613source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 614checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
681dependencies = [ 615dependencies = [
682 "winapi", 616 "winapi",
683] 617]
@@ -690,132 +624,132 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
690 624
691[[package]] 625[[package]]
692name = "windows-sys" 626name = "windows-sys"
693version = "0.45.0" 627version = "0.48.0"
694source = "registry+https://github.com/rust-lang/crates.io-index" 628source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 629checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
696dependencies = [ 630dependencies = [
697 "windows-targets 0.42.2", 631 "windows-targets 0.48.5",
698] 632]
699 633
700[[package]] 634[[package]]
701name = "windows-sys" 635name = "windows-sys"
702version = "0.48.0" 636version = "0.52.0"
703source = "registry+https://github.com/rust-lang/crates.io-index" 637source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 638checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
705dependencies = [ 639dependencies = [
706 "windows-targets 0.48.0", 640 "windows-targets 0.52.0",
707] 641]
708 642
709[[package]] 643[[package]]
710name = "windows-targets" 644name = "windows-targets"
711version = "0.42.2" 645version = "0.48.5"
712source = "registry+https://github.com/rust-lang/crates.io-index" 646source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 647checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
714dependencies = [ 648dependencies = [
715 "windows_aarch64_gnullvm 0.42.2", 649 "windows_aarch64_gnullvm 0.48.5",
716 "windows_aarch64_msvc 0.42.2", 650 "windows_aarch64_msvc 0.48.5",
717 "windows_i686_gnu 0.42.2", 651 "windows_i686_gnu 0.48.5",
718 "windows_i686_msvc 0.42.2", 652 "windows_i686_msvc 0.48.5",
719 "windows_x86_64_gnu 0.42.2", 653 "windows_x86_64_gnu 0.48.5",
720 "windows_x86_64_gnullvm 0.42.2", 654 "windows_x86_64_gnullvm 0.48.5",
721 "windows_x86_64_msvc 0.42.2", 655 "windows_x86_64_msvc 0.48.5",
722] 656]
723 657
724[[package]] 658[[package]]
725name = "windows-targets" 659name = "windows-targets"
726version = "0.48.0" 660version = "0.52.0"
727source = "registry+https://github.com/rust-lang/crates.io-index" 661source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 662checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
729dependencies = [ 663dependencies = [
730 "windows_aarch64_gnullvm 0.48.0", 664 "windows_aarch64_gnullvm 0.52.0",
731 "windows_aarch64_msvc 0.48.0", 665 "windows_aarch64_msvc 0.52.0",
732 "windows_i686_gnu 0.48.0", 666 "windows_i686_gnu 0.52.0",
733 "windows_i686_msvc 0.48.0", 667 "windows_i686_msvc 0.52.0",
734 "windows_x86_64_gnu 0.48.0", 668 "windows_x86_64_gnu 0.52.0",
735 "windows_x86_64_gnullvm 0.48.0", 669 "windows_x86_64_gnullvm 0.52.0",
736 "windows_x86_64_msvc 0.48.0", 670 "windows_x86_64_msvc 0.52.0",
737] 671]
738 672
739[[package]] 673[[package]]
740name = "windows_aarch64_gnullvm" 674name = "windows_aarch64_gnullvm"
741version = "0.42.2" 675version = "0.48.5"
742source = "registry+https://github.com/rust-lang/crates.io-index" 676source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 677checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
744 678
745[[package]] 679[[package]]
746name = "windows_aarch64_gnullvm" 680name = "windows_aarch64_gnullvm"
747version = "0.48.0" 681version = "0.52.0"
748source = "registry+https://github.com/rust-lang/crates.io-index" 682source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 683checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
750 684
751[[package]] 685[[package]]
752name = "windows_aarch64_msvc" 686name = "windows_aarch64_msvc"
753version = "0.42.2" 687version = "0.48.5"
754source = "registry+https://github.com/rust-lang/crates.io-index" 688source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 689checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
756 690
757[[package]] 691[[package]]
758name = "windows_aarch64_msvc" 692name = "windows_aarch64_msvc"
759version = "0.48.0" 693version = "0.52.0"
760source = "registry+https://github.com/rust-lang/crates.io-index" 694source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 695checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
762 696
763[[package]] 697[[package]]
764name = "windows_i686_gnu" 698name = "windows_i686_gnu"
765version = "0.42.2" 699version = "0.48.5"
766source = "registry+https://github.com/rust-lang/crates.io-index" 700source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 701checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
768 702
769[[package]] 703[[package]]
770name = "windows_i686_gnu" 704name = "windows_i686_gnu"
771version = "0.48.0" 705version = "0.52.0"
772source = "registry+https://github.com/rust-lang/crates.io-index" 706source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 707checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
774 708
775[[package]] 709[[package]]
776name = "windows_i686_msvc" 710name = "windows_i686_msvc"
777version = "0.42.2" 711version = "0.48.5"
778source = "registry+https://github.com/rust-lang/crates.io-index" 712source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 713checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
780 714
781[[package]] 715[[package]]
782name = "windows_i686_msvc" 716name = "windows_i686_msvc"
783version = "0.48.0" 717version = "0.52.0"
784source = "registry+https://github.com/rust-lang/crates.io-index" 718source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 719checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
786 720
787[[package]] 721[[package]]
788name = "windows_x86_64_gnu" 722name = "windows_x86_64_gnu"
789version = "0.42.2" 723version = "0.48.5"
790source = "registry+https://github.com/rust-lang/crates.io-index" 724source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 725checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
792 726
793[[package]] 727[[package]]
794name = "windows_x86_64_gnu" 728name = "windows_x86_64_gnu"
795version = "0.48.0" 729version = "0.52.0"
796source = "registry+https://github.com/rust-lang/crates.io-index" 730source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 731checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
798 732
799[[package]] 733[[package]]
800name = "windows_x86_64_gnullvm" 734name = "windows_x86_64_gnullvm"
801version = "0.42.2" 735version = "0.48.5"
802source = "registry+https://github.com/rust-lang/crates.io-index" 736source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 737checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
804 738
805[[package]] 739[[package]]
806name = "windows_x86_64_gnullvm" 740name = "windows_x86_64_gnullvm"
807version = "0.48.0" 741version = "0.52.0"
808source = "registry+https://github.com/rust-lang/crates.io-index" 742source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 743checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
810 744
811[[package]] 745[[package]]
812name = "windows_x86_64_msvc" 746name = "windows_x86_64_msvc"
813version = "0.42.2" 747version = "0.48.5"
814source = "registry+https://github.com/rust-lang/crates.io-index" 748source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 749checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
816 750
817[[package]] 751[[package]]
818name = "windows_x86_64_msvc" 752name = "windows_x86_64_msvc"
819version = "0.48.0" 753version = "0.52.0"
820source = "registry+https://github.com/rust-lang/crates.io-index" 754source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 755checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"