diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
| commit | 5dce8a09f0f980b878bd02b7e96fc001155492ec (patch) | |
| tree | e4d17fdd8efab836a53d964b1cbafe48ba494a99 | |
| parent | 6e9245542f070c39a1975f0d53d88913c4ac667d (diff) | |
chore: cargo update
update dependancies to latest version stated in cargo.toml
| -rw-r--r-- | Cargo.lock | 398 |
1 files changed, 224 insertions, 174 deletions
| @@ -52,18 +52,18 @@ dependencies = [ | |||
| 52 | 52 | ||
| 53 | [[package]] | 53 | [[package]] |
| 54 | name = "aho-corasick" | 54 | name = "aho-corasick" |
| 55 | version = "1.0.5" | 55 | version = "1.1.2" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" | 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" | 57 | checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
| 58 | dependencies = [ | 58 | dependencies = [ |
| 59 | "memchr", | 59 | "memchr", |
| 60 | ] | 60 | ] |
| 61 | 61 | ||
| 62 | [[package]] | 62 | [[package]] |
| 63 | name = "anstream" | 63 | name = "anstream" |
| 64 | version = "0.5.0" | 64 | version = "0.6.4" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" | 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" | 66 | checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" |
| 67 | dependencies = [ | 67 | dependencies = [ |
| 68 | "anstyle", | 68 | "anstyle", |
| 69 | "anstyle-parse", | 69 | "anstyle-parse", |
| @@ -75,15 +75,15 @@ dependencies = [ | |||
| 75 | 75 | ||
| 76 | [[package]] | 76 | [[package]] |
| 77 | name = "anstyle" | 77 | name = "anstyle" |
| 78 | version = "1.0.2" | 78 | version = "1.0.4" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" | 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" | 80 | checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" |
| 81 | 81 | ||
| 82 | [[package]] | 82 | [[package]] |
| 83 | name = "anstyle-parse" | 83 | name = "anstyle-parse" |
| 84 | version = "0.2.1" | 84 | version = "0.2.2" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" | 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" | 86 | checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" |
| 87 | dependencies = [ | 87 | dependencies = [ |
| 88 | "utf8parse", | 88 | "utf8parse", |
| 89 | ] | 89 | ] |
| @@ -99,9 +99,9 @@ dependencies = [ | |||
| 99 | 99 | ||
| 100 | [[package]] | 100 | [[package]] |
| 101 | name = "anstyle-wincon" | 101 | name = "anstyle-wincon" |
| 102 | version = "2.1.0" | 102 | version = "3.0.1" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" | 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" | 104 | checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" |
| 105 | dependencies = [ | 105 | dependencies = [ |
| 106 | "anstyle", | 106 | "anstyle", |
| 107 | "windows-sys 0.48.0", | 107 | "windows-sys 0.48.0", |
| @@ -122,7 +122,7 @@ dependencies = [ | |||
| 122 | "anstyle", | 122 | "anstyle", |
| 123 | "bstr", | 123 | "bstr", |
| 124 | "doc-comment", | 124 | "doc-comment", |
| 125 | "predicates 3.0.3", | 125 | "predicates 3.0.4", |
| 126 | "predicates-core", | 126 | "predicates-core", |
| 127 | "predicates-tree", | 127 | "predicates-tree", |
| 128 | "wait-timeout", | 128 | "wait-timeout", |
| @@ -134,7 +134,7 @@ version = "0.5.1" | |||
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" | 135 | checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" |
| 136 | dependencies = [ | 136 | dependencies = [ |
| 137 | "event-listener", | 137 | "event-listener 2.5.3", |
| 138 | "futures-core", | 138 | "futures-core", |
| 139 | ] | 139 | ] |
| 140 | 140 | ||
| @@ -145,20 +145,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 145 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" | 145 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" |
| 146 | dependencies = [ | 146 | dependencies = [ |
| 147 | "concurrent-queue", | 147 | "concurrent-queue", |
| 148 | "event-listener", | 148 | "event-listener 2.5.3", |
| 149 | "futures-core", | 149 | "futures-core", |
| 150 | ] | 150 | ] |
| 151 | 151 | ||
| 152 | [[package]] | 152 | [[package]] |
| 153 | name = "async-executor" | 153 | name = "async-executor" |
| 154 | version = "1.5.1" | 154 | version = "1.5.4" |
| 155 | source = "registry+https://github.com/rust-lang/crates.io-index" | 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" | 156 | checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499" |
| 157 | dependencies = [ | 157 | dependencies = [ |
| 158 | "async-lock", | 158 | "async-lock", |
| 159 | "async-task", | 159 | "async-task", |
| 160 | "concurrent-queue", | 160 | "concurrent-queue", |
| 161 | "fastrand 1.9.0", | 161 | "fastrand 2.0.1", |
| 162 | "futures-lite", | 162 | "futures-lite", |
| 163 | "slab", | 163 | "slab", |
| 164 | ] | 164 | ] |
| @@ -189,7 +189,7 @@ dependencies = [ | |||
| 189 | "log", | 189 | "log", |
| 190 | "parking", | 190 | "parking", |
| 191 | "polling", | 191 | "polling", |
| 192 | "rustix 0.37.23", | 192 | "rustix 0.37.24", |
| 193 | "slab", | 193 | "slab", |
| 194 | "socket2 0.4.9", | 194 | "socket2 0.4.9", |
| 195 | "waker-fn", | 195 | "waker-fn", |
| @@ -201,43 +201,60 @@ version = "2.8.0" | |||
| 201 | source = "registry+https://github.com/rust-lang/crates.io-index" | 201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" | 202 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" |
| 203 | dependencies = [ | 203 | dependencies = [ |
| 204 | "event-listener", | 204 | "event-listener 2.5.3", |
| 205 | ] | 205 | ] |
| 206 | 206 | ||
| 207 | [[package]] | 207 | [[package]] |
| 208 | name = "async-process" | 208 | name = "async-process" |
| 209 | version = "1.7.0" | 209 | version = "1.8.1" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" | 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" | 211 | checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" |
| 212 | dependencies = [ | 212 | dependencies = [ |
| 213 | "async-io", | 213 | "async-io", |
| 214 | "async-lock", | 214 | "async-lock", |
| 215 | "autocfg", | 215 | "async-signal", |
| 216 | "blocking", | 216 | "blocking", |
| 217 | "cfg-if", | 217 | "cfg-if", |
| 218 | "event-listener", | 218 | "event-listener 3.0.0", |
| 219 | "futures-lite", | 219 | "futures-lite", |
| 220 | "rustix 0.37.23", | 220 | "rustix 0.38.18", |
| 221 | "signal-hook", | ||
| 222 | "windows-sys 0.48.0", | 221 | "windows-sys 0.48.0", |
| 223 | ] | 222 | ] |
| 224 | 223 | ||
| 225 | [[package]] | 224 | [[package]] |
| 226 | name = "async-recursion" | 225 | name = "async-recursion" |
| 227 | version = "1.0.4" | 226 | version = "1.0.5" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" | 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" | 228 | checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" |
| 230 | dependencies = [ | 229 | dependencies = [ |
| 231 | "proc-macro2", | 230 | "proc-macro2", |
| 232 | "quote", | 231 | "quote", |
| 233 | "syn 2.0.32", | 232 | "syn 2.0.38", |
| 233 | ] | ||
| 234 | |||
| 235 | [[package]] | ||
| 236 | name = "async-signal" | ||
| 237 | version = "0.2.4" | ||
| 238 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 239 | checksum = "d2a5415b7abcdc9cd7d63d6badba5288b2ca017e3fbd4173b8f405449f1a2399" | ||
| 240 | dependencies = [ | ||
| 241 | "async-io", | ||
| 242 | "async-lock", | ||
| 243 | "atomic-waker", | ||
| 244 | "cfg-if", | ||
| 245 | "futures-core", | ||
| 246 | "futures-io", | ||
| 247 | "rustix 0.38.18", | ||
| 248 | "signal-hook-registry", | ||
| 249 | "slab", | ||
| 250 | "windows-sys 0.48.0", | ||
| 234 | ] | 251 | ] |
| 235 | 252 | ||
| 236 | [[package]] | 253 | [[package]] |
| 237 | name = "async-task" | 254 | name = "async-task" |
| 238 | version = "4.4.0" | 255 | version = "4.4.1" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" | 256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" | 257 | checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921" |
| 241 | 258 | ||
| 242 | [[package]] | 259 | [[package]] |
| 243 | name = "async-trait" | 260 | name = "async-trait" |
| @@ -247,14 +264,14 @@ checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" | |||
| 247 | dependencies = [ | 264 | dependencies = [ |
| 248 | "proc-macro2", | 265 | "proc-macro2", |
| 249 | "quote", | 266 | "quote", |
| 250 | "syn 2.0.32", | 267 | "syn 2.0.38", |
| 251 | ] | 268 | ] |
| 252 | 269 | ||
| 253 | [[package]] | 270 | [[package]] |
| 254 | name = "atomic-waker" | 271 | name = "atomic-waker" |
| 255 | version = "1.1.1" | 272 | version = "1.1.2" |
| 256 | source = "registry+https://github.com/rust-lang/crates.io-index" | 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 257 | checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" | 274 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 258 | 275 | ||
| 259 | [[package]] | 276 | [[package]] |
| 260 | name = "autocfg" | 277 | name = "autocfg" |
| @@ -279,9 +296,9 @@ dependencies = [ | |||
| 279 | 296 | ||
| 280 | [[package]] | 297 | [[package]] |
| 281 | name = "base64" | 298 | name = "base64" |
| 282 | version = "0.21.3" | 299 | version = "0.21.4" |
| 283 | source = "registry+https://github.com/rust-lang/crates.io-index" | 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" | 301 | checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" |
| 285 | 302 | ||
| 286 | [[package]] | 303 | [[package]] |
| 287 | name = "base64ct" | 304 | name = "base64ct" |
| @@ -389,24 +406,25 @@ dependencies = [ | |||
| 389 | 406 | ||
| 390 | [[package]] | 407 | [[package]] |
| 391 | name = "blocking" | 408 | name = "blocking" |
| 392 | version = "1.3.1" | 409 | version = "1.4.1" |
| 393 | source = "registry+https://github.com/rust-lang/crates.io-index" | 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 | checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" | 411 | checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a" |
| 395 | dependencies = [ | 412 | dependencies = [ |
| 396 | "async-channel", | 413 | "async-channel", |
| 397 | "async-lock", | 414 | "async-lock", |
| 398 | "async-task", | 415 | "async-task", |
| 399 | "atomic-waker", | 416 | "fastrand 2.0.1", |
| 400 | "fastrand 1.9.0", | 417 | "futures-io", |
| 401 | "futures-lite", | 418 | "futures-lite", |
| 402 | "log", | 419 | "piper", |
| 420 | "tracing", | ||
| 403 | ] | 421 | ] |
| 404 | 422 | ||
| 405 | [[package]] | 423 | [[package]] |
| 406 | name = "bstr" | 424 | name = "bstr" |
| 407 | version = "1.6.2" | 425 | version = "1.7.0" |
| 408 | source = "registry+https://github.com/rust-lang/crates.io-index" | 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" | 427 | checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" |
| 410 | dependencies = [ | 428 | dependencies = [ |
| 411 | "memchr", | 429 | "memchr", |
| 412 | "regex-automata", | 430 | "regex-automata", |
| @@ -415,21 +433,21 @@ dependencies = [ | |||
| 415 | 433 | ||
| 416 | [[package]] | 434 | [[package]] |
| 417 | name = "bumpalo" | 435 | name = "bumpalo" |
| 418 | version = "3.13.0" | 436 | version = "3.14.0" |
| 419 | source = "registry+https://github.com/rust-lang/crates.io-index" | 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 420 | checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" | 438 | checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
| 421 | 439 | ||
| 422 | [[package]] | 440 | [[package]] |
| 423 | name = "byteorder" | 441 | name = "byteorder" |
| 424 | version = "1.4.3" | 442 | version = "1.5.0" |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" | 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | 444 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 427 | 445 | ||
| 428 | [[package]] | 446 | [[package]] |
| 429 | name = "bytes" | 447 | name = "bytes" |
| 430 | version = "1.4.0" | 448 | version = "1.5.0" |
| 431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 | checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" | 450 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
| 433 | 451 | ||
| 434 | [[package]] | 452 | [[package]] |
| 435 | name = "cbc" | 453 | name = "cbc" |
| @@ -502,9 +520,9 @@ dependencies = [ | |||
| 502 | 520 | ||
| 503 | [[package]] | 521 | [[package]] |
| 504 | name = "clap" | 522 | name = "clap" |
| 505 | version = "4.4.2" | 523 | version = "4.4.6" |
| 506 | source = "registry+https://github.com/rust-lang/crates.io-index" | 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 | checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" | 525 | checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" |
| 508 | dependencies = [ | 526 | dependencies = [ |
| 509 | "clap_builder", | 527 | "clap_builder", |
| 510 | "clap_derive", | 528 | "clap_derive", |
| @@ -512,9 +530,9 @@ dependencies = [ | |||
| 512 | 530 | ||
| 513 | [[package]] | 531 | [[package]] |
| 514 | name = "clap_builder" | 532 | name = "clap_builder" |
| 515 | version = "4.4.2" | 533 | version = "4.4.6" |
| 516 | source = "registry+https://github.com/rust-lang/crates.io-index" | 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" | 535 | checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" |
| 518 | dependencies = [ | 536 | dependencies = [ |
| 519 | "anstream", | 537 | "anstream", |
| 520 | "anstyle", | 538 | "anstyle", |
| @@ -531,7 +549,7 @@ dependencies = [ | |||
| 531 | "heck", | 549 | "heck", |
| 532 | "proc-macro2", | 550 | "proc-macro2", |
| 533 | "quote", | 551 | "quote", |
| 534 | "syn 2.0.32", | 552 | "syn 2.0.38", |
| 535 | ] | 553 | ] |
| 536 | 554 | ||
| 537 | [[package]] | 555 | [[package]] |
| @@ -554,9 +572,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" | |||
| 554 | 572 | ||
| 555 | [[package]] | 573 | [[package]] |
| 556 | name = "concurrent-queue" | 574 | name = "concurrent-queue" |
| 557 | version = "2.2.0" | 575 | version = "2.3.0" |
| 558 | source = "registry+https://github.com/rust-lang/crates.io-index" | 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" | 577 | checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400" |
| 560 | dependencies = [ | 578 | dependencies = [ |
| 561 | "crossbeam-utils", | 579 | "crossbeam-utils", |
| 562 | ] | 580 | ] |
| @@ -626,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 626 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" | 644 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| 627 | dependencies = [ | 645 | dependencies = [ |
| 628 | "cfg-if", | 646 | "cfg-if", |
| 629 | "hashbrown 0.14.0", | 647 | "hashbrown 0.14.1", |
| 630 | "lock_api", | 648 | "lock_api", |
| 631 | "once_cell", | 649 | "once_cell", |
| 632 | "parking_lot_core", | 650 | "parking_lot_core", |
| @@ -738,9 +756,9 @@ dependencies = [ | |||
| 738 | 756 | ||
| 739 | [[package]] | 757 | [[package]] |
| 740 | name = "enumflags2" | 758 | name = "enumflags2" |
| 741 | version = "0.7.7" | 759 | version = "0.7.8" |
| 742 | source = "registry+https://github.com/rust-lang/crates.io-index" | 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 743 | checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" | 761 | checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" |
| 744 | dependencies = [ | 762 | dependencies = [ |
| 745 | "enumflags2_derive", | 763 | "enumflags2_derive", |
| 746 | "serde", | 764 | "serde", |
| @@ -748,13 +766,13 @@ dependencies = [ | |||
| 748 | 766 | ||
| 749 | [[package]] | 767 | [[package]] |
| 750 | name = "enumflags2_derive" | 768 | name = "enumflags2_derive" |
| 751 | version = "0.7.7" | 769 | version = "0.7.8" |
| 752 | source = "registry+https://github.com/rust-lang/crates.io-index" | 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 | checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" | 771 | checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" |
| 754 | dependencies = [ | 772 | dependencies = [ |
| 755 | "proc-macro2", | 773 | "proc-macro2", |
| 756 | "quote", | 774 | "quote", |
| 757 | "syn 2.0.32", | 775 | "syn 2.0.38", |
| 758 | ] | 776 | ] |
| 759 | 777 | ||
| 760 | [[package]] | 778 | [[package]] |
| @@ -765,30 +783,30 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | |||
| 765 | 783 | ||
| 766 | [[package]] | 784 | [[package]] |
| 767 | name = "errno" | 785 | name = "errno" |
| 768 | version = "0.3.3" | 786 | version = "0.3.5" |
| 769 | source = "registry+https://github.com/rust-lang/crates.io-index" | 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 770 | checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" | 788 | checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" |
| 771 | dependencies = [ | 789 | dependencies = [ |
| 772 | "errno-dragonfly", | ||
| 773 | "libc", | 790 | "libc", |
| 774 | "windows-sys 0.48.0", | 791 | "windows-sys 0.48.0", |
| 775 | ] | 792 | ] |
| 776 | 793 | ||
| 777 | [[package]] | 794 | [[package]] |
| 778 | name = "errno-dragonfly" | 795 | name = "event-listener" |
| 779 | version = "0.1.2" | 796 | version = "2.5.3" |
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" | 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" | 798 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
| 782 | dependencies = [ | ||
| 783 | "cc", | ||
| 784 | "libc", | ||
| 785 | ] | ||
| 786 | 799 | ||
| 787 | [[package]] | 800 | [[package]] |
| 788 | name = "event-listener" | 801 | name = "event-listener" |
| 789 | version = "2.5.3" | 802 | version = "3.0.0" |
| 790 | source = "registry+https://github.com/rust-lang/crates.io-index" | 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" | 804 | checksum = "29e56284f00d94c1bc7fd3c77027b4623c88c1f53d8d2394c6199f2921dea325" |
| 805 | dependencies = [ | ||
| 806 | "concurrent-queue", | ||
| 807 | "parking", | ||
| 808 | "pin-project-lite", | ||
| 809 | ] | ||
| 792 | 810 | ||
| 793 | [[package]] | 811 | [[package]] |
| 794 | name = "fastrand" | 812 | name = "fastrand" |
| @@ -801,9 +819,9 @@ dependencies = [ | |||
| 801 | 819 | ||
| 802 | [[package]] | 820 | [[package]] |
| 803 | name = "fastrand" | 821 | name = "fastrand" |
| 804 | version = "2.0.0" | 822 | version = "2.0.1" |
| 805 | source = "registry+https://github.com/rust-lang/crates.io-index" | 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" | 824 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
| 807 | 825 | ||
| 808 | [[package]] | 826 | [[package]] |
| 809 | name = "float-cmp" | 827 | name = "float-cmp" |
| @@ -906,7 +924,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" | |||
| 906 | dependencies = [ | 924 | dependencies = [ |
| 907 | "proc-macro2", | 925 | "proc-macro2", |
| 908 | "quote", | 926 | "quote", |
| 909 | "syn 2.0.32", | 927 | "syn 2.0.38", |
| 910 | ] | 928 | ] |
| 911 | 929 | ||
| 912 | [[package]] | 930 | [[package]] |
| @@ -1010,9 +1028,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | |||
| 1010 | 1028 | ||
| 1011 | [[package]] | 1029 | [[package]] |
| 1012 | name = "hashbrown" | 1030 | name = "hashbrown" |
| 1013 | version = "0.14.0" | 1031 | version = "0.14.1" |
| 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" | 1033 | checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" |
| 1016 | 1034 | ||
| 1017 | [[package]] | 1035 | [[package]] |
| 1018 | name = "heck" | 1036 | name = "heck" |
| @@ -1022,9 +1040,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | |||
| 1022 | 1040 | ||
| 1023 | [[package]] | 1041 | [[package]] |
| 1024 | name = "hermit-abi" | 1042 | name = "hermit-abi" |
| 1025 | version = "0.3.2" | 1043 | version = "0.3.3" |
| 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1027 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" | 1045 | checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" |
| 1028 | 1046 | ||
| 1029 | [[package]] | 1047 | [[package]] |
| 1030 | name = "hex" | 1048 | name = "hex" |
| @@ -1150,12 +1168,12 @@ dependencies = [ | |||
| 1150 | 1168 | ||
| 1151 | [[package]] | 1169 | [[package]] |
| 1152 | name = "indexmap" | 1170 | name = "indexmap" |
| 1153 | version = "2.0.0" | 1171 | version = "2.0.2" |
| 1154 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1155 | checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" | 1173 | checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" |
| 1156 | dependencies = [ | 1174 | dependencies = [ |
| 1157 | "equivalent", | 1175 | "equivalent", |
| 1158 | "hashbrown 0.14.0", | 1176 | "hashbrown 0.14.1", |
| 1159 | ] | 1177 | ] |
| 1160 | 1178 | ||
| 1161 | [[package]] | 1179 | [[package]] |
| @@ -1207,6 +1225,15 @@ dependencies = [ | |||
| 1207 | ] | 1225 | ] |
| 1208 | 1226 | ||
| 1209 | [[package]] | 1227 | [[package]] |
| 1228 | name = "itertools" | ||
| 1229 | version = "0.11.0" | ||
| 1230 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1231 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" | ||
| 1232 | dependencies = [ | ||
| 1233 | "either", | ||
| 1234 | ] | ||
| 1235 | |||
| 1236 | [[package]] | ||
| 1210 | name = "itoa" | 1237 | name = "itoa" |
| 1211 | version = "1.0.9" | 1238 | version = "1.0.9" |
| 1212 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1214,9 +1241,9 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" | |||
| 1214 | 1241 | ||
| 1215 | [[package]] | 1242 | [[package]] |
| 1216 | name = "jobserver" | 1243 | name = "jobserver" |
| 1217 | version = "0.1.26" | 1244 | version = "0.1.27" |
| 1218 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1219 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" | 1246 | checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" |
| 1220 | dependencies = [ | 1247 | dependencies = [ |
| 1221 | "libc", | 1248 | "libc", |
| 1222 | ] | 1249 | ] |
| @@ -1252,9 +1279,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |||
| 1252 | 1279 | ||
| 1253 | [[package]] | 1280 | [[package]] |
| 1254 | name = "libc" | 1281 | name = "libc" |
| 1255 | version = "0.2.147" | 1282 | version = "0.2.149" |
| 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1257 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" | 1284 | checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
| 1258 | 1285 | ||
| 1259 | [[package]] | 1286 | [[package]] |
| 1260 | name = "libgit2-sys" | 1287 | name = "libgit2-sys" |
| @@ -1314,9 +1341,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" | |||
| 1314 | 1341 | ||
| 1315 | [[package]] | 1342 | [[package]] |
| 1316 | name = "linux-raw-sys" | 1343 | name = "linux-raw-sys" |
| 1317 | version = "0.4.7" | 1344 | version = "0.4.10" |
| 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1319 | checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" | 1346 | checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" |
| 1320 | 1347 | ||
| 1321 | [[package]] | 1348 | [[package]] |
| 1322 | name = "lock_api" | 1349 | name = "lock_api" |
| @@ -1336,9 +1363,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" | |||
| 1336 | 1363 | ||
| 1337 | [[package]] | 1364 | [[package]] |
| 1338 | name = "memchr" | 1365 | name = "memchr" |
| 1339 | version = "2.6.3" | 1366 | version = "2.6.4" |
| 1340 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1341 | checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" | 1368 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
| 1342 | 1369 | ||
| 1343 | [[package]] | 1370 | [[package]] |
| 1344 | name = "memoffset" | 1371 | name = "memoffset" |
| @@ -1562,18 +1589,18 @@ dependencies = [ | |||
| 1562 | 1589 | ||
| 1563 | [[package]] | 1590 | [[package]] |
| 1564 | name = "num-traits" | 1591 | name = "num-traits" |
| 1565 | version = "0.2.16" | 1592 | version = "0.2.17" |
| 1566 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1567 | checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" | 1594 | checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
| 1568 | dependencies = [ | 1595 | dependencies = [ |
| 1569 | "autocfg", | 1596 | "autocfg", |
| 1570 | ] | 1597 | ] |
| 1571 | 1598 | ||
| 1572 | [[package]] | 1599 | [[package]] |
| 1573 | name = "object" | 1600 | name = "object" |
| 1574 | version = "0.32.0" | 1601 | version = "0.32.1" |
| 1575 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1576 | checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" | 1603 | checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" |
| 1577 | dependencies = [ | 1604 | dependencies = [ |
| 1578 | "memchr", | 1605 | "memchr", |
| 1579 | ] | 1606 | ] |
| @@ -1626,9 +1653,9 @@ dependencies = [ | |||
| 1626 | 1653 | ||
| 1627 | [[package]] | 1654 | [[package]] |
| 1628 | name = "parking" | 1655 | name = "parking" |
| 1629 | version = "2.1.0" | 1656 | version = "2.1.1" |
| 1630 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1631 | checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" | 1658 | checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067" |
| 1632 | 1659 | ||
| 1633 | [[package]] | 1660 | [[package]] |
| 1634 | name = "parking_lot" | 1661 | name = "parking_lot" |
| @@ -1666,9 +1693,9 @@ dependencies = [ | |||
| 1666 | 1693 | ||
| 1667 | [[package]] | 1694 | [[package]] |
| 1668 | name = "passwords" | 1695 | name = "passwords" |
| 1669 | version = "3.1.13" | 1696 | version = "3.1.16" |
| 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 | checksum = "9ca743e019c2c679e1d92b329214cb4ffc4312200ca5ae60227aad1425c0aac8" | 1698 | checksum = "11407193a7c2bd14ec6b0ec3394da6fdcf7a4d5dcbc8c3cc38dfb17802c8d59c" |
| 1672 | dependencies = [ | 1699 | dependencies = [ |
| 1673 | "random-pick", | 1700 | "random-pick", |
| 1674 | ] | 1701 | ] |
| @@ -1702,6 +1729,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1702 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | 1729 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1703 | 1730 | ||
| 1704 | [[package]] | 1731 | [[package]] |
| 1732 | name = "piper" | ||
| 1733 | version = "0.2.1" | ||
| 1734 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1735 | checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" | ||
| 1736 | dependencies = [ | ||
| 1737 | "atomic-waker", | ||
| 1738 | "fastrand 2.0.1", | ||
| 1739 | "futures-io", | ||
| 1740 | ] | ||
| 1741 | |||
| 1742 | [[package]] | ||
| 1705 | name = "pkg-config" | 1743 | name = "pkg-config" |
| 1706 | version = "0.3.27" | 1744 | version = "0.3.27" |
| 1707 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1748,7 +1786,7 @@ checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" | |||
| 1748 | dependencies = [ | 1786 | dependencies = [ |
| 1749 | "difflib", | 1787 | "difflib", |
| 1750 | "float-cmp", | 1788 | "float-cmp", |
| 1751 | "itertools", | 1789 | "itertools 0.10.5", |
| 1752 | "normalize-line-endings", | 1790 | "normalize-line-endings", |
| 1753 | "predicates-core", | 1791 | "predicates-core", |
| 1754 | "regex", | 1792 | "regex", |
| @@ -1756,13 +1794,13 @@ dependencies = [ | |||
| 1756 | 1794 | ||
| 1757 | [[package]] | 1795 | [[package]] |
| 1758 | name = "predicates" | 1796 | name = "predicates" |
| 1759 | version = "3.0.3" | 1797 | version = "3.0.4" |
| 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 | checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" | 1799 | checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" |
| 1762 | dependencies = [ | 1800 | dependencies = [ |
| 1763 | "anstyle", | 1801 | "anstyle", |
| 1764 | "difflib", | 1802 | "difflib", |
| 1765 | "itertools", | 1803 | "itertools 0.11.0", |
| 1766 | "predicates-core", | 1804 | "predicates-core", |
| 1767 | ] | 1805 | ] |
| 1768 | 1806 | ||
| @@ -1824,9 +1862,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" | |||
| 1824 | 1862 | ||
| 1825 | [[package]] | 1863 | [[package]] |
| 1826 | name = "proc-macro2" | 1864 | name = "proc-macro2" |
| 1827 | version = "1.0.66" | 1865 | version = "1.0.69" |
| 1828 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1829 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" | 1867 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
| 1830 | dependencies = [ | 1868 | dependencies = [ |
| 1831 | "unicode-ident", | 1869 | "unicode-ident", |
| 1832 | ] | 1870 | ] |
| @@ -1889,7 +1927,7 @@ checksum = "8b86292cf41ccfc96c5de7165c1c53d5b4ac540c5bab9d1857acbe9eba5f1a0b" | |||
| 1889 | dependencies = [ | 1927 | dependencies = [ |
| 1890 | "proc-macro-hack", | 1928 | "proc-macro-hack", |
| 1891 | "quote", | 1929 | "quote", |
| 1892 | "syn 2.0.32", | 1930 | "syn 2.0.38", |
| 1893 | ] | 1931 | ] |
| 1894 | 1932 | ||
| 1895 | [[package]] | 1933 | [[package]] |
| @@ -1932,9 +1970,9 @@ dependencies = [ | |||
| 1932 | 1970 | ||
| 1933 | [[package]] | 1971 | [[package]] |
| 1934 | name = "regex" | 1972 | name = "regex" |
| 1935 | version = "1.9.5" | 1973 | version = "1.10.0" |
| 1936 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1937 | checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" | 1975 | checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" |
| 1938 | dependencies = [ | 1976 | dependencies = [ |
| 1939 | "aho-corasick", | 1977 | "aho-corasick", |
| 1940 | "memchr", | 1978 | "memchr", |
| @@ -1944,9 +1982,9 @@ dependencies = [ | |||
| 1944 | 1982 | ||
| 1945 | [[package]] | 1983 | [[package]] |
| 1946 | name = "regex-automata" | 1984 | name = "regex-automata" |
| 1947 | version = "0.3.8" | 1985 | version = "0.4.1" |
| 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1949 | checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" | 1987 | checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" |
| 1950 | dependencies = [ | 1988 | dependencies = [ |
| 1951 | "aho-corasick", | 1989 | "aho-corasick", |
| 1952 | "memchr", | 1990 | "memchr", |
| @@ -1955,15 +1993,15 @@ dependencies = [ | |||
| 1955 | 1993 | ||
| 1956 | [[package]] | 1994 | [[package]] |
| 1957 | name = "regex-syntax" | 1995 | name = "regex-syntax" |
| 1958 | version = "0.7.5" | 1996 | version = "0.8.1" |
| 1959 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1960 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" | 1998 | checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" |
| 1961 | 1999 | ||
| 1962 | [[package]] | 2000 | [[package]] |
| 1963 | name = "reqwest" | 2001 | name = "reqwest" |
| 1964 | version = "0.11.20" | 2002 | version = "0.11.22" |
| 1965 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1966 | checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" | 2004 | checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" |
| 1967 | dependencies = [ | 2005 | dependencies = [ |
| 1968 | "base64", | 2006 | "base64", |
| 1969 | "bytes", | 2007 | "bytes", |
| @@ -1987,6 +2025,7 @@ dependencies = [ | |||
| 1987 | "serde", | 2025 | "serde", |
| 1988 | "serde_json", | 2026 | "serde_json", |
| 1989 | "serde_urlencoded", | 2027 | "serde_urlencoded", |
| 2028 | "system-configuration", | ||
| 1990 | "tokio", | 2029 | "tokio", |
| 1991 | "tokio-rustls", | 2030 | "tokio-rustls", |
| 1992 | "tokio-socks", | 2031 | "tokio-socks", |
| @@ -2047,9 +2086,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" | |||
| 2047 | 2086 | ||
| 2048 | [[package]] | 2087 | [[package]] |
| 2049 | name = "rustix" | 2088 | name = "rustix" |
| 2050 | version = "0.37.23" | 2089 | version = "0.37.24" |
| 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2052 | checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" | 2091 | checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d" |
| 2053 | dependencies = [ | 2092 | dependencies = [ |
| 2054 | "bitflags 1.3.2", | 2093 | "bitflags 1.3.2", |
| 2055 | "errno", | 2094 | "errno", |
| @@ -2061,14 +2100,14 @@ dependencies = [ | |||
| 2061 | 2100 | ||
| 2062 | [[package]] | 2101 | [[package]] |
| 2063 | name = "rustix" | 2102 | name = "rustix" |
| 2064 | version = "0.38.13" | 2103 | version = "0.38.18" |
| 2065 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2066 | checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662" | 2105 | checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c" |
| 2067 | dependencies = [ | 2106 | dependencies = [ |
| 2068 | "bitflags 2.4.0", | 2107 | "bitflags 2.4.0", |
| 2069 | "errno", | 2108 | "errno", |
| 2070 | "libc", | 2109 | "libc", |
| 2071 | "linux-raw-sys 0.4.7", | 2110 | "linux-raw-sys 0.4.10", |
| 2072 | "windows-sys 0.48.0", | 2111 | "windows-sys 0.48.0", |
| 2073 | ] | 2112 | ] |
| 2074 | 2113 | ||
| @@ -2095,9 +2134,9 @@ dependencies = [ | |||
| 2095 | 2134 | ||
| 2096 | [[package]] | 2135 | [[package]] |
| 2097 | name = "rustls-webpki" | 2136 | name = "rustls-webpki" |
| 2098 | version = "0.101.4" | 2137 | version = "0.101.6" |
| 2099 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2100 | checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" | 2139 | checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe" |
| 2101 | dependencies = [ | 2140 | dependencies = [ |
| 2102 | "ring", | 2141 | "ring", |
| 2103 | "untrusted", | 2142 | "untrusted", |
| @@ -2226,14 +2265,14 @@ checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" | |||
| 2226 | dependencies = [ | 2265 | dependencies = [ |
| 2227 | "proc-macro2", | 2266 | "proc-macro2", |
| 2228 | "quote", | 2267 | "quote", |
| 2229 | "syn 2.0.32", | 2268 | "syn 2.0.38", |
| 2230 | ] | 2269 | ] |
| 2231 | 2270 | ||
| 2232 | [[package]] | 2271 | [[package]] |
| 2233 | name = "serde_json" | 2272 | name = "serde_json" |
| 2234 | version = "1.0.106" | 2273 | version = "1.0.107" |
| 2235 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2236 | checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" | 2275 | checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
| 2237 | dependencies = [ | 2276 | dependencies = [ |
| 2238 | "itoa", | 2277 | "itoa", |
| 2239 | "ryu", | 2278 | "ryu", |
| @@ -2248,7 +2287,7 @@ checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" | |||
| 2248 | dependencies = [ | 2287 | dependencies = [ |
| 2249 | "proc-macro2", | 2288 | "proc-macro2", |
| 2250 | "quote", | 2289 | "quote", |
| 2251 | "syn 2.0.32", | 2290 | "syn 2.0.38", |
| 2252 | ] | 2291 | ] |
| 2253 | 2292 | ||
| 2254 | [[package]] | 2293 | [[package]] |
| @@ -2285,14 +2324,14 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" | |||
| 2285 | dependencies = [ | 2324 | dependencies = [ |
| 2286 | "proc-macro2", | 2325 | "proc-macro2", |
| 2287 | "quote", | 2326 | "quote", |
| 2288 | "syn 2.0.32", | 2327 | "syn 2.0.38", |
| 2289 | ] | 2328 | ] |
| 2290 | 2329 | ||
| 2291 | [[package]] | 2330 | [[package]] |
| 2292 | name = "sha1" | 2331 | name = "sha1" |
| 2293 | version = "0.10.5" | 2332 | version = "0.10.6" |
| 2294 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2295 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" | 2334 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 2296 | dependencies = [ | 2335 | dependencies = [ |
| 2297 | "cfg-if", | 2336 | "cfg-if", |
| 2298 | "cpufeatures", | 2337 | "cpufeatures", |
| @@ -2301,9 +2340,9 @@ dependencies = [ | |||
| 2301 | 2340 | ||
| 2302 | [[package]] | 2341 | [[package]] |
| 2303 | name = "sha2" | 2342 | name = "sha2" |
| 2304 | version = "0.10.7" | 2343 | version = "0.10.8" |
| 2305 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2306 | checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" | 2345 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| 2307 | dependencies = [ | 2346 | dependencies = [ |
| 2308 | "cfg-if", | 2347 | "cfg-if", |
| 2309 | "cpufeatures", | 2348 | "cpufeatures", |
| @@ -2317,16 +2356,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2317 | checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" | 2356 | checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" |
| 2318 | 2357 | ||
| 2319 | [[package]] | 2358 | [[package]] |
| 2320 | name = "signal-hook" | ||
| 2321 | version = "0.3.17" | ||
| 2322 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2323 | checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" | ||
| 2324 | dependencies = [ | ||
| 2325 | "libc", | ||
| 2326 | "signal-hook-registry", | ||
| 2327 | ] | ||
| 2328 | |||
| 2329 | [[package]] | ||
| 2330 | name = "signal-hook-registry" | 2359 | name = "signal-hook-registry" |
| 2331 | version = "1.4.1" | 2360 | version = "1.4.1" |
| 2332 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2346,9 +2375,9 @@ dependencies = [ | |||
| 2346 | 2375 | ||
| 2347 | [[package]] | 2376 | [[package]] |
| 2348 | name = "smallvec" | 2377 | name = "smallvec" |
| 2349 | version = "1.11.0" | 2378 | version = "1.11.1" |
| 2350 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2351 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" | 2380 | checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" |
| 2352 | 2381 | ||
| 2353 | [[package]] | 2382 | [[package]] |
| 2354 | name = "socket2" | 2383 | name = "socket2" |
| @@ -2362,9 +2391,9 @@ dependencies = [ | |||
| 2362 | 2391 | ||
| 2363 | [[package]] | 2392 | [[package]] |
| 2364 | name = "socket2" | 2393 | name = "socket2" |
| 2365 | version = "0.5.3" | 2394 | version = "0.5.4" |
| 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2367 | checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" | 2396 | checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" |
| 2368 | dependencies = [ | 2397 | dependencies = [ |
| 2369 | "libc", | 2398 | "libc", |
| 2370 | "windows-sys 0.48.0", | 2399 | "windows-sys 0.48.0", |
| @@ -2416,9 +2445,9 @@ dependencies = [ | |||
| 2416 | 2445 | ||
| 2417 | [[package]] | 2446 | [[package]] |
| 2418 | name = "syn" | 2447 | name = "syn" |
| 2419 | version = "2.0.32" | 2448 | version = "2.0.38" |
| 2420 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2421 | checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2" | 2450 | checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
| 2422 | dependencies = [ | 2451 | dependencies = [ |
| 2423 | "proc-macro2", | 2452 | "proc-macro2", |
| 2424 | "quote", | 2453 | "quote", |
| @@ -2426,15 +2455,36 @@ dependencies = [ | |||
| 2426 | ] | 2455 | ] |
| 2427 | 2456 | ||
| 2428 | [[package]] | 2457 | [[package]] |
| 2458 | name = "system-configuration" | ||
| 2459 | version = "0.5.1" | ||
| 2460 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2461 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" | ||
| 2462 | dependencies = [ | ||
| 2463 | "bitflags 1.3.2", | ||
| 2464 | "core-foundation", | ||
| 2465 | "system-configuration-sys", | ||
| 2466 | ] | ||
| 2467 | |||
| 2468 | [[package]] | ||
| 2469 | name = "system-configuration-sys" | ||
| 2470 | version = "0.5.0" | ||
| 2471 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2472 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" | ||
| 2473 | dependencies = [ | ||
| 2474 | "core-foundation-sys", | ||
| 2475 | "libc", | ||
| 2476 | ] | ||
| 2477 | |||
| 2478 | [[package]] | ||
| 2429 | name = "tempfile" | 2479 | name = "tempfile" |
| 2430 | version = "3.8.0" | 2480 | version = "3.8.0" |
| 2431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2432 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" | 2482 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
| 2433 | dependencies = [ | 2483 | dependencies = [ |
| 2434 | "cfg-if", | 2484 | "cfg-if", |
| 2435 | "fastrand 2.0.0", | 2485 | "fastrand 2.0.1", |
| 2436 | "redox_syscall 0.3.5", | 2486 | "redox_syscall 0.3.5", |
| 2437 | "rustix 0.38.13", | 2487 | "rustix 0.38.18", |
| 2438 | "windows-sys 0.48.0", | 2488 | "windows-sys 0.48.0", |
| 2439 | ] | 2489 | ] |
| 2440 | 2490 | ||
| @@ -2462,22 +2512,22 @@ dependencies = [ | |||
| 2462 | 2512 | ||
| 2463 | [[package]] | 2513 | [[package]] |
| 2464 | name = "thiserror" | 2514 | name = "thiserror" |
| 2465 | version = "1.0.48" | 2515 | version = "1.0.49" |
| 2466 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2467 | checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" | 2517 | checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" |
| 2468 | dependencies = [ | 2518 | dependencies = [ |
| 2469 | "thiserror-impl", | 2519 | "thiserror-impl", |
| 2470 | ] | 2520 | ] |
| 2471 | 2521 | ||
| 2472 | [[package]] | 2522 | [[package]] |
| 2473 | name = "thiserror-impl" | 2523 | name = "thiserror-impl" |
| 2474 | version = "1.0.48" | 2524 | version = "1.0.49" |
| 2475 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2476 | checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" | 2526 | checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" |
| 2477 | dependencies = [ | 2527 | dependencies = [ |
| 2478 | "proc-macro2", | 2528 | "proc-macro2", |
| 2479 | "quote", | 2529 | "quote", |
| 2480 | "syn 2.0.32", | 2530 | "syn 2.0.38", |
| 2481 | ] | 2531 | ] |
| 2482 | 2532 | ||
| 2483 | [[package]] | 2533 | [[package]] |
| @@ -2497,16 +2547,16 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |||
| 2497 | 2547 | ||
| 2498 | [[package]] | 2548 | [[package]] |
| 2499 | name = "tokio" | 2549 | name = "tokio" |
| 2500 | version = "1.32.0" | 2550 | version = "1.33.0" |
| 2501 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2502 | checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" | 2552 | checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" |
| 2503 | dependencies = [ | 2553 | dependencies = [ |
| 2504 | "backtrace", | 2554 | "backtrace", |
| 2505 | "bytes", | 2555 | "bytes", |
| 2506 | "libc", | 2556 | "libc", |
| 2507 | "mio", | 2557 | "mio", |
| 2508 | "pin-project-lite", | 2558 | "pin-project-lite", |
| 2509 | "socket2 0.5.3", | 2559 | "socket2 0.5.4", |
| 2510 | "windows-sys 0.48.0", | 2560 | "windows-sys 0.48.0", |
| 2511 | ] | 2561 | ] |
| 2512 | 2562 | ||
| @@ -2534,9 +2584,9 @@ dependencies = [ | |||
| 2534 | 2584 | ||
| 2535 | [[package]] | 2585 | [[package]] |
| 2536 | name = "tokio-util" | 2586 | name = "tokio-util" |
| 2537 | version = "0.7.8" | 2587 | version = "0.7.9" |
| 2538 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2539 | checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" | 2589 | checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" |
| 2540 | dependencies = [ | 2590 | dependencies = [ |
| 2541 | "bytes", | 2591 | "bytes", |
| 2542 | "futures-core", | 2592 | "futures-core", |
| @@ -2554,11 +2604,11 @@ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" | |||
| 2554 | 2604 | ||
| 2555 | [[package]] | 2605 | [[package]] |
| 2556 | name = "toml_edit" | 2606 | name = "toml_edit" |
| 2557 | version = "0.19.14" | 2607 | version = "0.19.15" |
| 2558 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2559 | checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" | 2609 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 2560 | dependencies = [ | 2610 | dependencies = [ |
| 2561 | "indexmap 2.0.0", | 2611 | "indexmap 2.0.2", |
| 2562 | "toml_datetime", | 2612 | "toml_datetime", |
| 2563 | "winnow", | 2613 | "winnow", |
| 2564 | ] | 2614 | ] |
| @@ -2589,7 +2639,7 @@ checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" | |||
| 2589 | dependencies = [ | 2639 | dependencies = [ |
| 2590 | "proc-macro2", | 2640 | "proc-macro2", |
| 2591 | "quote", | 2641 | "quote", |
| 2592 | "syn 2.0.32", | 2642 | "syn 2.0.38", |
| 2593 | ] | 2643 | ] |
| 2594 | 2644 | ||
| 2595 | [[package]] | 2645 | [[package]] |
| @@ -2609,9 +2659,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" | |||
| 2609 | 2659 | ||
| 2610 | [[package]] | 2660 | [[package]] |
| 2611 | name = "typenum" | 2661 | name = "typenum" |
| 2612 | version = "1.16.0" | 2662 | version = "1.17.0" |
| 2613 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2614 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" | 2664 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 2615 | 2665 | ||
| 2616 | [[package]] | 2666 | [[package]] |
| 2617 | name = "uds_windows" | 2667 | name = "uds_windows" |
| @@ -2631,9 +2681,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" | |||
| 2631 | 2681 | ||
| 2632 | [[package]] | 2682 | [[package]] |
| 2633 | name = "unicode-ident" | 2683 | name = "unicode-ident" |
| 2634 | version = "1.0.11" | 2684 | version = "1.0.12" |
| 2635 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2636 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" | 2686 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 2637 | 2687 | ||
| 2638 | [[package]] | 2688 | [[package]] |
| 2639 | name = "unicode-normalization" | 2689 | name = "unicode-normalization" |
| @@ -2646,9 +2696,9 @@ dependencies = [ | |||
| 2646 | 2696 | ||
| 2647 | [[package]] | 2697 | [[package]] |
| 2648 | name = "unicode-width" | 2698 | name = "unicode-width" |
| 2649 | version = "0.1.10" | 2699 | version = "0.1.11" |
| 2650 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2651 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" | 2701 | checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
| 2652 | 2702 | ||
| 2653 | [[package]] | 2703 | [[package]] |
| 2654 | name = "universal-hash" | 2704 | name = "universal-hash" |
| @@ -2727,9 +2777,9 @@ dependencies = [ | |||
| 2727 | 2777 | ||
| 2728 | [[package]] | 2778 | [[package]] |
| 2729 | name = "waker-fn" | 2779 | name = "waker-fn" |
| 2730 | version = "1.1.0" | 2780 | version = "1.1.1" |
| 2731 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2732 | checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" | 2782 | checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" |
| 2733 | 2783 | ||
| 2734 | [[package]] | 2784 | [[package]] |
| 2735 | name = "want" | 2785 | name = "want" |
| @@ -2767,7 +2817,7 @@ dependencies = [ | |||
| 2767 | "once_cell", | 2817 | "once_cell", |
| 2768 | "proc-macro2", | 2818 | "proc-macro2", |
| 2769 | "quote", | 2819 | "quote", |
| 2770 | "syn 2.0.32", | 2820 | "syn 2.0.38", |
| 2771 | "wasm-bindgen-shared", | 2821 | "wasm-bindgen-shared", |
| 2772 | ] | 2822 | ] |
| 2773 | 2823 | ||
| @@ -2801,7 +2851,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" | |||
| 2801 | dependencies = [ | 2851 | dependencies = [ |
| 2802 | "proc-macro2", | 2852 | "proc-macro2", |
| 2803 | "quote", | 2853 | "quote", |
| 2804 | "syn 2.0.32", | 2854 | "syn 2.0.38", |
| 2805 | "wasm-bindgen-backend", | 2855 | "wasm-bindgen-backend", |
| 2806 | "wasm-bindgen-shared", | 2856 | "wasm-bindgen-shared", |
| 2807 | ] | 2857 | ] |
| @@ -2984,9 +3034,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |||
| 2984 | 3034 | ||
| 2985 | [[package]] | 3035 | [[package]] |
| 2986 | name = "winnow" | 3036 | name = "winnow" |
| 2987 | version = "0.5.15" | 3037 | version = "0.5.16" |
| 2988 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2989 | checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" | 3039 | checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907" |
| 2990 | dependencies = [ | 3040 | dependencies = [ |
| 2991 | "memchr", | 3041 | "memchr", |
| 2992 | ] | 3042 | ] |
| @@ -3030,7 +3080,7 @@ dependencies = [ | |||
| 3030 | "byteorder", | 3080 | "byteorder", |
| 3031 | "derivative", | 3081 | "derivative", |
| 3032 | "enumflags2", | 3082 | "enumflags2", |
| 3033 | "event-listener", | 3083 | "event-listener 2.5.3", |
| 3034 | "futures-core", | 3084 | "futures-core", |
| 3035 | "futures-sink", | 3085 | "futures-sink", |
| 3036 | "futures-util", | 3086 | "futures-util", |