turbo: 1.8.3 -> 1.8.8

authored by nbe and committed by Yt 1ac0d120 f5f49834

+1401 -1445
+1397 -1442
pkgs/tools/misc/turbo/Cargo.lock
··· 18 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 19 checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 20 20 dependencies = [ 21 - "gimli 0.27.1", 21 + "gimli 0.27.2", 22 22 ] 23 23 24 24 [[package]] ··· 49 49 ] 50 50 51 51 [[package]] 52 + name = "allocative" 53 + version = "0.2.0" 54 + source = "registry+https://github.com/rust-lang/crates.io-index" 55 + checksum = "2e99be155533c99b299ea3b05243b1e7c1747d250d61f92e68452cf8d21f3cab" 56 + dependencies = [ 57 + "allocative_derive", 58 + ] 59 + 60 + [[package]] 61 + name = "allocative_derive" 62 + version = "0.2.0" 63 + source = "registry+https://github.com/rust-lang/crates.io-index" 64 + checksum = "8e80c214d3f3f8a93eb62ce1406047e249ef2467e7bc290b88c08fad7e06f34a" 65 + dependencies = [ 66 + "proc-macro2", 67 + "quote", 68 + "syn 1.0.109", 69 + ] 70 + 71 + [[package]] 52 72 name = "android_system_properties" 53 73 version = "0.1.5" 54 74 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 93 113 94 114 [[package]] 95 115 name = "anyhow" 96 - version = "1.0.69" 116 + version = "1.0.70" 97 117 source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 118 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 99 119 dependencies = [ 100 120 "backtrace", 101 121 ] 102 122 103 123 [[package]] 104 124 name = "arrayref" 105 - version = "0.3.6" 125 + version = "0.3.7" 106 126 source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 127 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 108 128 109 129 [[package]] 110 130 name = "arrayvec" ··· 119 139 checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 120 140 121 141 [[package]] 122 - name = "ascii-canvas" 123 - version = "3.0.0" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" 126 - dependencies = [ 127 - "term", 128 - ] 129 - 130 - [[package]] 131 142 name = "assert-json-diff" 132 143 version = "2.0.2" 133 144 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 143 154 source = "registry+https://github.com/rust-lang/crates.io-index" 144 155 checksum = "9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e" 145 156 dependencies = [ 146 - "bstr 1.2.0", 157 + "bstr", 147 158 "doc-comment", 148 159 "predicates", 149 160 "predicates-core", ··· 152 163 ] 153 164 154 165 [[package]] 166 + name = "assert_matches" 167 + version = "1.5.0" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 170 + 171 + [[package]] 155 172 name = "ast_node" 156 173 version = "0.8.6" 157 174 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 159 176 dependencies = [ 160 177 "darling 0.13.4", 161 178 "pmutil", 162 - "proc-macro2 1.0.51", 163 - "quote 1.0.23", 179 + "proc-macro2", 180 + "quote", 164 181 "swc_macros_common", 165 - "syn 1.0.107", 182 + "syn 1.0.109", 166 183 ] 167 184 168 185 [[package]] ··· 171 188 source = "registry+https://github.com/rust-lang/crates.io-index" 172 189 checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 173 190 dependencies = [ 174 - "concurrent-queue 2.1.0", 191 + "concurrent-queue", 175 192 "event-listener", 176 193 "futures-core", 177 194 ] 178 195 179 196 [[package]] 197 + name = "async-compression" 198 + version = "0.3.15" 199 + source = "registry+https://github.com/rust-lang/crates.io-index" 200 + checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 201 + dependencies = [ 202 + "flate2", 203 + "futures-core", 204 + "memchr", 205 + "pin-project-lite", 206 + "tokio", 207 + ] 208 + 209 + [[package]] 180 210 name = "async-executor" 181 211 version = "1.5.0" 182 212 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 184 214 dependencies = [ 185 215 "async-lock", 186 216 "async-task", 187 - "concurrent-queue 2.1.0", 217 + "concurrent-queue", 188 218 "fastrand", 189 219 "futures-lite", 190 220 "slab", ··· 207 237 208 238 [[package]] 209 239 name = "async-io" 210 - version = "1.12.0" 240 + version = "1.13.0" 211 241 source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" 242 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 213 243 dependencies = [ 214 244 "async-lock", 215 245 "autocfg", 216 - "concurrent-queue 2.1.0", 246 + "cfg-if 1.0.0", 247 + "concurrent-queue", 217 248 "futures-lite", 218 - "libc", 219 249 "log", 220 250 "parking", 221 251 "polling", 252 + "rustix 0.37.3", 222 253 "slab", 223 254 "socket2", 224 255 "waker-fn", 225 - "windows-sys 0.42.0", 226 256 ] 227 257 228 258 [[package]] 229 259 name = "async-lock" 230 - version = "2.6.0" 260 + version = "2.7.0" 231 261 source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" 262 + checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 233 263 dependencies = [ 234 264 "event-listener", 235 - "futures-lite", 236 265 ] 237 266 238 267 [[package]] ··· 264 293 265 294 [[package]] 266 295 name = "async-recursion" 267 - version = "1.0.2" 296 + version = "1.0.4" 268 297 source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796" 298 + checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 270 299 dependencies = [ 271 - "proc-macro2 1.0.51", 272 - "quote 1.0.23", 273 - "syn 1.0.107", 300 + "proc-macro2", 301 + "quote", 302 + "syn 2.0.8", 274 303 ] 275 304 276 305 [[package]] ··· 302 331 303 332 [[package]] 304 333 name = "async-stream" 305 - version = "0.3.3" 334 + version = "0.3.4" 306 335 source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" 336 + checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e" 308 337 dependencies = [ 309 338 "async-stream-impl", 310 339 "futures-core", 340 + "pin-project-lite", 311 341 ] 312 342 313 343 [[package]] 314 344 name = "async-stream-impl" 315 - version = "0.3.3" 345 + version = "0.3.4" 316 346 source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" 347 + checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" 318 348 dependencies = [ 319 - "proc-macro2 1.0.51", 320 - "quote 1.0.23", 321 - "syn 1.0.107", 349 + "proc-macro2", 350 + "quote", 351 + "syn 1.0.109", 322 352 ] 323 353 324 354 [[package]] ··· 329 359 330 360 [[package]] 331 361 name = "async-trait" 332 - version = "0.1.64" 362 + version = "0.1.67" 333 363 source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" 335 - dependencies = [ 336 - "proc-macro2 1.0.51", 337 - "quote 1.0.23", 338 - "syn 1.0.107", 339 - ] 340 - 341 - [[package]] 342 - name = "async-tungstenite" 343 - version = "0.17.2" 344 - source = "registry+https://github.com/rust-lang/crates.io-index" 345 - checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb" 364 + checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" 346 365 dependencies = [ 347 - "futures-io", 348 - "futures-util", 349 - "log", 350 - "pin-project-lite", 351 - "tokio", 352 - "tungstenite", 366 + "proc-macro2", 367 + "quote", 368 + "syn 2.0.8", 353 369 ] 354 370 355 371 [[package]] ··· 383 399 checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4" 384 400 dependencies = [ 385 401 "proc-macro-error", 386 - "proc-macro2 1.0.51", 387 - "quote 1.0.23", 388 - "syn 1.0.107", 402 + "proc-macro2", 403 + "quote", 404 + "syn 1.0.109", 389 405 ] 390 406 391 407 [[package]] ··· 396 412 397 413 [[package]] 398 414 name = "axum" 399 - version = "0.6.4" 415 + version = "0.6.12" 400 416 source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc" 417 + checksum = "349f8ccfd9221ee7d1f3d4b33e1f8319b3a81ed8f61f2ea40b37b859794b4491" 402 418 dependencies = [ 403 419 "async-trait", 404 420 "axum-core", 405 - "bitflags", 421 + "bitflags 1.3.2", 406 422 "bytes", 407 423 "futures-util", 408 424 "http", 409 425 "http-body", 410 426 "hyper", 411 - "itoa 1.0.5", 427 + "itoa", 412 428 "matchit", 413 429 "memchr", 414 430 "mime", ··· 422 438 "sync_wrapper", 423 439 "tokio", 424 440 "tower", 425 - "tower-http", 426 441 "tower-layer", 427 442 "tower-service", 428 443 ] 429 444 430 445 [[package]] 431 446 name = "axum-core" 432 - version = "0.3.2" 447 + version = "0.3.3" 433 448 source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" 449 + checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e" 435 450 dependencies = [ 436 451 "async-trait", 437 452 "bytes", ··· 446 461 447 462 [[package]] 448 463 name = "axum-server" 449 - version = "0.4.4" 464 + version = "0.4.6" 450 465 source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "8456dab8f11484979a86651da8e619b355ede5d61a160755155f6c344bd18c47" 466 + checksum = "25e4a990e1593e286b1b96e6df76da9dbcb84945a810287ca8101f1a4f000f61" 452 467 dependencies = [ 453 468 "bytes", 454 469 "futures-util", ··· 499 514 checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 500 515 501 516 [[package]] 502 - name = "basic-cookies" 503 - version = "0.1.4" 504 - source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "cb53b6b315f924c7f113b162e53b3901c05fc9966baf84d201dfcc7432a4bb38" 506 - dependencies = [ 507 - "lalrpop", 508 - "lalrpop-util", 509 - "regex", 510 - ] 511 - 512 - [[package]] 513 517 name = "better_scoped_tls" 514 518 version = "0.1.0" 515 519 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 520 524 521 525 [[package]] 522 526 name = "binding_macros" 523 - version = "0.34.25" 527 + version = "0.44.23" 524 528 source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "5551904189afc0a82a124adba1c696f8d484c90b4d2a2b4c3b8ee4aa67167a1c" 529 + checksum = "df018ae4a80a06cef289384bf89614451c4f30c6238976ce5c00c1f4379b8eca" 526 530 dependencies = [ 527 531 "anyhow", 528 532 "console_error_panic_hook", ··· 540 544 ] 541 545 542 546 [[package]] 543 - name = "bit-set" 544 - version = "0.5.3" 547 + name = "bitflags" 548 + version = "1.3.2" 545 549 source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 547 - dependencies = [ 548 - "bit-vec", 549 - ] 550 - 551 - [[package]] 552 - name = "bit-vec" 553 - version = "0.6.3" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 550 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 556 551 557 552 [[package]] 558 553 name = "bitflags" 559 - version = "1.3.2" 554 + version = "2.0.2" 560 555 source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 556 + checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" 562 557 563 558 [[package]] 564 559 name = "blake3" ··· 576 571 577 572 [[package]] 578 573 name = "block-buffer" 579 - version = "0.10.3" 574 + version = "0.10.4" 580 575 source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 576 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 582 577 dependencies = [ 583 578 "generic-array", 584 579 ] ··· 611 606 "js-sys", 612 607 "nom", 613 608 "once_cell", 614 - "quote 1.0.23", 609 + "quote", 615 610 "serde", 616 611 "serde-wasm-bindgen", 617 612 "serde_json", ··· 623 618 624 619 [[package]] 625 620 name = "bstr" 626 - version = "0.2.17" 621 + version = "1.3.0" 627 622 source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 629 - dependencies = [ 630 - "lazy_static", 631 - "memchr", 632 - "regex-automata", 633 - "serde", 634 - ] 635 - 636 - [[package]] 637 - name = "bstr" 638 - version = "1.2.0" 639 - source = "registry+https://github.com/rust-lang/crates.io-index" 640 - checksum = "b7f0778972c64420fdedc63f09919c8a88bda7b25135357fd25a5d9f3257e832" 623 + checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 641 624 dependencies = [ 642 625 "memchr", 643 626 "once_cell", ··· 659 642 660 643 [[package]] 661 644 name = "bytecheck" 662 - version = "0.6.9" 645 + version = "0.6.10" 663 646 source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f" 647 + checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f" 665 648 dependencies = [ 666 649 "bytecheck_derive", 667 650 "ptr_meta", 651 + "simdutf8", 668 652 ] 669 653 670 654 [[package]] 671 655 name = "bytecheck_derive" 672 - version = "0.6.9" 656 + version = "0.6.10" 673 657 source = "registry+https://github.com/rust-lang/crates.io-index" 674 - checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf" 658 + checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5" 675 659 dependencies = [ 676 - "proc-macro2 1.0.51", 677 - "quote 1.0.23", 678 - "syn 1.0.107", 660 + "proc-macro2", 661 + "quote", 662 + "syn 1.0.109", 679 663 ] 680 664 681 665 [[package]] ··· 686 670 687 671 [[package]] 688 672 name = "bytemuck" 689 - version = "1.13.0" 673 + version = "1.13.1" 690 674 source = "registry+https://github.com/rust-lang/crates.io-index" 691 - checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393" 675 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 692 676 693 677 [[package]] 694 678 name = "byteorder" ··· 703 687 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 704 688 705 689 [[package]] 706 - name = "cache-padded" 707 - version = "1.2.0" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" 710 - 711 - [[package]] 712 690 name = "cargo-lock" 713 691 version = "8.0.3" 714 692 source = "registry+https://github.com/rust-lang/crates.io-index" 715 693 checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" 716 694 dependencies = [ 717 - "semver 1.0.16", 695 + "semver 1.0.17", 718 696 "serde", 719 697 "toml", 720 698 "url", ··· 733 711 checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" 734 712 735 713 [[package]] 714 + name = "castaway" 715 + version = "0.2.2" 716 + source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc" 718 + dependencies = [ 719 + "rustversion", 720 + ] 721 + 722 + [[package]] 736 723 name = "cbindgen" 737 724 version = "0.24.3" 738 725 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 742 729 "heck", 743 730 "indexmap", 744 731 "log", 745 - "proc-macro2 1.0.51", 746 - "quote 1.0.23", 732 + "proc-macro2", 733 + "quote", 747 734 "serde", 748 735 "serde_json", 749 - "syn 1.0.107", 736 + "syn 1.0.109", 750 737 "tempfile", 751 738 "toml", 752 739 ] ··· 779 766 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 780 767 781 768 [[package]] 782 - name = "chromiumoxide" 783 - version = "0.4.0" 784 - source = "registry+https://github.com/rust-lang/crates.io-index" 785 - checksum = "3c5506e432f602b1747e8a0d60ac6607c6977af4ee9720237764170305323e62" 786 - dependencies = [ 787 - "async-tungstenite", 788 - "base64 0.13.1", 789 - "cfg-if 1.0.0", 790 - "chromiumoxide_cdp", 791 - "chromiumoxide_types", 792 - "fnv", 793 - "futures", 794 - "futures-timer", 795 - "pin-project-lite", 796 - "serde", 797 - "serde_json", 798 - "thiserror", 799 - "tokio", 800 - "tracing", 801 - "url", 802 - "which", 803 - "winreg", 804 - ] 805 - 806 - [[package]] 807 - name = "chromiumoxide_cdp" 808 - version = "0.4.0" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "88b6988af5c6bbf097999e7db879729dd7b27a62010c482d4922fddeb4f220d4" 811 - dependencies = [ 812 - "chromiumoxide_pdl", 813 - "chromiumoxide_types", 814 - "serde", 815 - "serde_json", 816 - ] 817 - 818 - [[package]] 819 - name = "chromiumoxide_pdl" 820 - version = "0.4.0" 821 - source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "4cdf6513e24d260548345a5ef13a04110f5915b7764c274933e10f9363a43e3b" 823 - dependencies = [ 824 - "chromiumoxide_types", 825 - "either", 826 - "heck", 827 - "once_cell", 828 - "proc-macro2 1.0.51", 829 - "quote 1.0.23", 830 - "regex", 831 - "serde", 832 - "serde_json", 833 - ] 834 - 835 - [[package]] 836 - name = "chromiumoxide_types" 837 - version = "0.4.0" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "1af9c183b5aac7f09639cc7b4ddde8a8551850d2c9bf36530830cb10e28e676f" 840 - dependencies = [ 841 - "serde", 842 - "serde_json", 843 - ] 844 - 845 - [[package]] 846 769 name = "chrono" 847 - version = "0.4.23" 770 + version = "0.4.24" 848 771 source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" 772 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 850 773 dependencies = [ 851 774 "iana-time-zone", 852 775 "js-sys", ··· 887 810 888 811 [[package]] 889 812 name = "clap" 890 - version = "2.34.0" 891 - source = "registry+https://github.com/rust-lang/crates.io-index" 892 - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 893 - dependencies = [ 894 - "bitflags", 895 - "textwrap 0.11.0", 896 - "unicode-width", 897 - ] 898 - 899 - [[package]] 900 - name = "clap" 901 813 version = "3.2.23" 902 814 source = "registry+https://github.com/rust-lang/crates.io-index" 903 815 checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 904 816 dependencies = [ 905 817 "atty", 906 - "bitflags", 818 + "bitflags 1.3.2", 907 819 "clap_lex 0.2.4", 908 820 "indexmap", 909 821 "strsim", ··· 913 825 914 826 [[package]] 915 827 name = "clap" 916 - version = "4.1.4" 828 + version = "4.1.11" 917 829 source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" 830 + checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098" 919 831 dependencies = [ 920 - "bitflags", 832 + "bitflags 2.0.2", 921 833 "clap_derive", 922 - "clap_lex 0.3.1", 834 + "clap_lex 0.3.3", 923 835 "is-terminal", 924 836 "once_cell", 925 837 "strsim", ··· 928 840 929 841 [[package]] 930 842 name = "clap_complete" 931 - version = "4.1.1" 843 + version = "4.1.4" 932 844 source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "3d6540eedc41f8a5a76cf3d8d458057dcdf817be4158a55b5f861f7a5483de75" 845 + checksum = "501ff0a401473ea1d4c3b125ff95506b62c5bc5768d818634195fbb7c4ad5ff4" 934 846 dependencies = [ 935 - "clap 4.1.4", 847 + "clap 4.1.11", 936 848 ] 937 849 938 850 [[package]] 939 851 name = "clap_derive" 940 - version = "4.1.0" 852 + version = "4.1.9" 941 853 source = "registry+https://github.com/rust-lang/crates.io-index" 942 - checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8" 854 + checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" 943 855 dependencies = [ 944 856 "heck", 945 857 "proc-macro-error", 946 - "proc-macro2 1.0.51", 947 - "quote 1.0.23", 948 - "syn 1.0.107", 858 + "proc-macro2", 859 + "quote", 860 + "syn 1.0.109", 949 861 ] 950 862 951 863 [[package]] ··· 959 871 960 872 [[package]] 961 873 name = "clap_lex" 962 - version = "0.3.1" 874 + version = "0.3.3" 963 875 source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade" 876 + checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" 965 877 dependencies = [ 966 878 "os_str_bytes", 967 879 ] ··· 1002 914 ] 1003 915 1004 916 [[package]] 1005 - name = "concurrent-queue" 1006 - version = "1.2.4" 917 + name = "command-group" 918 + version = "2.1.0" 919 + source = "registry+https://github.com/rust-lang/crates.io-index" 920 + checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916" 921 + dependencies = [ 922 + "async-trait", 923 + "nix", 924 + "tokio", 925 + "winapi 0.3.9", 926 + ] 927 + 928 + [[package]] 929 + name = "common-path" 930 + version = "1.0.0" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" 933 + 934 + [[package]] 935 + name = "compact_str" 936 + version = "0.7.0" 1007 937 source = "registry+https://github.com/rust-lang/crates.io-index" 1008 - checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" 938 + checksum = "bff0805f79ecb1b35163f3957a6934ea8d04fcd36ef98b52e7316f63e72e73d1" 1009 939 dependencies = [ 1010 - "cache-padded", 940 + "castaway 0.2.2", 941 + "cfg-if 1.0.0", 942 + "itoa", 943 + "ryu", 944 + "static_assertions", 1011 945 ] 1012 946 1013 947 [[package]] ··· 1110 1044 checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" 1111 1045 1112 1046 [[package]] 1047 + name = "const_format" 1048 + version = "0.2.30" 1049 + source = "registry+https://github.com/rust-lang/crates.io-index" 1050 + checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e" 1051 + dependencies = [ 1052 + "const_format_proc_macros", 1053 + ] 1054 + 1055 + [[package]] 1056 + name = "const_format_proc_macros" 1057 + version = "0.2.29" 1058 + source = "registry+https://github.com/rust-lang/crates.io-index" 1059 + checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650" 1060 + dependencies = [ 1061 + "proc-macro2", 1062 + "quote", 1063 + "unicode-xid", 1064 + ] 1065 + 1066 + [[package]] 1113 1067 name = "constant_time_eq" 1114 - version = "0.2.4" 1068 + version = "0.2.5" 1115 1069 source = "registry+https://github.com/rust-lang/crates.io-index" 1116 - checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" 1070 + checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" 1071 + 1072 + [[package]] 1073 + name = "convert_case" 1074 + version = "0.4.0" 1075 + source = "registry+https://github.com/rust-lang/crates.io-index" 1076 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 1117 1077 1118 1078 [[package]] 1119 1079 name = "convert_case" ··· 1152 1112 source = "registry+https://github.com/rust-lang/crates.io-index" 1153 1113 checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 1154 1114 dependencies = [ 1155 - "bitflags", 1115 + "bitflags 1.3.2", 1156 1116 "core-foundation", 1157 1117 "core-graphics-types", 1158 1118 "foreign-types", ··· 1165 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1166 1126 checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 1167 1127 dependencies = [ 1168 - "bitflags", 1128 + "bitflags 1.3.2", 1169 1129 "core-foundation", 1170 1130 "foreign-types", 1171 1131 "libc", ··· 1290 1250 1291 1251 [[package]] 1292 1252 name = "criterion" 1293 - version = "0.3.6" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" 1296 - dependencies = [ 1297 - "atty", 1298 - "cast", 1299 - "clap 2.34.0", 1300 - "criterion-plot 0.4.5", 1301 - "csv", 1302 - "futures", 1303 - "itertools", 1304 - "lazy_static", 1305 - "num-traits", 1306 - "oorandom", 1307 - "plotters", 1308 - "rayon", 1309 - "regex", 1310 - "serde", 1311 - "serde_cbor", 1312 - "serde_derive", 1313 - "serde_json", 1314 - "tinytemplate", 1315 - "tokio", 1316 - "walkdir", 1317 - ] 1318 - 1319 - [[package]] 1320 - name = "criterion" 1321 1253 version = "0.4.0" 1322 1254 source = "registry+https://github.com/rust-lang/crates.io-index" 1323 1255 checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" ··· 1327 1259 "cast", 1328 1260 "ciborium", 1329 1261 "clap 3.2.23", 1330 - "criterion-plot 0.5.0", 1262 + "criterion-plot", 1331 1263 "futures", 1332 1264 "itertools", 1333 1265 "lazy_static", ··· 1346 1278 1347 1279 [[package]] 1348 1280 name = "criterion-plot" 1349 - version = "0.4.5" 1350 - source = "registry+https://github.com/rust-lang/crates.io-index" 1351 - checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" 1352 - dependencies = [ 1353 - "cast", 1354 - "itertools", 1355 - ] 1356 - 1357 - [[package]] 1358 - name = "criterion-plot" 1359 1281 version = "0.5.0" 1360 1282 source = "registry+https://github.com/rust-lang/crates.io-index" 1361 1283 checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" ··· 1366 1288 1367 1289 [[package]] 1368 1290 name = "crossbeam-channel" 1369 - version = "0.5.6" 1291 + version = "0.5.7" 1370 1292 source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 1293 + checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 1372 1294 dependencies = [ 1373 1295 "cfg-if 1.0.0", 1374 1296 "crossbeam-utils", ··· 1376 1298 1377 1299 [[package]] 1378 1300 name = "crossbeam-deque" 1379 - version = "0.8.2" 1301 + version = "0.8.3" 1380 1302 source = "registry+https://github.com/rust-lang/crates.io-index" 1381 - checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 1303 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1382 1304 dependencies = [ 1383 1305 "cfg-if 1.0.0", 1384 1306 "crossbeam-epoch", ··· 1387 1309 1388 1310 [[package]] 1389 1311 name = "crossbeam-epoch" 1390 - version = "0.9.13" 1312 + version = "0.9.14" 1391 1313 source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 1314 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 1393 1315 dependencies = [ 1394 1316 "autocfg", 1395 1317 "cfg-if 1.0.0", 1396 1318 "crossbeam-utils", 1397 - "memoffset 0.7.1", 1319 + "memoffset 0.8.0", 1398 1320 "scopeguard", 1399 1321 ] 1400 1322 1401 1323 [[package]] 1402 1324 name = "crossbeam-utils" 1403 - version = "0.8.14" 1325 + version = "0.8.15" 1404 1326 source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 1327 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 1406 1328 dependencies = [ 1407 1329 "cfg-if 1.0.0", 1408 1330 ] ··· 1413 1335 source = "registry+https://github.com/rust-lang/crates.io-index" 1414 1336 checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 1415 1337 dependencies = [ 1416 - "bitflags", 1338 + "bitflags 1.3.2", 1339 + "crossterm_winapi", 1340 + "libc", 1341 + "mio 0.8.6", 1342 + "parking_lot", 1343 + "signal-hook", 1344 + "signal-hook-mio", 1345 + "winapi 0.3.9", 1346 + ] 1347 + 1348 + [[package]] 1349 + name = "crossterm" 1350 + version = "0.26.1" 1351 + source = "registry+https://github.com/rust-lang/crates.io-index" 1352 + checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 1353 + dependencies = [ 1354 + "bitflags 1.3.2", 1417 1355 "crossterm_winapi", 1418 1356 "libc", 1419 - "mio 0.8.5", 1357 + "mio 0.8.6", 1420 1358 "parking_lot", 1421 1359 "signal-hook", 1422 1360 "signal-hook-mio", ··· 1433 1371 ] 1434 1372 1435 1373 [[package]] 1436 - name = "crunchy" 1437 - version = "0.2.2" 1438 - source = "registry+https://github.com/rust-lang/crates.io-index" 1439 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1440 - 1441 - [[package]] 1442 1374 name = "crypto-common" 1443 1375 version = "0.1.6" 1444 1376 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1449 1381 ] 1450 1382 1451 1383 [[package]] 1452 - name = "csv" 1453 - version = "1.1.6" 1384 + name = "ctor" 1385 + version = "0.1.26" 1454 1386 source = "registry+https://github.com/rust-lang/crates.io-index" 1455 - checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 1387 + checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 1456 1388 dependencies = [ 1457 - "bstr 0.2.17", 1458 - "csv-core", 1459 - "itoa 0.4.8", 1460 - "ryu", 1461 - "serde", 1389 + "quote", 1390 + "syn 1.0.109", 1462 1391 ] 1463 1392 1464 1393 [[package]] 1465 - name = "csv-core" 1466 - version = "0.1.10" 1394 + name = "ctrlc" 1395 + version = "3.2.5" 1467 1396 source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 1397 + checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639" 1469 1398 dependencies = [ 1470 - "memchr", 1471 - ] 1472 - 1473 - [[package]] 1474 - name = "ctor" 1475 - version = "0.1.26" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 1478 - dependencies = [ 1479 - "quote 1.0.23", 1480 - "syn 1.0.107", 1399 + "nix", 1400 + "windows-sys 0.45.0", 1481 1401 ] 1482 1402 1483 1403 [[package]] ··· 1503 1423 1504 1424 [[package]] 1505 1425 name = "curl-sys" 1506 - version = "0.4.59+curl-7.86.0" 1426 + version = "0.4.60+curl-7.88.1" 1507 1427 source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407" 1428 + checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f" 1509 1429 dependencies = [ 1510 1430 "cc", 1511 1431 "libc", ··· 1519 1439 1520 1440 [[package]] 1521 1441 name = "cxx" 1522 - version = "1.0.89" 1442 + version = "1.0.93" 1523 1443 source = "registry+https://github.com/rust-lang/crates.io-index" 1524 - checksum = "bc831ee6a32dd495436e317595e639a587aa9907bef96fe6e6abc290ab6204e9" 1444 + checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" 1525 1445 dependencies = [ 1526 1446 "cc", 1527 1447 "cxxbridge-flags", ··· 1531 1451 1532 1452 [[package]] 1533 1453 name = "cxx-build" 1534 - version = "1.0.89" 1454 + version = "1.0.93" 1535 1455 source = "registry+https://github.com/rust-lang/crates.io-index" 1536 - checksum = "94331d54f1b1a8895cd81049f7eaaaef9d05a7dcb4d1fd08bf3ff0806246789d" 1456 + checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" 1537 1457 dependencies = [ 1538 1458 "cc", 1539 1459 "codespan-reporting", 1540 1460 "once_cell", 1541 - "proc-macro2 1.0.51", 1542 - "quote 1.0.23", 1461 + "proc-macro2", 1462 + "quote", 1543 1463 "scratch", 1544 - "syn 1.0.107", 1464 + "syn 2.0.8", 1545 1465 ] 1546 1466 1547 1467 [[package]] 1548 1468 name = "cxxbridge-flags" 1549 - version = "1.0.89" 1469 + version = "1.0.93" 1550 1470 source = "registry+https://github.com/rust-lang/crates.io-index" 1551 - checksum = "48dcd35ba14ca9b40d6e4b4b39961f23d835dbb8eed74565ded361d93e1feb8a" 1471 + checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" 1552 1472 1553 1473 [[package]] 1554 1474 name = "cxxbridge-macro" 1555 - version = "1.0.89" 1475 + version = "1.0.93" 1556 1476 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "81bbeb29798b407ccd82a3324ade1a7286e0d29851475990b612670f6f5124d2" 1477 + checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" 1558 1478 dependencies = [ 1559 - "proc-macro2 1.0.51", 1560 - "quote 1.0.23", 1561 - "syn 1.0.107", 1479 + "proc-macro2", 1480 + "quote", 1481 + "syn 2.0.8", 1562 1482 ] 1563 1483 1564 1484 [[package]] ··· 1573 1493 1574 1494 [[package]] 1575 1495 name = "darling" 1576 - version = "0.14.3" 1496 + version = "0.14.4" 1577 1497 source = "registry+https://github.com/rust-lang/crates.io-index" 1578 - checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8" 1498 + checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 1579 1499 dependencies = [ 1580 - "darling_core 0.14.3", 1581 - "darling_macro 0.14.3", 1500 + "darling_core 0.14.4", 1501 + "darling_macro 0.14.4", 1582 1502 ] 1583 1503 1584 1504 [[package]] ··· 1589 1509 dependencies = [ 1590 1510 "fnv", 1591 1511 "ident_case", 1592 - "proc-macro2 1.0.51", 1593 - "quote 1.0.23", 1512 + "proc-macro2", 1513 + "quote", 1594 1514 "strsim", 1595 - "syn 1.0.107", 1515 + "syn 1.0.109", 1596 1516 ] 1597 1517 1598 1518 [[package]] 1599 1519 name = "darling_core" 1600 - version = "0.14.3" 1520 + version = "0.14.4" 1601 1521 source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb" 1522 + checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 1603 1523 dependencies = [ 1604 1524 "fnv", 1605 1525 "ident_case", 1606 - "proc-macro2 1.0.51", 1607 - "quote 1.0.23", 1608 - "syn 1.0.107", 1526 + "proc-macro2", 1527 + "quote", 1528 + "syn 1.0.109", 1609 1529 ] 1610 1530 1611 1531 [[package]] ··· 1615 1535 checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 1616 1536 dependencies = [ 1617 1537 "darling_core 0.13.4", 1618 - "quote 1.0.23", 1619 - "syn 1.0.107", 1538 + "quote", 1539 + "syn 1.0.109", 1620 1540 ] 1621 1541 1622 1542 [[package]] 1623 1543 name = "darling_macro" 1624 - version = "0.14.3" 1544 + version = "0.14.4" 1625 1545 source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685" 1546 + checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 1627 1547 dependencies = [ 1628 - "darling_core 0.14.3", 1629 - "quote 1.0.23", 1630 - "syn 1.0.107", 1548 + "darling_core 0.14.4", 1549 + "quote", 1550 + "syn 1.0.109", 1631 1551 ] 1632 1552 1633 1553 [[package]] ··· 1644 1564 ] 1645 1565 1646 1566 [[package]] 1567 + name = "data-encoding" 1568 + version = "2.3.3" 1569 + source = "registry+https://github.com/rust-lang/crates.io-index" 1570 + checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 1571 + 1572 + [[package]] 1573 + name = "derivative" 1574 + version = "2.2.0" 1575 + source = "registry+https://github.com/rust-lang/crates.io-index" 1576 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1577 + dependencies = [ 1578 + "proc-macro2", 1579 + "quote", 1580 + "syn 1.0.109", 1581 + ] 1582 + 1583 + [[package]] 1584 + name = "derive_more" 1585 + version = "0.99.17" 1586 + source = "registry+https://github.com/rust-lang/crates.io-index" 1587 + checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 1588 + dependencies = [ 1589 + "convert_case 0.4.0", 1590 + "proc-macro2", 1591 + "quote", 1592 + "rustc_version 0.4.0", 1593 + "syn 1.0.109", 1594 + ] 1595 + 1596 + [[package]] 1647 1597 name = "dialoguer" 1648 1598 version = "0.10.3" 1649 1599 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1764 1714 1765 1715 [[package]] 1766 1716 name = "dotenvy" 1767 - version = "0.15.6" 1717 + version = "0.15.7" 1768 1718 source = "registry+https://github.com/rust-lang/crates.io-index" 1769 - checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0" 1719 + checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1770 1720 1771 1721 [[package]] 1772 1722 name = "dunce" ··· 1788 1738 1789 1739 [[package]] 1790 1740 name = "dyn-clone" 1791 - version = "1.0.10" 1741 + version = "1.0.11" 1792 1742 source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" 1743 + checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 1794 1744 1795 1745 [[package]] 1796 1746 name = "easy-error" ··· 1805 1755 checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1806 1756 1807 1757 [[package]] 1808 - name = "ena" 1809 - version = "0.14.0" 1810 - source = "registry+https://github.com/rust-lang/crates.io-index" 1811 - checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" 1812 - dependencies = [ 1813 - "log", 1814 - ] 1815 - 1816 - [[package]] 1817 1758 name = "encode_unicode" 1818 1759 version = "0.3.6" 1819 1760 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1839 1780 1840 1781 [[package]] 1841 1782 name = "enum-iterator" 1842 - version = "1.2.0" 1783 + version = "1.4.0" 1843 1784 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "91a4ec26efacf4aeff80887a175a419493cb6f8b5480d26387eb0bd038976187" 1785 + checksum = "706d9e7cf1c7664859d79cd524e4e53ea2b67ea03c98cc2870c5e539695d597e" 1845 1786 dependencies = [ 1846 - "enum-iterator-derive 1.1.0", 1787 + "enum-iterator-derive 1.2.0", 1847 1788 ] 1848 1789 1849 1790 [[package]] ··· 1852 1793 source = "registry+https://github.com/rust-lang/crates.io-index" 1853 1794 checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159" 1854 1795 dependencies = [ 1855 - "proc-macro2 1.0.51", 1856 - "quote 1.0.23", 1857 - "syn 1.0.107", 1796 + "proc-macro2", 1797 + "quote", 1798 + "syn 1.0.109", 1858 1799 ] 1859 1800 1860 1801 [[package]] 1861 1802 name = "enum-iterator-derive" 1862 - version = "1.1.0" 1803 + version = "1.2.0" 1863 1804 source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce" 1805 + checksum = "355f93763ef7b0ae1c43c4d8eccc9d5848d84ad1a1d8ce61c421d1ac85a19d05" 1865 1806 dependencies = [ 1866 - "proc-macro2 1.0.51", 1867 - "quote 1.0.23", 1868 - "syn 1.0.107", 1807 + "proc-macro2", 1808 + "quote", 1809 + "syn 1.0.109", 1869 1810 ] 1870 1811 1871 1812 [[package]] ··· 1875 1816 checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99" 1876 1817 dependencies = [ 1877 1818 "pmutil", 1878 - "proc-macro2 1.0.51", 1819 + "proc-macro2", 1879 1820 "swc_macros_common", 1880 - "syn 1.0.107", 1821 + "syn 1.0.109", 1881 1822 ] 1882 1823 1883 1824 [[package]] ··· 1895 1836 source = "registry+https://github.com/rust-lang/crates.io-index" 1896 1837 checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0" 1897 1838 dependencies = [ 1898 - "darling 0.14.3", 1899 - "proc-macro2 1.0.51", 1900 - "quote 1.0.23", 1901 - "syn 1.0.107", 1902 - ] 1903 - 1904 - [[package]] 1905 - name = "env_logger" 1906 - version = "0.9.3" 1907 - source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 1909 - dependencies = [ 1910 - "atty", 1911 - "humantime", 1912 - "log", 1913 - "regex", 1914 - "termcolor", 1839 + "darling 0.14.4", 1840 + "proc-macro2", 1841 + "quote", 1842 + "syn 1.0.109", 1915 1843 ] 1916 1844 1917 1845 [[package]] ··· 1929 1857 1930 1858 [[package]] 1931 1859 name = "erased-serde" 1932 - version = "0.3.24" 1860 + version = "0.3.25" 1933 1861 source = "registry+https://github.com/rust-lang/crates.io-index" 1934 - checksum = "e4ca605381c017ec7a5fef5e548f1cfaa419ed0f6df6367339300db74c92aa7d" 1862 + checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" 1935 1863 dependencies = [ 1936 1864 "serde", 1937 1865 ] ··· 1948 1876 ] 1949 1877 1950 1878 [[package]] 1879 + name = "errno" 1880 + version = "0.3.0" 1881 + source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 1883 + dependencies = [ 1884 + "errno-dragonfly", 1885 + "libc", 1886 + "windows-sys 0.45.0", 1887 + ] 1888 + 1889 + [[package]] 1951 1890 name = "errno-dragonfly" 1952 1891 version = "0.1.2" 1953 1892 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1971 1910 1972 1911 [[package]] 1973 1912 name = "fastrand" 1974 - version = "1.8.0" 1913 + version = "1.9.0" 1975 1914 source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1915 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1977 1916 dependencies = [ 1978 1917 "instant", 1979 1918 ] ··· 2007 1946 ] 2008 1947 2009 1948 [[package]] 2010 - name = "float-cmp" 2011 - version = "0.9.0" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 2014 - dependencies = [ 2015 - "num-traits", 2016 - ] 2017 - 2018 - [[package]] 2019 1949 name = "float-ord" 2020 1950 version = "0.2.0" 2021 1951 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2033 1963 source = "registry+https://github.com/rust-lang/crates.io-index" 2034 1964 checksum = "21fe28504d371085fae9ac7a3450f0b289ab71e07c8e57baa3fb68b9e57d6ce5" 2035 1965 dependencies = [ 2036 - "bitflags", 1966 + "bitflags 1.3.2", 2037 1967 "byteorder", 2038 1968 "core-foundation", 2039 1969 "core-graphics", ··· 2104 2034 checksum = "f0981e470d2ab9f643df3921d54f1952ea100c39fdb6a3fdc820e20d2291df6c" 2105 2035 dependencies = [ 2106 2036 "pmutil", 2107 - "proc-macro2 1.0.51", 2037 + "proc-macro2", 2108 2038 "swc_macros_common", 2109 - "syn 1.0.107", 2039 + "syn 1.0.109", 2110 2040 ] 2111 2041 2112 2042 [[package]] ··· 2121 2051 source = "registry+https://github.com/rust-lang/crates.io-index" 2122 2052 checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 2123 2053 dependencies = [ 2124 - "bitflags", 2054 + "bitflags 1.3.2", 2125 2055 "fsevent-sys", 2126 2056 ] 2127 2057 ··· 2135 2065 ] 2136 2066 2137 2067 [[package]] 2068 + name = "fuchsia-cprng" 2069 + version = "0.1.1" 2070 + source = "registry+https://github.com/rust-lang/crates.io-index" 2071 + checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 2072 + 2073 + [[package]] 2138 2074 name = "fuchsia-zircon" 2139 2075 version = "0.3.3" 2140 2076 source = "registry+https://github.com/rust-lang/crates.io-index" 2141 2077 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 2142 2078 dependencies = [ 2143 - "bitflags", 2079 + "bitflags 1.3.2", 2144 2080 "fuchsia-zircon-sys", 2145 2081 ] 2146 2082 ··· 2152 2088 2153 2089 [[package]] 2154 2090 name = "futures" 2155 - version = "0.3.26" 2091 + version = "0.3.27" 2156 2092 source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" 2093 + checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" 2158 2094 dependencies = [ 2159 2095 "futures-channel", 2160 2096 "futures-core", ··· 2167 2103 2168 2104 [[package]] 2169 2105 name = "futures-channel" 2170 - version = "0.3.26" 2106 + version = "0.3.27" 2171 2107 source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 2108 + checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" 2173 2109 dependencies = [ 2174 2110 "futures-core", 2175 2111 "futures-sink", ··· 2177 2113 2178 2114 [[package]] 2179 2115 name = "futures-core" 2180 - version = "0.3.26" 2116 + version = "0.3.27" 2181 2117 source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 2118 + checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 2183 2119 2184 2120 [[package]] 2185 2121 name = "futures-executor" 2186 - version = "0.3.26" 2122 + version = "0.3.27" 2187 2123 source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" 2124 + checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" 2189 2125 dependencies = [ 2190 2126 "futures-core", 2191 2127 "futures-task", ··· 2194 2130 2195 2131 [[package]] 2196 2132 name = "futures-io" 2197 - version = "0.3.26" 2133 + version = "0.3.27" 2198 2134 source = "registry+https://github.com/rust-lang/crates.io-index" 2199 - checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 2135 + checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" 2200 2136 2201 2137 [[package]] 2202 2138 name = "futures-lite" ··· 2215 2151 2216 2152 [[package]] 2217 2153 name = "futures-macro" 2218 - version = "0.3.26" 2154 + version = "0.3.27" 2219 2155 source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" 2156 + checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" 2221 2157 dependencies = [ 2222 - "proc-macro2 1.0.51", 2223 - "quote 1.0.23", 2224 - "syn 1.0.107", 2158 + "proc-macro2", 2159 + "quote", 2160 + "syn 1.0.109", 2225 2161 ] 2226 2162 2227 2163 [[package]] ··· 2237 2173 2238 2174 [[package]] 2239 2175 name = "futures-sink" 2240 - version = "0.3.26" 2176 + version = "0.3.27" 2241 2177 source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 2178 + checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" 2243 2179 2244 2180 [[package]] 2245 2181 name = "futures-task" 2246 - version = "0.3.26" 2182 + version = "0.3.27" 2247 2183 source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 2184 + checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 2249 2185 2250 2186 [[package]] 2251 2187 name = "futures-timer" ··· 2255 2191 2256 2192 [[package]] 2257 2193 name = "futures-util" 2258 - version = "0.3.26" 2194 + version = "0.3.27" 2259 2195 source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 2196 + checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 2261 2197 dependencies = [ 2262 2198 "futures-channel", 2263 2199 "futures-core", ··· 2290 2226 ] 2291 2227 2292 2228 [[package]] 2229 + name = "gazebo" 2230 + version = "0.8.1" 2231 + source = "registry+https://github.com/rust-lang/crates.io-index" 2232 + checksum = "d4cfd241cd4d34c5f96bacd2b6ead66171c835713b848162dfedb52d38bf1416" 2233 + dependencies = [ 2234 + "gazebo_derive", 2235 + ] 2236 + 2237 + [[package]] 2238 + name = "gazebo_derive" 2239 + version = "0.8.0" 2240 + source = "registry+https://github.com/rust-lang/crates.io-index" 2241 + checksum = "a4afe97206e1db9c227c539f9757fb8e8197cb44e380231de1eb5b75fdea7267" 2242 + dependencies = [ 2243 + "proc-macro2", 2244 + "quote", 2245 + "syn 1.0.109", 2246 + ] 2247 + 2248 + [[package]] 2293 2249 name = "generational-arena" 2294 2250 version = "0.2.8" 2295 2251 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2328 2284 checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9" 2329 2285 dependencies = [ 2330 2286 "proc-macro-error", 2331 - "proc-macro2 1.0.51", 2332 - "quote 1.0.23", 2333 - "syn 1.0.107", 2287 + "proc-macro2", 2288 + "quote", 2289 + "syn 1.0.109", 2334 2290 ] 2335 2291 2336 2292 [[package]] ··· 2356 2312 2357 2313 [[package]] 2358 2314 name = "gimli" 2359 - version = "0.27.1" 2315 + version = "0.27.2" 2360 2316 source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec" 2317 + checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 2362 2318 2363 2319 [[package]] 2364 2320 name = "git2" ··· 2366 2322 source = "registry+https://github.com/rust-lang/crates.io-index" 2367 2323 checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" 2368 2324 dependencies = [ 2369 - "bitflags", 2325 + "bitflags 1.3.2", 2370 2326 "libc", 2371 2327 "libgit2-sys", 2372 2328 "log", ··· 2380 2336 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2381 2337 2382 2338 [[package]] 2339 + name = "glob-match" 2340 + version = "0.2.1" 2341 + source = "registry+https://github.com/rust-lang/crates.io-index" 2342 + checksum = "9985c9503b412198aa4197559e9a318524ebc4519c229bfa05a535828c950b9d" 2343 + 2344 + [[package]] 2383 2345 name = "gloo-timers" 2384 2346 version = "0.2.6" 2385 2347 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2393 2355 2394 2356 [[package]] 2395 2357 name = "h2" 2396 - version = "0.3.15" 2358 + version = "0.3.16" 2397 2359 source = "registry+https://github.com/rust-lang/crates.io-index" 2398 - checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 2360 + checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 2399 2361 dependencies = [ 2400 2362 "bytes", 2401 2363 "fnv", ··· 2510 2472 2511 2473 [[package]] 2512 2474 name = "http" 2513 - version = "0.2.8" 2475 + version = "0.2.9" 2514 2476 source = "registry+https://github.com/rust-lang/crates.io-index" 2515 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 2477 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2516 2478 dependencies = [ 2517 2479 "bytes", 2518 2480 "fnv", 2519 - "itoa 1.0.5", 2481 + "itoa", 2520 2482 ] 2521 2483 2522 2484 [[package]] ··· 2531 2493 ] 2532 2494 2533 2495 [[package]] 2534 - name = "http-range-header" 2535 - version = "0.3.0" 2536 - source = "registry+https://github.com/rust-lang/crates.io-index" 2537 - checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" 2538 - 2539 - [[package]] 2540 2496 name = "httparse" 2541 2497 version = "1.8.0" 2542 2498 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2558 2514 "async-object-pool", 2559 2515 "async-trait", 2560 2516 "base64 0.13.1", 2561 - "basic-cookies", 2562 - "clap 4.1.4", 2563 2517 "crossbeam-utils", 2564 - "env_logger 0.9.3", 2565 2518 "form_urlencoded", 2566 2519 "futures-util", 2567 2520 "hyper", ··· 2573 2526 "serde", 2574 2527 "serde_json", 2575 2528 "serde_regex", 2576 - "serde_yaml 0.9.17", 2577 2529 "similar", 2578 2530 "tokio", 2579 2531 "url", ··· 2587 2539 2588 2540 [[package]] 2589 2541 name = "hyper" 2590 - version = "0.14.24" 2542 + version = "0.14.25" 2591 2543 source = "registry+https://github.com/rust-lang/crates.io-index" 2592 - checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 2544 + checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 2593 2545 dependencies = [ 2594 2546 "bytes", 2595 2547 "futures-channel", ··· 2600 2552 "http-body", 2601 2553 "httparse", 2602 2554 "httpdate", 2603 - "itoa 1.0.5", 2555 + "itoa", 2604 2556 "pin-project-lite", 2605 2557 "socket2", 2606 2558 "tokio", ··· 2649 2601 2650 2602 [[package]] 2651 2603 name = "hyper-tungstenite" 2652 - version = "0.8.2" 2604 + version = "0.9.0" 2653 2605 source = "registry+https://github.com/rust-lang/crates.io-index" 2654 - checksum = "d62004bcd4f6f85d9e2aa4206f1466ee67031f5ededcb6c6e62d48f9306ad879" 2606 + checksum = "880b8b1c98a5ec2a505c7c90db6d3f6f1f480af5655d9c5b55facc9382a5a5b5" 2655 2607 dependencies = [ 2656 2608 "hyper", 2657 2609 "pin-project", ··· 2662 2614 2663 2615 [[package]] 2664 2616 name = "iana-time-zone" 2665 - version = "0.1.53" 2617 + version = "0.1.54" 2666 2618 source = "registry+https://github.com/rust-lang/crates.io-index" 2667 - checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 2619 + checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" 2668 2620 dependencies = [ 2669 2621 "android_system_properties", 2670 2622 "core-foundation-sys", 2671 2623 "iana-time-zone-haiku", 2672 2624 "js-sys", 2673 2625 "wasm-bindgen", 2674 - "winapi 0.3.9", 2626 + "windows", 2675 2627 ] 2676 2628 2677 2629 [[package]] ··· 2736 2688 source = "registry+https://github.com/rust-lang/crates.io-index" 2737 2689 checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" 2738 2690 dependencies = [ 2739 - "proc-macro2 1.0.51", 2740 - "quote 1.0.23", 2691 + "proc-macro2", 2692 + "quote", 2741 2693 ] 2742 2694 2743 2695 [[package]] ··· 2766 2718 2767 2719 [[package]] 2768 2720 name = "indoc" 2769 - version = "1.0.9" 2721 + version = "2.0.1" 2770 2722 source = "registry+https://github.com/rust-lang/crates.io-index" 2771 - checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 2723 + checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" 2772 2724 2773 2725 [[package]] 2774 2726 name = "inotify" ··· 2776 2728 source = "registry+https://github.com/rust-lang/crates.io-index" 2777 2729 checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 2778 2730 dependencies = [ 2779 - "bitflags", 2731 + "bitflags 1.3.2", 2732 + "inotify-sys", 2733 + "libc", 2734 + ] 2735 + 2736 + [[package]] 2737 + name = "inotify" 2738 + version = "0.9.6" 2739 + source = "registry+https://github.com/rust-lang/crates.io-index" 2740 + checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2741 + dependencies = [ 2742 + "bitflags 1.3.2", 2780 2743 "inotify-sys", 2781 2744 "libc", 2782 2745 ] ··· 2796 2759 source = "registry+https://github.com/rust-lang/crates.io-index" 2797 2760 checksum = "f3a94f0659efe59329832ba0452d3ec753145fc1fb12a8e1d60de4ccf99f5364" 2798 2761 dependencies = [ 2799 - "bitflags", 2800 - "crossterm", 2762 + "bitflags 1.3.2", 2763 + "crossterm 0.25.0", 2801 2764 "dyn-clone", 2802 2765 "lazy_static", 2803 2766 "newline-converter", ··· 2817 2780 2818 2781 [[package]] 2819 2782 name = "io-lifetimes" 2820 - version = "1.0.5" 2783 + version = "1.0.9" 2821 2784 source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 2785 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 2823 2786 dependencies = [ 2787 + "hermit-abi 0.3.1", 2824 2788 "libc", 2825 2789 "windows-sys 0.45.0", 2826 2790 ] ··· 2842 2806 2843 2807 [[package]] 2844 2808 name = "is-macro" 2845 - version = "0.2.1" 2809 + version = "0.2.2" 2846 2810 source = "registry+https://github.com/rust-lang/crates.io-index" 2847 - checksum = "1c068d4c6b922cd6284c609cfa6dec0e41615c9c5a1a4ba729a970d8daba05fb" 2811 + checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20" 2848 2812 dependencies = [ 2849 2813 "Inflector", 2850 2814 "pmutil", 2851 - "proc-macro2 1.0.51", 2852 - "quote 1.0.23", 2853 - "syn 1.0.107", 2815 + "proc-macro2", 2816 + "quote", 2817 + "syn 1.0.109", 2854 2818 ] 2855 2819 2856 2820 [[package]] 2857 2821 name = "is-terminal" 2858 - version = "0.4.3" 2822 + version = "0.4.5" 2859 2823 source = "registry+https://github.com/rust-lang/crates.io-index" 2860 - checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 2824 + checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" 2861 2825 dependencies = [ 2862 2826 "hermit-abi 0.3.1", 2863 2827 "io-lifetimes", 2864 - "rustix", 2828 + "rustix 0.36.11", 2865 2829 "windows-sys 0.45.0", 2866 2830 ] 2867 2831 ··· 2878 2842 checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" 2879 2843 dependencies = [ 2880 2844 "async-channel", 2881 - "castaway", 2845 + "castaway 0.1.2", 2882 2846 "crossbeam-utils", 2883 2847 "curl", 2884 2848 "curl-sys", ··· 2909 2873 2910 2874 [[package]] 2911 2875 name = "itoa" 2912 - version = "0.4.8" 2913 - source = "registry+https://github.com/rust-lang/crates.io-index" 2914 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 2915 - 2916 - [[package]] 2917 - name = "itoa" 2918 - version = "1.0.5" 2876 + version = "1.0.6" 2919 2877 source = "registry+https://github.com/rust-lang/crates.io-index" 2920 - checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 2921 - 2922 - [[package]] 2923 - name = "jni" 2924 - version = "0.19.0" 2925 - source = "registry+https://github.com/rust-lang/crates.io-index" 2926 - checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" 2927 - dependencies = [ 2928 - "cesu8", 2929 - "combine", 2930 - "jni-sys", 2931 - "log", 2932 - "thiserror", 2933 - "walkdir", 2934 - ] 2878 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 2935 2879 2936 2880 [[package]] 2937 2881 name = "jni" ··· 2955 2899 2956 2900 [[package]] 2957 2901 name = "jobserver" 2958 - version = "0.1.25" 2902 + version = "0.1.26" 2959 2903 source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" 2904 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 2961 2905 dependencies = [ 2962 2906 "libc", 2963 2907 ] ··· 3008 2952 ] 3009 2953 3010 2954 [[package]] 3011 - name = "kv-log-macro" 2955 + name = "kqueue" 3012 2956 version = "1.0.7" 3013 2957 source = "registry+https://github.com/rust-lang/crates.io-index" 3014 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2958 + checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 3015 2959 dependencies = [ 3016 - "log", 2960 + "kqueue-sys", 2961 + "libc", 3017 2962 ] 3018 2963 3019 2964 [[package]] 3020 - name = "lalrpop" 3021 - version = "0.19.8" 2965 + name = "kqueue-sys" 2966 + version = "1.0.3" 3022 2967 source = "registry+https://github.com/rust-lang/crates.io-index" 3023 - checksum = "b30455341b0e18f276fa64540aff54deafb54c589de6aca68659c63dd2d5d823" 2968 + checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 3024 2969 dependencies = [ 3025 - "ascii-canvas", 3026 - "atty", 3027 - "bit-set", 3028 - "diff", 3029 - "ena", 3030 - "itertools", 3031 - "lalrpop-util", 3032 - "petgraph", 3033 - "pico-args", 3034 - "regex", 3035 - "regex-syntax", 3036 - "string_cache", 3037 - "term", 3038 - "tiny-keccak", 3039 - "unicode-xid 0.2.4", 2970 + "bitflags 1.3.2", 2971 + "libc", 3040 2972 ] 3041 2973 3042 2974 [[package]] 3043 - name = "lalrpop-util" 3044 - version = "0.19.8" 2975 + name = "kv-log-macro" 2976 + version = "1.0.7" 3045 2977 source = "registry+https://github.com/rust-lang/crates.io-index" 3046 - checksum = "bcf796c978e9b4d983414f4caedc9273aa33ee214c5b887bd55fde84c85d2dc4" 2978 + checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 3047 2979 dependencies = [ 3048 - "regex", 2980 + "log", 3049 2981 ] 3050 2982 3051 2983 [[package]] ··· 3147 3079 3148 3080 [[package]] 3149 3081 name = "libc" 3150 - version = "0.2.139" 3082 + version = "0.2.140" 3151 3083 source = "registry+https://github.com/rust-lang/crates.io-index" 3152 - checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 3084 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 3153 3085 3154 3086 [[package]] 3155 3087 name = "libgit2-sys" ··· 3233 3165 checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 3234 3166 3235 3167 [[package]] 3168 + name = "linux-raw-sys" 3169 + version = "0.3.0" 3170 + source = "registry+https://github.com/rust-lang/crates.io-index" 3171 + checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" 3172 + 3173 + [[package]] 3236 3174 name = "lock_api" 3237 3175 version = "0.4.9" 3238 3176 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3269 3207 source = "registry+https://github.com/rust-lang/crates.io-index" 3270 3208 checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952" 3271 3209 dependencies = [ 3272 - "quote 1.0.23", 3273 - "syn 1.0.107", 3210 + "quote", 3211 + "syn 1.0.109", 3274 3212 ] 3275 3213 3276 3214 [[package]] ··· 3302 3240 3303 3241 [[package]] 3304 3242 name = "markdown" 3305 - version = "1.0.0-alpha.6" 3243 + version = "1.0.0-alpha.7" 3306 3244 source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "2f554f6e9e42fc8558c32803a1070a2471d5b4c515225add0b69fb5cff2d0266" 3245 + checksum = "98de49c677e95e00eaa74c42a0b07ea55e1e0b1ebca5b2cbc7657f288cd714eb" 3308 3246 dependencies = [ 3309 - "log", 3310 - "serde", 3311 - "serde_json", 3312 3247 "unicode-id", 3313 3248 ] 3314 3249 ··· 3344 3279 3345 3280 [[package]] 3346 3281 name = "mdxjs" 3347 - version = "0.1.6" 3282 + version = "0.1.8" 3348 3283 source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "4f249a5983a256bed3909dafa8c373145ce56bb95035bc72e3a781699fca0bab" 3284 + checksum = "fe25a3b6ba9aad427fa5ef59c99506bb6954748dd82211223dfd8a40dd75ae80" 3350 3285 dependencies = [ 3351 3286 "markdown", 3352 3287 "serde", ··· 3361 3296 3362 3297 [[package]] 3363 3298 name = "memmap2" 3364 - version = "0.5.8" 3299 + version = "0.5.10" 3365 3300 source = "registry+https://github.com/rust-lang/crates.io-index" 3366 - checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" 3301 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 3367 3302 dependencies = [ 3368 3303 "libc", 3369 3304 ] ··· 3379 3314 3380 3315 [[package]] 3381 3316 name = "memoffset" 3382 - version = "0.7.1" 3317 + version = "0.8.0" 3383 3318 source = "registry+https://github.com/rust-lang/crates.io-index" 3384 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3319 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 3385 3320 dependencies = [ 3386 3321 "autocfg", 3387 3322 ] ··· 3412 3347 source = "registry+https://github.com/rust-lang/crates.io-index" 3413 3348 checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c" 3414 3349 dependencies = [ 3415 - "proc-macro2 1.0.51", 3416 - "quote 1.0.23", 3417 - "syn 1.0.107", 3350 + "proc-macro2", 3351 + "quote", 3352 + "syn 1.0.109", 3418 3353 ] 3419 3354 3420 3355 [[package]] ··· 3448 3383 3449 3384 [[package]] 3450 3385 name = "mime" 3451 - version = "0.3.16" 3386 + version = "0.3.17" 3452 3387 source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 3388 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3454 3389 3455 3390 [[package]] 3456 3391 name = "mime_guess" ··· 3498 3433 3499 3434 [[package]] 3500 3435 name = "mio" 3501 - version = "0.8.5" 3436 + version = "0.8.6" 3502 3437 source = "registry+https://github.com/rust-lang/crates.io-index" 3503 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 3438 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 3504 3439 dependencies = [ 3505 3440 "libc", 3506 3441 "log", 3507 3442 "wasi 0.11.0+wasi-snapshot-preview1", 3508 - "windows-sys 0.42.0", 3443 + "windows-sys 0.45.0", 3509 3444 ] 3510 3445 3511 3446 [[package]] ··· 3534 3469 3535 3470 [[package]] 3536 3471 name = "modularize_imports" 3537 - version = "0.26.5" 3472 + version = "0.26.12" 3538 3473 source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "55be1dcd4c2fbc772547907920f80d4223693d7e338f906693999e4736ea72ec" 3474 + checksum = "555492806309a91524a65d75d0336c5aebb1b1d40039efb9a6f33f78397d3a0e" 3540 3475 dependencies = [ 3541 3476 "convert_case 0.5.0", 3542 3477 "handlebars", ··· 3566 3501 3567 3502 [[package]] 3568 3503 name = "napi" 3569 - version = "2.11.1" 3504 + version = "2.12.1" 3570 3505 source = "registry+https://github.com/rust-lang/crates.io-index" 3571 - checksum = "2412d19892730f62fd592f8af41606ca6717ea1eca026103cd44b447829f00c1" 3506 + checksum = "8de689526aff547ad70ad7feef42f1a5ccaa6f768910fd93984dae25a3fc9699" 3572 3507 dependencies = [ 3573 - "bitflags", 3508 + "bitflags 2.0.2", 3574 3509 "ctor", 3510 + "napi-derive", 3575 3511 "napi-sys", 3576 3512 "once_cell", 3577 3513 "serde", 3578 3514 "serde_json", 3579 - "thread_local", 3580 3515 ] 3581 3516 3582 3517 [[package]] 3583 3518 name = "napi-derive" 3584 - version = "2.11.0" 3519 + version = "2.12.2" 3585 3520 source = "registry+https://github.com/rust-lang/crates.io-index" 3586 - checksum = "03f15c1ac0eac01eca2a24c27905ab47f7411acefd829d0d01fb131dc39befd7" 3521 + checksum = "a6bd0beb0ac7e8576bc92d293361a461b42eaf41740bbdec7e0cbf64d8dc89f7" 3587 3522 dependencies = [ 3588 3523 "convert_case 0.6.0", 3589 3524 "napi-derive-backend", 3590 - "proc-macro2 1.0.51", 3591 - "quote 1.0.23", 3592 - "syn 1.0.107", 3525 + "proc-macro2", 3526 + "quote", 3527 + "syn 1.0.109", 3593 3528 ] 3594 3529 3595 3530 [[package]] 3596 3531 name = "napi-derive-backend" 3597 - version = "1.0.44" 3532 + version = "1.0.48" 3598 3533 source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "4930d5fa70f5663b9e7d6b4f0816b70d095574ee7f3c865fdb8c43b0f7e6406d" 3534 + checksum = "c713ff9ff5baa6d6ad9aedc46fad73c91e2f16ebe5ece0f41983d4e70e020c7c" 3600 3535 dependencies = [ 3601 3536 "convert_case 0.6.0", 3602 3537 "once_cell", 3603 - "proc-macro2 1.0.51", 3604 - "quote 1.0.23", 3538 + "proc-macro2", 3539 + "quote", 3605 3540 "regex", 3606 - "syn 1.0.107", 3541 + "semver 1.0.17", 3542 + "syn 1.0.109", 3607 3543 ] 3608 3544 3609 3545 [[package]] ··· 3634 3570 ] 3635 3571 3636 3572 [[package]] 3637 - name = "ndk" 3638 - version = "0.6.0" 3639 - source = "registry+https://github.com/rust-lang/crates.io-index" 3640 - checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 3641 - dependencies = [ 3642 - "bitflags", 3643 - "jni-sys", 3644 - "ndk-sys", 3645 - "num_enum", 3646 - "thiserror", 3647 - ] 3648 - 3649 - [[package]] 3650 3573 name = "ndk-context" 3651 3574 version = "0.1.1" 3652 3575 source = "registry+https://github.com/rust-lang/crates.io-index" 3653 3576 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3654 3577 3655 3578 [[package]] 3656 - name = "ndk-glue" 3657 - version = "0.6.2" 3658 - source = "registry+https://github.com/rust-lang/crates.io-index" 3659 - checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f" 3660 - dependencies = [ 3661 - "lazy_static", 3662 - "libc", 3663 - "log", 3664 - "ndk", 3665 - "ndk-context", 3666 - "ndk-macro", 3667 - "ndk-sys", 3668 - ] 3669 - 3670 - [[package]] 3671 - name = "ndk-macro" 3672 - version = "0.3.0" 3673 - source = "registry+https://github.com/rust-lang/crates.io-index" 3674 - checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 3675 - dependencies = [ 3676 - "darling 0.13.4", 3677 - "proc-macro-crate", 3678 - "proc-macro2 1.0.51", 3679 - "quote 1.0.23", 3680 - "syn 1.0.107", 3681 - ] 3682 - 3683 - [[package]] 3684 - name = "ndk-sys" 3685 - version = "0.3.0" 3686 - source = "registry+https://github.com/rust-lang/crates.io-index" 3687 - checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 3688 - dependencies = [ 3689 - "jni-sys", 3690 - ] 3691 - 3692 - [[package]] 3693 3579 name = "net2" 3694 3580 version = "0.2.38" 3695 3581 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3716 3602 ] 3717 3603 3718 3604 [[package]] 3719 - name = "next-binding" 3720 - version = "0.1.0" 3721 - dependencies = [ 3722 - "mdxjs", 3723 - "modularize_imports", 3724 - "next-dev", 3725 - "node-file-trace", 3726 - "styled_components", 3727 - "styled_jsx", 3728 - "swc_core", 3729 - "swc_emotion", 3730 - "testing", 3731 - ] 3732 - 3733 - [[package]] 3734 - name = "next-core" 3735 - version = "0.1.0" 3736 - dependencies = [ 3737 - "anyhow", 3738 - "auto-hash-map", 3739 - "indexmap", 3740 - "indoc", 3741 - "mime", 3742 - "once_cell", 3743 - "qstring", 3744 - "regex", 3745 - "serde", 3746 - "serde_json", 3747 - "swc_core", 3748 - "turbo-tasks", 3749 - "turbo-tasks-build", 3750 - "turbo-tasks-env", 3751 - "turbo-tasks-fetch", 3752 - "turbo-tasks-fs", 3753 - "turbo-tasks-hash", 3754 - "turbopack", 3755 - "turbopack-core", 3756 - "turbopack-dev-server", 3757 - "turbopack-ecmascript", 3758 - "turbopack-env", 3759 - "turbopack-node", 3760 - ] 3761 - 3762 - [[package]] 3763 - name = "next-dev" 3764 - version = "0.1.0" 3765 - dependencies = [ 3766 - "anyhow", 3767 - "chromiumoxide", 3768 - "clap 4.1.4", 3769 - "console-subscriber", 3770 - "criterion 0.4.0", 3771 - "dunce", 3772 - "futures", 3773 - "mime", 3774 - "next-core", 3775 - "nix", 3776 - "once_cell", 3777 - "owo-colors", 3778 - "parking_lot", 3779 - "portpicker", 3780 - "rand", 3781 - "regex", 3782 - "serde", 3783 - "serde_json", 3784 - "tempfile", 3785 - "tokio", 3786 - "tungstenite", 3787 - "turbo-malloc", 3788 - "turbo-tasks", 3789 - "turbo-tasks-build", 3790 - "turbo-tasks-fs", 3791 - "turbo-tasks-memory", 3792 - "turbo-tasks-testing", 3793 - "turbopack-cli-utils", 3794 - "turbopack-core", 3795 - "turbopack-create-test-app", 3796 - "turbopack-dev-server", 3797 - "turbopack-node", 3798 - "url", 3799 - "vergen", 3800 - "webbrowser 0.7.1", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "next-dev-tests" 3805 - version = "0.1.0" 3806 - dependencies = [ 3807 - "anyhow", 3808 - "chromiumoxide", 3809 - "console-subscriber", 3810 - "futures", 3811 - "httpmock", 3812 - "lazy_static", 3813 - "mime", 3814 - "next-core", 3815 - "next-dev", 3816 - "owo-colors", 3817 - "parking_lot", 3818 - "rand", 3819 - "regex", 3820 - "serde", 3821 - "serde_json", 3822 - "test-generator", 3823 - "tokio", 3824 - "tungstenite", 3825 - "turbo-malloc", 3826 - "turbo-tasks", 3827 - "turbo-tasks-build", 3828 - "turbo-tasks-fs", 3829 - "turbo-tasks-memory", 3830 - "turbo-tasks-testing", 3831 - "turbopack-cli-utils", 3832 - "turbopack-core", 3833 - "turbopack-dev-server", 3834 - "turbopack-node", 3835 - "turbopack-test-utils", 3836 - "url", 3837 - "webbrowser 0.7.1", 3838 - ] 3839 - 3840 - [[package]] 3841 - name = "next-font" 3842 - version = "0.1.0" 3843 - dependencies = [ 3844 - "fxhash", 3845 - "serde", 3846 - "serde_json", 3847 - "swc_core", 3848 - ] 3849 - 3850 - [[package]] 3851 - name = "next-transform-dynamic" 3852 - version = "0.1.0" 3853 - dependencies = [ 3854 - "pathdiff", 3855 - "swc_core", 3856 - "testing", 3857 - ] 3858 - 3859 - [[package]] 3860 - name = "next-transform-strip-page-exports" 3861 - version = "0.1.0" 3862 - dependencies = [ 3863 - "fxhash", 3864 - "swc_core", 3865 - "testing", 3866 - "tracing", 3867 - ] 3868 - 3869 - [[package]] 3870 3605 name = "nix" 3871 - version = "0.25.1" 3606 + version = "0.26.2" 3872 3607 source = "registry+https://github.com/rust-lang/crates.io-index" 3873 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 3608 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 3874 3609 dependencies = [ 3875 - "autocfg", 3876 - "bitflags", 3610 + "bitflags 1.3.2", 3877 3611 "cfg-if 1.0.0", 3878 3612 "libc", 3879 - "memoffset 0.6.5", 3880 - "pin-utils", 3613 + "static_assertions", 3881 3614 ] 3882 3615 3883 3616 [[package]] ··· 3885 3618 version = "0.1.0" 3886 3619 dependencies = [ 3887 3620 "anyhow", 3888 - "clap 4.1.4", 3621 + "clap 4.1.11", 3889 3622 "console-subscriber", 3890 3623 "serde", 3891 3624 "serde_json", ··· 3917 3650 ] 3918 3651 3919 3652 [[package]] 3920 - name = "nom8" 3921 - version = "0.2.0" 3922 - source = "registry+https://github.com/rust-lang/crates.io-index" 3923 - checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" 3924 - dependencies = [ 3925 - "memchr", 3926 - ] 3927 - 3928 - [[package]] 3929 - name = "normalize-line-endings" 3930 - version = "0.3.0" 3931 - source = "registry+https://github.com/rust-lang/crates.io-index" 3932 - checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 3933 - 3934 - [[package]] 3935 3653 name = "normpath" 3936 3654 version = "0.2.0" 3937 3655 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3946 3664 source = "registry+https://github.com/rust-lang/crates.io-index" 3947 3665 checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 3948 3666 dependencies = [ 3949 - "bitflags", 3667 + "bitflags 1.3.2", 3950 3668 "filetime", 3951 3669 "fsevent", 3952 3670 "fsevent-sys", 3953 - "inotify", 3671 + "inotify 0.7.1", 3954 3672 "libc", 3955 3673 "mio 0.6.23", 3956 3674 "mio-extras", ··· 3959 3677 ] 3960 3678 3961 3679 [[package]] 3680 + name = "notify" 3681 + version = "5.1.0" 3682 + source = "registry+https://github.com/rust-lang/crates.io-index" 3683 + checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" 3684 + dependencies = [ 3685 + "bitflags 1.3.2", 3686 + "filetime", 3687 + "inotify 0.9.6", 3688 + "kqueue", 3689 + "libc", 3690 + "mio 0.8.6", 3691 + "walkdir", 3692 + "windows-sys 0.42.0", 3693 + ] 3694 + 3695 + [[package]] 3696 + name = "ntapi" 3697 + version = "0.4.0" 3698 + source = "registry+https://github.com/rust-lang/crates.io-index" 3699 + checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" 3700 + dependencies = [ 3701 + "winapi 0.3.9", 3702 + ] 3703 + 3704 + [[package]] 3962 3705 name = "nu-ansi-term" 3963 3706 version = "0.46.0" 3964 3707 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3987 3730 checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3988 3731 dependencies = [ 3989 3732 "arrayvec 0.7.2", 3990 - "itoa 1.0.5", 3733 + "itoa", 3991 3734 ] 3992 3735 3993 3736 [[package]] ··· 4031 3774 ] 4032 3775 4033 3776 [[package]] 4034 - name = "num_enum" 4035 - version = "0.5.9" 4036 - source = "registry+https://github.com/rust-lang/crates.io-index" 4037 - checksum = "8d829733185c1ca374f17e52b762f24f535ec625d2cc1f070e34c8a9068f341b" 4038 - dependencies = [ 4039 - "num_enum_derive", 4040 - ] 4041 - 4042 - [[package]] 4043 - name = "num_enum_derive" 4044 - version = "0.5.9" 4045 - source = "registry+https://github.com/rust-lang/crates.io-index" 4046 - checksum = "2be1598bf1c313dcdd12092e3f1920f463462525a21b7b4e11b4168353d0123e" 4047 - dependencies = [ 4048 - "proc-macro-crate", 4049 - "proc-macro2 1.0.51", 4050 - "quote 1.0.23", 4051 - "syn 1.0.107", 4052 - ] 4053 - 4054 - [[package]] 4055 3777 name = "number_prefix" 4056 3778 version = "0.4.0" 4057 3779 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4089 3811 4090 3812 [[package]] 4091 3813 name = "once_cell" 4092 - version = "1.17.0" 3814 + version = "1.17.1" 4093 3815 source = "registry+https://github.com/rust-lang/crates.io-index" 4094 - checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 3816 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 4095 3817 4096 3818 [[package]] 4097 3819 name = "oorandom" ··· 4101 3823 4102 3824 [[package]] 4103 3825 name = "openssl" 4104 - version = "0.10.45" 3826 + version = "0.10.47" 4105 3827 source = "registry+https://github.com/rust-lang/crates.io-index" 4106 - checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" 3828 + checksum = "d8b277f87dacc05a6b709965d1cbafac4649d6ce9f3ce9ceb88508b5666dfec9" 4107 3829 dependencies = [ 4108 - "bitflags", 3830 + "bitflags 1.3.2", 4109 3831 "cfg-if 1.0.0", 4110 3832 "foreign-types", 4111 3833 "libc", ··· 4120 3842 source = "registry+https://github.com/rust-lang/crates.io-index" 4121 3843 checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 4122 3844 dependencies = [ 4123 - "proc-macro2 1.0.51", 4124 - "quote 1.0.23", 4125 - "syn 1.0.107", 3845 + "proc-macro2", 3846 + "quote", 3847 + "syn 1.0.109", 4126 3848 ] 4127 3849 4128 3850 [[package]] ··· 4133 3855 4134 3856 [[package]] 4135 3857 name = "openssl-sys" 4136 - version = "0.9.80" 3858 + version = "0.9.82" 4137 3859 source = "registry+https://github.com/rust-lang/crates.io-index" 4138 - checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" 3860 + checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04" 4139 3861 dependencies = [ 4140 3862 "autocfg", 4141 3863 "cc", ··· 4156 3878 4157 3879 [[package]] 4158 3880 name = "os_str_bytes" 4159 - version = "6.4.1" 3881 + version = "6.5.0" 4160 3882 source = "registry+https://github.com/rust-lang/crates.io-index" 4161 - checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 3883 + checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 4162 3884 4163 3885 [[package]] 4164 3886 name = "output_vt100" ··· 4256 3978 4257 3979 [[package]] 4258 3980 name = "patricia_tree" 4259 - version = "0.3.2" 3981 + version = "0.5.5" 4260 3982 source = "registry+https://github.com/rust-lang/crates.io-index" 4261 - checksum = "d04fae9b4b7986e4aa4c7abc410737039eddfb030fb184dc63efc3708055612c" 3983 + checksum = "062a6297f2cd3969a780156ccb288eafb34bb5ed0f3c9a2b4500dbde869d4b86" 4262 3984 dependencies = [ 4263 - "bitflags", 3985 + "bitflags 1.3.2", 4264 3986 ] 4265 3987 4266 3988 [[package]] ··· 4271 3993 4272 3994 [[package]] 4273 3995 name = "pest" 4274 - version = "2.5.5" 3996 + version = "2.5.6" 4275 3997 source = "registry+https://github.com/rust-lang/crates.io-index" 4276 - checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" 3998 + checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7" 4277 3999 dependencies = [ 4278 4000 "thiserror", 4279 4001 "ucd-trie", ··· 4281 4003 4282 4004 [[package]] 4283 4005 name = "pest_derive" 4284 - version = "2.5.5" 4006 + version = "2.5.6" 4285 4007 source = "registry+https://github.com/rust-lang/crates.io-index" 4286 - checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69" 4008 + checksum = "a81186863f3d0a27340815be8f2078dd8050b14cd71913db9fbda795e5f707d7" 4287 4009 dependencies = [ 4288 4010 "pest", 4289 4011 "pest_generator", ··· 4291 4013 4292 4014 [[package]] 4293 4015 name = "pest_generator" 4294 - version = "2.5.5" 4016 + version = "2.5.6" 4295 4017 source = "registry+https://github.com/rust-lang/crates.io-index" 4296 - checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202" 4018 + checksum = "75a1ef20bf3193c15ac345acb32e26b3dc3223aff4d77ae4fc5359567683796b" 4297 4019 dependencies = [ 4298 4020 "pest", 4299 4021 "pest_meta", 4300 - "proc-macro2 1.0.51", 4301 - "quote 1.0.23", 4302 - "syn 1.0.107", 4022 + "proc-macro2", 4023 + "quote", 4024 + "syn 1.0.109", 4303 4025 ] 4304 4026 4305 4027 [[package]] 4306 4028 name = "pest_meta" 4307 - version = "2.5.5" 4029 + version = "2.5.6" 4308 4030 source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616" 4031 + checksum = "5e3b284b1f13a20dc5ebc90aff59a51b8d7137c221131b52a7260c08cbc1cc80" 4310 4032 dependencies = [ 4311 4033 "once_cell", 4312 4034 "pest", ··· 4341 4063 checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 4342 4064 dependencies = [ 4343 4065 "phf_shared", 4344 - "rand", 4066 + "rand 0.8.5", 4345 4067 ] 4346 4068 4347 4069 [[package]] ··· 4353 4075 "phf_generator", 4354 4076 "phf_shared", 4355 4077 "proc-macro-hack", 4356 - "proc-macro2 1.0.51", 4357 - "quote 1.0.23", 4358 - "syn 1.0.107", 4078 + "proc-macro2", 4079 + "quote", 4080 + "syn 1.0.109", 4359 4081 ] 4360 4082 4361 4083 [[package]] ··· 4368 4090 ] 4369 4091 4370 4092 [[package]] 4371 - name = "pico-args" 4372 - version = "0.4.2" 4373 - source = "registry+https://github.com/rust-lang/crates.io-index" 4374 - checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" 4093 + name = "pidlock" 4094 + version = "0.1.4" 4095 + dependencies = [ 4096 + "libc", 4097 + "log", 4098 + "rand 0.8.5", 4099 + "tempdir", 4100 + "windows-sys 0.45.0", 4101 + ] 4375 4102 4376 4103 [[package]] 4377 4104 name = "pin-project" ··· 4388 4115 source = "registry+https://github.com/rust-lang/crates.io-index" 4389 4116 checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 4390 4117 dependencies = [ 4391 - "proc-macro2 1.0.51", 4392 - "quote 1.0.23", 4393 - "syn 1.0.107", 4118 + "proc-macro2", 4119 + "quote", 4120 + "syn 1.0.109", 4394 4121 ] 4395 4122 4396 4123 [[package]] ··· 4463 4190 source = "registry+https://github.com/rust-lang/crates.io-index" 4464 4191 checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" 4465 4192 dependencies = [ 4466 - "proc-macro2 1.0.51", 4467 - "quote 1.0.23", 4468 - "syn 1.0.107", 4193 + "proc-macro2", 4194 + "quote", 4195 + "syn 1.0.109", 4469 4196 ] 4470 4197 4471 4198 [[package]] ··· 4474 4201 source = "registry+https://github.com/rust-lang/crates.io-index" 4475 4202 checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" 4476 4203 dependencies = [ 4477 - "bitflags", 4204 + "bitflags 1.3.2", 4478 4205 "crc32fast", 4479 4206 "flate2", 4480 4207 "miniz_oxide", ··· 4482 4209 4483 4210 [[package]] 4484 4211 name = "polling" 4485 - version = "2.5.2" 4212 + version = "2.6.0" 4486 4213 source = "registry+https://github.com/rust-lang/crates.io-index" 4487 - checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6" 4214 + checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" 4488 4215 dependencies = [ 4489 4216 "autocfg", 4217 + "bitflags 1.3.2", 4490 4218 "cfg-if 1.0.0", 4219 + "concurrent-queue", 4491 4220 "libc", 4492 4221 "log", 4493 - "wepoll-ffi", 4494 - "windows-sys 0.42.0", 4222 + "pin-project-lite", 4223 + "windows-sys 0.45.0", 4495 4224 ] 4496 4225 4497 4226 [[package]] ··· 4501 4230 checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" 4502 4231 4503 4232 [[package]] 4504 - name = "portpicker" 4505 - version = "0.1.1" 4506 - source = "registry+https://github.com/rust-lang/crates.io-index" 4507 - checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9" 4508 - dependencies = [ 4509 - "rand", 4510 - ] 4511 - 4512 - [[package]] 4513 4233 name = "ppv-lite86" 4514 4234 version = "0.2.17" 4515 4235 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4528 4248 checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 4529 4249 dependencies = [ 4530 4250 "difflib", 4531 - "float-cmp", 4532 4251 "itertools", 4533 - "normalize-line-endings", 4534 4252 "predicates-core", 4535 - "regex", 4536 4253 ] 4537 4254 4538 4255 [[package]] ··· 4563 4280 "dashmap", 4564 4281 "from_variant", 4565 4282 "once_cell", 4566 - "semver 1.0.16", 4283 + "semver 1.0.17", 4567 4284 "serde", 4568 4285 "st-map", 4569 4286 "tracing", ··· 4583 4300 4584 4301 [[package]] 4585 4302 name = "prettyplease" 4586 - version = "0.1.23" 4303 + version = "0.1.24" 4587 4304 source = "registry+https://github.com/rust-lang/crates.io-index" 4588 - checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78" 4305 + checksum = "4ebcd279d20a4a0a2404a33056388e950504d891c855c7975b9a8fef75f3bf04" 4589 4306 dependencies = [ 4590 - "proc-macro2 1.0.51", 4591 - "syn 1.0.107", 4307 + "proc-macro2", 4308 + "syn 1.0.109", 4592 4309 ] 4593 4310 4594 4311 [[package]] ··· 4602 4319 ] 4603 4320 4604 4321 [[package]] 4605 - name = "proc-macro-crate" 4606 - version = "1.3.0" 4607 - source = "registry+https://github.com/rust-lang/crates.io-index" 4608 - checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34" 4609 - dependencies = [ 4610 - "once_cell", 4611 - "toml_edit", 4612 - ] 4613 - 4614 - [[package]] 4615 4322 name = "proc-macro-error" 4616 4323 version = "1.0.4" 4617 4324 source = "registry+https://github.com/rust-lang/crates.io-index" 4618 4325 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4619 4326 dependencies = [ 4620 4327 "proc-macro-error-attr", 4621 - "proc-macro2 1.0.51", 4622 - "quote 1.0.23", 4623 - "syn 1.0.107", 4328 + "proc-macro2", 4329 + "quote", 4330 + "syn 1.0.109", 4624 4331 "version_check", 4625 4332 ] 4626 4333 ··· 4630 4337 source = "registry+https://github.com/rust-lang/crates.io-index" 4631 4338 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4632 4339 dependencies = [ 4633 - "proc-macro2 1.0.51", 4634 - "quote 1.0.23", 4340 + "proc-macro2", 4341 + "quote", 4635 4342 "version_check", 4636 4343 ] 4637 4344 ··· 4643 4350 4644 4351 [[package]] 4645 4352 name = "proc-macro2" 4646 - version = "0.4.30" 4647 - source = "registry+https://github.com/rust-lang/crates.io-index" 4648 - checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 4649 - dependencies = [ 4650 - "unicode-xid 0.1.0", 4651 - ] 4652 - 4653 - [[package]] 4654 - name = "proc-macro2" 4655 - version = "1.0.51" 4353 + version = "1.0.53" 4656 4354 source = "registry+https://github.com/rust-lang/crates.io-index" 4657 - checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 4355 + checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" 4658 4356 dependencies = [ 4659 4357 "unicode-ident", 4660 4358 ] 4661 4359 4662 4360 [[package]] 4663 4361 name = "prost" 4664 - version = "0.11.6" 4362 + version = "0.11.8" 4665 4363 source = "registry+https://github.com/rust-lang/crates.io-index" 4666 - checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698" 4364 + checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537" 4667 4365 dependencies = [ 4668 4366 "bytes", 4669 4367 "prost-derive", ··· 4671 4369 4672 4370 [[package]] 4673 4371 name = "prost-build" 4674 - version = "0.11.6" 4372 + version = "0.11.8" 4675 4373 source = "registry+https://github.com/rust-lang/crates.io-index" 4676 - checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e" 4374 + checksum = "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12" 4677 4375 dependencies = [ 4678 4376 "bytes", 4679 4377 "heck", ··· 4686 4384 "prost", 4687 4385 "prost-types", 4688 4386 "regex", 4689 - "syn 1.0.107", 4387 + "syn 1.0.109", 4690 4388 "tempfile", 4691 4389 "which", 4692 4390 ] 4693 4391 4694 4392 [[package]] 4695 4393 name = "prost-derive" 4696 - version = "0.11.6" 4394 + version = "0.11.8" 4697 4395 source = "registry+https://github.com/rust-lang/crates.io-index" 4698 - checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d" 4396 + checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b" 4699 4397 dependencies = [ 4700 4398 "anyhow", 4701 4399 "itertools", 4702 - "proc-macro2 1.0.51", 4703 - "quote 1.0.23", 4704 - "syn 1.0.107", 4400 + "proc-macro2", 4401 + "quote", 4402 + "syn 1.0.109", 4705 4403 ] 4706 4404 4707 4405 [[package]] 4708 4406 name = "prost-types" 4709 - version = "0.11.6" 4407 + version = "0.11.8" 4710 4408 source = "registry+https://github.com/rust-lang/crates.io-index" 4711 - checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788" 4409 + checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88" 4712 4410 dependencies = [ 4713 - "bytes", 4714 4411 "prost", 4715 4412 ] 4716 4413 ··· 4738 4435 source = "registry+https://github.com/rust-lang/crates.io-index" 4739 4436 checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 4740 4437 dependencies = [ 4741 - "proc-macro2 1.0.51", 4742 - "quote 1.0.23", 4743 - "syn 1.0.107", 4438 + "proc-macro2", 4439 + "quote", 4440 + "syn 1.0.109", 4744 4441 ] 4745 4442 4746 4443 [[package]] ··· 4754 4451 4755 4452 [[package]] 4756 4453 name = "quote" 4757 - version = "0.6.13" 4454 + version = "1.0.26" 4758 4455 source = "registry+https://github.com/rust-lang/crates.io-index" 4759 - checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 4456 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 4760 4457 dependencies = [ 4761 - "proc-macro2 0.4.30", 4458 + "proc-macro2", 4762 4459 ] 4763 4460 4764 4461 [[package]] 4765 - name = "quote" 4766 - version = "1.0.23" 4462 + name = "radix_fmt" 4463 + version = "1.0.0" 4767 4464 source = "registry+https://github.com/rust-lang/crates.io-index" 4768 - checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 4769 - dependencies = [ 4770 - "proc-macro2 1.0.51", 4771 - ] 4465 + checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" 4772 4466 4773 4467 [[package]] 4774 - name = "radix_fmt" 4775 - version = "1.0.0" 4468 + name = "rand" 4469 + version = "0.4.6" 4776 4470 source = "registry+https://github.com/rust-lang/crates.io-index" 4777 - checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" 4471 + checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 4472 + dependencies = [ 4473 + "fuchsia-cprng", 4474 + "libc", 4475 + "rand_core 0.3.1", 4476 + "rdrand", 4477 + "winapi 0.3.9", 4478 + ] 4778 4479 4779 4480 [[package]] 4780 4481 name = "rand" ··· 4784 4485 dependencies = [ 4785 4486 "libc", 4786 4487 "rand_chacha", 4787 - "rand_core", 4488 + "rand_core 0.6.4", 4788 4489 ] 4789 4490 4790 4491 [[package]] ··· 4794 4495 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4795 4496 dependencies = [ 4796 4497 "ppv-lite86", 4797 - "rand_core", 4498 + "rand_core 0.6.4", 4798 4499 ] 4799 4500 4800 4501 [[package]] 4801 4502 name = "rand_core" 4503 + version = "0.3.1" 4504 + source = "registry+https://github.com/rust-lang/crates.io-index" 4505 + checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 4506 + dependencies = [ 4507 + "rand_core 0.4.2", 4508 + ] 4509 + 4510 + [[package]] 4511 + name = "rand_core" 4512 + version = "0.4.2" 4513 + source = "registry+https://github.com/rust-lang/crates.io-index" 4514 + checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 4515 + 4516 + [[package]] 4517 + name = "rand_core" 4802 4518 version = "0.6.4" 4803 4519 source = "registry+https://github.com/rust-lang/crates.io-index" 4804 4520 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" ··· 4808 4524 4809 4525 [[package]] 4810 4526 name = "raw-window-handle" 4811 - version = "0.5.0" 4527 + version = "0.5.1" 4812 4528 source = "registry+https://github.com/rust-lang/crates.io-index" 4813 - checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a" 4814 - dependencies = [ 4815 - "cty", 4816 - ] 4529 + checksum = "4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559" 4817 4530 4818 4531 [[package]] 4819 4532 name = "rayon" 4820 - version = "1.6.1" 4533 + version = "1.7.0" 4821 4534 source = "registry+https://github.com/rust-lang/crates.io-index" 4822 - checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 4535 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 4823 4536 dependencies = [ 4824 4537 "either", 4825 4538 "rayon-core", ··· 4827 4540 4828 4541 [[package]] 4829 4542 name = "rayon-core" 4830 - version = "1.10.2" 4543 + version = "1.11.0" 4831 4544 source = "registry+https://github.com/rust-lang/crates.io-index" 4832 - checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" 4545 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 4833 4546 dependencies = [ 4834 4547 "crossbeam-channel", 4835 4548 "crossbeam-deque", 4836 4549 "crossbeam-utils", 4837 4550 "num_cpus", 4551 + ] 4552 + 4553 + [[package]] 4554 + name = "rdrand" 4555 + version = "0.4.0" 4556 + source = "registry+https://github.com/rust-lang/crates.io-index" 4557 + checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 4558 + dependencies = [ 4559 + "rand_core 0.3.1", 4838 4560 ] 4839 4561 4840 4562 [[package]] ··· 4843 4565 source = "registry+https://github.com/rust-lang/crates.io-index" 4844 4566 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 4845 4567 dependencies = [ 4846 - "bitflags", 4568 + "bitflags 1.3.2", 4847 4569 ] 4848 4570 4849 4571 [[package]] ··· 4858 4580 ] 4859 4581 4860 4582 [[package]] 4583 + name = "ref-cast" 4584 + version = "1.0.14" 4585 + source = "registry+https://github.com/rust-lang/crates.io-index" 4586 + checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed" 4587 + dependencies = [ 4588 + "ref-cast-impl", 4589 + ] 4590 + 4591 + [[package]] 4592 + name = "ref-cast-impl" 4593 + version = "1.0.14" 4594 + source = "registry+https://github.com/rust-lang/crates.io-index" 4595 + checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f" 4596 + dependencies = [ 4597 + "proc-macro2", 4598 + "quote", 4599 + "syn 1.0.109", 4600 + ] 4601 + 4602 + [[package]] 4861 4603 name = "regalloc" 4862 4604 version = "0.0.34" 4863 4605 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4870 4612 4871 4613 [[package]] 4872 4614 name = "regex" 4873 - version = "1.7.1" 4615 + version = "1.7.2" 4874 4616 source = "registry+https://github.com/rust-lang/crates.io-index" 4875 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 4617 + checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" 4876 4618 dependencies = [ 4877 4619 "aho-corasick", 4878 4620 "memchr", ··· 4890 4632 4891 4633 [[package]] 4892 4634 name = "regex-syntax" 4893 - version = "0.6.28" 4635 + version = "0.6.29" 4894 4636 source = "registry+https://github.com/rust-lang/crates.io-index" 4895 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 4637 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4896 4638 4897 4639 [[package]] 4898 4640 name = "region" ··· 4900 4642 source = "registry+https://github.com/rust-lang/crates.io-index" 4901 4643 checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" 4902 4644 dependencies = [ 4903 - "bitflags", 4645 + "bitflags 1.3.2", 4904 4646 "libc", 4905 4647 "mach", 4906 4648 "winapi 0.3.9", ··· 4908 4650 4909 4651 [[package]] 4910 4652 name = "relative-path" 4911 - version = "1.7.3" 4653 + version = "1.8.0" 4912 4654 source = "registry+https://github.com/rust-lang/crates.io-index" 4913 - checksum = "d3bf6b372449361333ac1f498b7edae4dd5e70dccd7c0c2a7c7bce8f05ede648" 4655 + checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" 4914 4656 4915 4657 [[package]] 4916 4658 name = "remove_dir_all" ··· 4932 4674 4933 4675 [[package]] 4934 4676 name = "reqwest" 4935 - version = "0.11.14" 4677 + version = "0.11.15" 4936 4678 source = "registry+https://github.com/rust-lang/crates.io-index" 4937 - checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 4679 + checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" 4938 4680 dependencies = [ 4939 4681 "base64 0.21.0", 4940 4682 "bytes", ··· 5007 4749 source = "registry+https://github.com/rust-lang/crates.io-index" 5008 4750 checksum = "e289706df51226e84814bf6ba1a9e1013112ae29bc7a9878f73fce360520c403" 5009 4751 dependencies = [ 5010 - "proc-macro2 1.0.51", 5011 - "quote 1.0.23", 5012 - "syn 1.0.107", 4752 + "proc-macro2", 4753 + "quote", 4754 + "syn 1.0.109", 5013 4755 ] 5014 4756 5015 4757 [[package]] ··· 5019 4761 checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" 5020 4762 dependencies = [ 5021 4763 "base64 0.13.1", 5022 - "bitflags", 4764 + "bitflags 1.3.2", 5023 4765 "serde", 5024 4766 ] 5025 4767 5026 4768 [[package]] 5027 4769 name = "rstest" 5028 - version = "0.12.0" 4770 + version = "0.16.0" 5029 4771 source = "registry+https://github.com/rust-lang/crates.io-index" 5030 - checksum = "d912f35156a3f99a66ee3e11ac2e0b3f34ac85a07e05263d05a7e2c8810d616f" 4772 + checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf" 4773 + dependencies = [ 4774 + "futures", 4775 + "futures-timer", 4776 + "rstest_macros", 4777 + "rustc_version 0.4.0", 4778 + ] 4779 + 4780 + [[package]] 4781 + name = "rstest_macros" 4782 + version = "0.16.0" 4783 + source = "registry+https://github.com/rust-lang/crates.io-index" 4784 + checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7" 5031 4785 dependencies = [ 5032 4786 "cfg-if 1.0.0", 5033 - "proc-macro2 1.0.51", 5034 - "quote 1.0.23", 4787 + "proc-macro2", 4788 + "quote", 5035 4789 "rustc_version 0.4.0", 5036 - "syn 1.0.107", 4790 + "syn 1.0.109", 4791 + "unicode-ident", 5037 4792 ] 5038 4793 5039 4794 [[package]] 5040 4795 name = "rstest_reuse" 5041 - version = "0.3.0" 4796 + version = "0.5.0" 5042 4797 source = "registry+https://github.com/rust-lang/crates.io-index" 5043 - checksum = "b29d3117bce27ea307d1fb7ce12c64ba11b3fd04311a42d32bc5f0072e6e3d4d" 4798 + checksum = "45f80dcc84beab3a327bbe161f77db25f336a1452428176787c8c79ac79d7073" 5044 4799 dependencies = [ 5045 - "quote 1.0.23", 4800 + "quote", 4801 + "rand 0.8.5", 5046 4802 "rustc_version 0.4.0", 5047 - "syn 1.0.107", 4803 + "syn 1.0.109", 5048 4804 ] 5049 4805 5050 4806 [[package]] ··· 5093 4849 source = "registry+https://github.com/rust-lang/crates.io-index" 5094 4850 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 5095 4851 dependencies = [ 5096 - "semver 1.0.16", 4852 + "semver 1.0.17", 5097 4853 ] 5098 4854 5099 4855 [[package]] ··· 5108 4864 5109 4865 [[package]] 5110 4866 name = "rustix" 5111 - version = "0.36.8" 4867 + version = "0.36.11" 4868 + source = "registry+https://github.com/rust-lang/crates.io-index" 4869 + checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 4870 + dependencies = [ 4871 + "bitflags 1.3.2", 4872 + "errno 0.2.8", 4873 + "io-lifetimes", 4874 + "libc", 4875 + "linux-raw-sys 0.1.4", 4876 + "windows-sys 0.45.0", 4877 + ] 4878 + 4879 + [[package]] 4880 + name = "rustix" 4881 + version = "0.37.3" 5112 4882 source = "registry+https://github.com/rust-lang/crates.io-index" 5113 - checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 4883 + checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" 5114 4884 dependencies = [ 5115 - "bitflags", 5116 - "errno", 4885 + "bitflags 1.3.2", 4886 + "errno 0.3.0", 5117 4887 "io-lifetimes", 5118 4888 "libc", 5119 - "linux-raw-sys", 4889 + "linux-raw-sys 0.3.0", 5120 4890 "windows-sys 0.45.0", 5121 4891 ] 5122 4892 ··· 5143 4913 5144 4914 [[package]] 5145 4915 name = "rustversion" 5146 - version = "1.0.11" 4916 + version = "1.0.12" 5147 4917 source = "registry+https://github.com/rust-lang/crates.io-index" 5148 - checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" 4918 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 5149 4919 5150 4920 [[package]] 5151 4921 name = "ryu" 5152 - version = "1.0.12" 4922 + version = "1.0.13" 5153 4923 source = "registry+https://github.com/rust-lang/crates.io-index" 5154 - checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 4924 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 4925 + 4926 + [[package]] 4927 + name = "ryu-js" 4928 + version = "0.2.2" 4929 + source = "registry+https://github.com/rust-lang/crates.io-index" 4930 + checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" 5155 4931 5156 4932 [[package]] 5157 4933 name = "same-file" ··· 5185 4961 5186 4962 [[package]] 5187 4963 name = "scratch" 5188 - version = "1.0.3" 4964 + version = "1.0.5" 5189 4965 source = "registry+https://github.com/rust-lang/crates.io-index" 5190 - checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" 4966 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 5191 4967 5192 4968 [[package]] 5193 4969 name = "sct" ··· 5211 4987 source = "registry+https://github.com/rust-lang/crates.io-index" 5212 4988 checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 5213 4989 dependencies = [ 5214 - "bitflags", 4990 + "bitflags 1.3.2", 5215 4991 "core-foundation", 5216 4992 "core-foundation-sys", 5217 4993 "libc", ··· 5248 5024 5249 5025 [[package]] 5250 5026 name = "semver" 5251 - version = "1.0.16" 5027 + version = "1.0.17" 5252 5028 source = "registry+https://github.com/rust-lang/crates.io-index" 5253 - checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 5029 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 5254 5030 dependencies = [ 5255 5031 "serde", 5256 5032 ] ··· 5272 5048 5273 5049 [[package]] 5274 5050 name = "serde" 5275 - version = "1.0.152" 5051 + version = "1.0.158" 5276 5052 source = "registry+https://github.com/rust-lang/crates.io-index" 5277 - checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 5053 + checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 5278 5054 dependencies = [ 5279 5055 "serde_derive", 5280 5056 ] ··· 5300 5076 ] 5301 5077 5302 5078 [[package]] 5303 - name = "serde_cbor" 5304 - version = "0.11.2" 5305 - source = "registry+https://github.com/rust-lang/crates.io-index" 5306 - checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 5307 - dependencies = [ 5308 - "half", 5309 - "serde", 5310 - ] 5311 - 5312 - [[package]] 5313 5079 name = "serde_derive" 5314 - version = "1.0.152" 5080 + version = "1.0.158" 5315 5081 source = "registry+https://github.com/rust-lang/crates.io-index" 5316 - checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 5082 + checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 5317 5083 dependencies = [ 5318 - "proc-macro2 1.0.51", 5319 - "quote 1.0.23", 5320 - "syn 1.0.107", 5084 + "proc-macro2", 5085 + "quote", 5086 + "syn 2.0.8", 5321 5087 ] 5322 5088 5323 5089 [[package]] 5324 5090 name = "serde_json" 5325 - version = "1.0.93" 5091 + version = "1.0.94" 5326 5092 source = "registry+https://github.com/rust-lang/crates.io-index" 5327 - checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 5093 + checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 5328 5094 dependencies = [ 5329 5095 "indexmap", 5330 - "itoa 1.0.5", 5096 + "itoa", 5331 5097 "ryu", 5332 5098 "serde", 5333 5099 ] 5334 5100 5335 5101 [[package]] 5336 5102 name = "serde_path_to_error" 5337 - version = "0.1.9" 5103 + version = "0.1.11" 5338 5104 source = "registry+https://github.com/rust-lang/crates.io-index" 5339 - checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341" 5105 + checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 5340 5106 dependencies = [ 5341 5107 "serde", 5342 5108 ] 5343 5109 5344 5110 [[package]] 5345 5111 name = "serde_qs" 5346 - version = "0.10.1" 5112 + version = "0.11.0" 5347 5113 source = "registry+https://github.com/rust-lang/crates.io-index" 5348 - checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa" 5114 + checksum = "c679fa27b429f2bb57fd4710257e643e86c966e716037259f8baa33de594a1b6" 5349 5115 dependencies = [ 5350 5116 "percent-encoding", 5351 5117 "serde", ··· 5363 5129 ] 5364 5130 5365 5131 [[package]] 5366 - name = "serde_urlencoded" 5367 - version = "0.7.1" 5132 + name = "serde_test" 5133 + version = "1.0.157" 5368 5134 source = "registry+https://github.com/rust-lang/crates.io-index" 5369 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5135 + checksum = "4231c6fab29d02b3cc705db3422aa36f7d23f1e1c096c947c8b8816d7c43dd45" 5370 5136 dependencies = [ 5371 - "form_urlencoded", 5372 - "itoa 1.0.5", 5373 - "ryu", 5374 5137 "serde", 5375 5138 ] 5376 5139 5377 5140 [[package]] 5378 - name = "serde_yaml" 5379 - version = "0.8.26" 5141 + name = "serde_urlencoded" 5142 + version = "0.7.1" 5380 5143 source = "registry+https://github.com/rust-lang/crates.io-index" 5381 - checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 5144 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5382 5145 dependencies = [ 5383 - "indexmap", 5146 + "form_urlencoded", 5147 + "itoa", 5384 5148 "ryu", 5385 5149 "serde", 5386 - "yaml-rust", 5387 5150 ] 5388 5151 5389 5152 [[package]] 5390 5153 name = "serde_yaml" 5391 - version = "0.9.17" 5154 + version = "0.9.19" 5392 5155 source = "registry+https://github.com/rust-lang/crates.io-index" 5393 - checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567" 5156 + checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10" 5394 5157 dependencies = [ 5395 5158 "indexmap", 5396 - "itoa 1.0.5", 5159 + "itoa", 5397 5160 "ryu", 5398 5161 "serde", 5399 5162 "unsafe-libyaml", ··· 5420 5183 ] 5421 5184 5422 5185 [[package]] 5186 + name = "sha1" 5187 + version = "0.10.5" 5188 + source = "registry+https://github.com/rust-lang/crates.io-index" 5189 + checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 5190 + dependencies = [ 5191 + "cfg-if 1.0.0", 5192 + "cpufeatures", 5193 + "digest", 5194 + ] 5195 + 5196 + [[package]] 5423 5197 name = "sha1_smol" 5424 5198 version = "1.0.0" 5425 5199 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5446 5220 ] 5447 5221 5448 5222 [[package]] 5223 + name = "shared_child" 5224 + version = "1.0.0" 5225 + source = "registry+https://github.com/rust-lang/crates.io-index" 5226 + checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 5227 + dependencies = [ 5228 + "libc", 5229 + "winapi 0.3.9", 5230 + ] 5231 + 5232 + [[package]] 5449 5233 name = "shell-words" 5450 5234 version = "1.1.0" 5451 5235 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5453 5237 5454 5238 [[package]] 5455 5239 name = "signal-hook" 5456 - version = "0.3.14" 5240 + version = "0.3.15" 5457 5241 source = "registry+https://github.com/rust-lang/crates.io-index" 5458 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 5242 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 5459 5243 dependencies = [ 5460 5244 "libc", 5461 5245 "signal-hook-registry", ··· 5468 5252 checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 5469 5253 dependencies = [ 5470 5254 "libc", 5471 - "mio 0.8.5", 5255 + "mio 0.8.6", 5472 5256 "signal-hook", 5473 5257 ] 5474 5258 5475 5259 [[package]] 5476 5260 name = "signal-hook-registry" 5477 - version = "1.4.0" 5261 + version = "1.4.1" 5478 5262 source = "registry+https://github.com/rust-lang/crates.io-index" 5479 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 5263 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 5480 5264 dependencies = [ 5481 5265 "libc", 5482 5266 ] 5267 + 5268 + [[package]] 5269 + name = "simdutf8" 5270 + version = "0.1.4" 5271 + source = "registry+https://github.com/rust-lang/crates.io-index" 5272 + checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 5483 5273 5484 5274 [[package]] 5485 5275 name = "similar" ··· 5495 5285 5496 5286 [[package]] 5497 5287 name = "slab" 5498 - version = "0.4.7" 5288 + version = "0.4.8" 5499 5289 source = "registry+https://github.com/rust-lang/crates.io-index" 5500 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 5290 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 5501 5291 dependencies = [ 5502 5292 "autocfg", 5503 5293 ] ··· 5520 5310 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 5521 5311 5522 5312 [[package]] 5313 + name = "smartstring" 5314 + version = "1.0.1" 5315 + source = "registry+https://github.com/rust-lang/crates.io-index" 5316 + checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 5317 + dependencies = [ 5318 + "autocfg", 5319 + "static_assertions", 5320 + "version_check", 5321 + ] 5322 + 5323 + [[package]] 5523 5324 name = "smawk" 5524 5325 version = "0.3.1" 5525 5326 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5527 5328 5528 5329 [[package]] 5529 5330 name = "socket2" 5530 - version = "0.4.7" 5331 + version = "0.4.9" 5531 5332 source = "registry+https://github.com/rust-lang/crates.io-index" 5532 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 5333 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 5533 5334 dependencies = [ 5534 5335 "libc", 5535 5336 "winapi 0.3.9", ··· 5537 5338 5538 5339 [[package]] 5539 5340 name = "sourcemap" 5540 - version = "6.2.1" 5341 + version = "6.2.3" 5541 5342 source = "registry+https://github.com/rust-lang/crates.io-index" 5542 - checksum = "aebe057d110ddba043708da3fb010bf562ff6e9d4d60c9ee92860527bcbeccd6" 5343 + checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" 5543 5344 dependencies = [ 5544 - "base64 0.13.1", 5345 + "data-encoding", 5545 5346 "if_chain", 5546 5347 "rustc_version 0.2.3", 5547 5348 "serde", ··· 5601 5402 checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b" 5602 5403 dependencies = [ 5603 5404 "pmutil", 5604 - "proc-macro2 1.0.51", 5605 - "quote 1.0.23", 5606 - "syn 1.0.107", 5405 + "proc-macro2", 5406 + "quote", 5407 + "syn 1.0.109", 5607 5408 ] 5608 5409 5609 5410 [[package]] ··· 5632 5433 source = "registry+https://github.com/rust-lang/crates.io-index" 5633 5434 checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" 5634 5435 dependencies = [ 5635 - "proc-macro2 1.0.51", 5636 - "quote 1.0.23", 5436 + "proc-macro2", 5437 + "quote", 5637 5438 "serde", 5638 5439 "serde_derive", 5639 - "syn 1.0.107", 5440 + "syn 1.0.109", 5640 5441 ] 5641 5442 5642 5443 [[package]] ··· 5646 5447 checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" 5647 5448 dependencies = [ 5648 5449 "base-x", 5649 - "proc-macro2 1.0.51", 5650 - "quote 1.0.23", 5450 + "proc-macro2", 5451 + "quote", 5651 5452 "serde", 5652 5453 "serde_derive", 5653 5454 "serde_json", 5654 - "sha1", 5655 - "syn 1.0.107", 5455 + "sha1 0.6.1", 5456 + "syn 1.0.109", 5656 5457 ] 5657 5458 5658 5459 [[package]] ··· 5663 5464 5664 5465 [[package]] 5665 5466 name = "string_cache" 5666 - version = "0.8.4" 5467 + version = "0.8.7" 5667 5468 source = "registry+https://github.com/rust-lang/crates.io-index" 5668 - checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08" 5469 + checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 5669 5470 dependencies = [ 5670 5471 "new_debug_unreachable", 5671 5472 "once_cell", ··· 5683 5484 dependencies = [ 5684 5485 "phf_generator", 5685 5486 "phf_shared", 5686 - "proc-macro2 1.0.51", 5687 - "quote 1.0.23", 5487 + "proc-macro2", 5488 + "quote", 5688 5489 ] 5689 5490 5690 5491 [[package]] 5691 5492 name = "string_enum" 5692 - version = "0.3.2" 5493 + version = "0.3.3" 5693 5494 source = "registry+https://github.com/rust-lang/crates.io-index" 5694 - checksum = "994453cd270ad0265796eb24abf5540091ed03e681c5f3c12bc33e4db33253e1" 5495 + checksum = "41491e23e7db79343236a6ced96325ff132eb09e29ac4c5b8132b9c55aaaae89" 5695 5496 dependencies = [ 5696 5497 "pmutil", 5697 - "proc-macro2 1.0.51", 5698 - "quote 1.0.23", 5498 + "proc-macro2", 5499 + "quote", 5699 5500 "swc_macros_common", 5700 - "syn 1.0.107", 5501 + "syn 1.0.109", 5701 5502 ] 5702 5503 5703 5504 [[package]] ··· 5708 5509 5709 5510 [[package]] 5710 5511 name = "styled_components" 5711 - version = "0.53.5" 5512 + version = "0.53.11" 5712 5513 source = "registry+https://github.com/rust-lang/crates.io-index" 5713 - checksum = "5b7efbc9348e11cd925b98e7dd95eec9dfecc4617a6732d7053aeb331ba09453" 5514 + checksum = "d5e4d3762e21cd415d838b60b9007e2de112203f096f1c68aef32eb3465ef5d8" 5714 5515 dependencies = [ 5715 5516 "Inflector", 5716 5517 "once_cell", ··· 5722 5523 5723 5524 [[package]] 5724 5525 name = "styled_jsx" 5725 - version = "0.30.5" 5526 + version = "0.30.11" 5726 5527 source = "registry+https://github.com/rust-lang/crates.io-index" 5727 - checksum = "bdce2f34b7e8d65aeee155d4656f4c5e955a195ff0d3655c40077ec1f46d5269" 5528 + checksum = "a95db8d0df1301fa85243cbd0fbe3328a12d1e0d48eac0638d3dc295d4d7811c" 5728 5529 dependencies = [ 5729 5530 "easy-error", 5730 5531 "swc_core", ··· 5767 5568 5768 5569 [[package]] 5769 5570 name = "swc" 5770 - version = "0.245.25" 5571 + version = "0.255.23" 5771 5572 source = "registry+https://github.com/rust-lang/crates.io-index" 5772 - checksum = "33b45f2028e54131b3343082143c09e240d48b8ea2eeef9c432369f191d2f797" 5573 + checksum = "23d93b381ac343f8548ef10a400aaf91604e94258e5c11753cece061275ed4c1" 5773 5574 dependencies = [ 5774 5575 "ahash", 5775 5576 "anyhow", ··· 5822 5623 version = "0.1.0" 5823 5624 dependencies = [ 5824 5625 "anyhow", 5825 - "clap 4.1.4", 5626 + "clap 4.1.11", 5826 5627 "owo-colors", 5827 5628 "regex", 5828 5629 "swc_core", ··· 5830 5631 5831 5632 [[package]] 5832 5633 name = "swc_atoms" 5833 - version = "0.4.36" 5634 + version = "0.4.39" 5834 5635 source = "registry+https://github.com/rust-lang/crates.io-index" 5835 - checksum = "10ad195f903dd49e76fd93bc02c4d5fdb34287f9847f73d26c2097090db7cac3" 5636 + checksum = "2ebef84c2948cd0d1ba25acbf1b4bd9d80ab6f057efdbe35d8449b8d54699401" 5836 5637 dependencies = [ 5837 5638 "once_cell", 5838 5639 "rkyv", ··· 5845 5646 5846 5647 [[package]] 5847 5648 name = "swc_bundler" 5848 - version = "0.199.21" 5649 + version = "0.208.19" 5849 5650 source = "registry+https://github.com/rust-lang/crates.io-index" 5850 - checksum = "e4177c895cadebbf7dc4c0b5e55d436e254b3fa79626801be783d3ac83e27b6b" 5651 + checksum = "30d90393e5ac143a687f422f288bc706e3139a862d4c790cf301086aabd0cdf9" 5851 5652 dependencies = [ 5852 5653 "ahash", 5853 5654 "anyhow", ··· 5892 5693 5893 5694 [[package]] 5894 5695 name = "swc_common" 5895 - version = "0.29.31" 5696 + version = "0.29.37" 5896 5697 source = "registry+https://github.com/rust-lang/crates.io-index" 5897 - checksum = "66c967c1c2f17fac8969831752560289e377712091003bdd1af6f025f2d70dc2" 5698 + checksum = "5005cd73617e18592faa31298225b26f1c407b84a681d67efb735c3d3458e101" 5898 5699 dependencies = [ 5899 5700 "ahash", 5900 5701 "anyhow", ··· 5942 5743 checksum = "fb64bc03d90fd5c90d6ab917bb2b1d7fbd31957df39e31ea24a3f554b4372251" 5943 5744 dependencies = [ 5944 5745 "pmutil", 5945 - "proc-macro2 1.0.51", 5946 - "quote 1.0.23", 5746 + "proc-macro2", 5747 + "quote", 5947 5748 "swc_macros_common", 5948 - "syn 1.0.107", 5749 + "syn 1.0.109", 5949 5750 ] 5950 5751 5951 5752 [[package]] 5952 5753 name = "swc_core" 5953 - version = "0.59.26" 5754 + version = "0.69.23" 5954 5755 source = "registry+https://github.com/rust-lang/crates.io-index" 5955 - checksum = "2fcf21fa7d0149d58b78d9e1914fde16c95907c4314b2f4e00a120442e7c649c" 5756 + checksum = "9d13d1df11c7a0c2876ccf36bda91da3686310fb0ab853a22aac5496e02e5e9f" 5956 5757 dependencies = [ 5957 5758 "binding_macros", 5958 5759 "swc", ··· 5978 5779 "swc_ecma_transforms_base", 5979 5780 "swc_ecma_transforms_module", 5980 5781 "swc_ecma_transforms_optimization", 5782 + "swc_ecma_transforms_proposal", 5981 5783 "swc_ecma_transforms_react", 5982 5784 "swc_ecma_transforms_testing", 5983 5785 "swc_ecma_transforms_typescript", ··· 5996 5798 5997 5799 [[package]] 5998 5800 name = "swc_css_ast" 5999 - version = "0.134.4" 5801 + version = "0.134.11" 6000 5802 source = "registry+https://github.com/rust-lang/crates.io-index" 6001 - checksum = "ed9ab4363b6b8b26ff4f5f6c1aecd8def7b603a0f71d8e819dff1d2b894c13c8" 5803 + checksum = "b00eeb01472c11945107c881525e6ce89c2596cf7965e51f847a8029916ce7e9" 6002 5804 dependencies = [ 6003 5805 "is-macro", 6004 5806 "serde", ··· 6009 5811 6010 5812 [[package]] 6011 5813 name = "swc_css_codegen" 6012 - version = "0.144.4" 5814 + version = "0.144.14" 6013 5815 source = "registry+https://github.com/rust-lang/crates.io-index" 6014 - checksum = "f50bd37223d618de0886e8784bfae56408945a409ee0f41eed92e75dc02cbc98" 5816 + checksum = "bbfa6ae6065fa3a75c3bd9d4e8747d692a57ab5ac3259c5b3e5811965cce92d4" 6015 5817 dependencies = [ 6016 5818 "auto_impl", 6017 - "bitflags", 5819 + "bitflags 1.3.2", 6018 5820 "rustc-hash", 6019 5821 "serde", 6020 5822 "swc_atoms", ··· 6031 5833 checksum = "fe27425548d11afee43ddbe1d0cd882cb5e042f61b1503651dae2219c92333f5" 6032 5834 dependencies = [ 6033 5835 "pmutil", 6034 - "proc-macro2 1.0.51", 6035 - "quote 1.0.23", 5836 + "proc-macro2", 5837 + "quote", 6036 5838 "swc_macros_common", 6037 - "syn 1.0.107", 5839 + "syn 1.0.109", 6038 5840 ] 6039 5841 6040 5842 [[package]] 6041 5843 name = "swc_css_compat" 6042 - version = "0.20.4" 5844 + version = "0.20.14" 6043 5845 source = "registry+https://github.com/rust-lang/crates.io-index" 6044 - checksum = "46ae8a1ae72baf664797736662416f9d468a9bf74e3fe67fe59c7caab00c3cb8" 5846 + checksum = "608c5e294e2fcbea240831e02863c68e765d2508c42cc3bda492a18198e3081f" 6045 5847 dependencies = [ 6046 - "bitflags", 5848 + "bitflags 1.3.2", 6047 5849 "once_cell", 6048 5850 "serde", 6049 5851 "serde_json", ··· 6056 5858 6057 5859 [[package]] 6058 5860 name = "swc_css_modules" 6059 - version = "0.21.5" 5861 + version = "0.21.16" 6060 5862 source = "registry+https://github.com/rust-lang/crates.io-index" 6061 - checksum = "aeb444c980ee7fb17a9602b35d54f26b4fd9fc08e4404941ec6d291e8f699344" 5863 + checksum = "1d3b768156027bb4f57cefa4eec66d2f2b122eb81937c62f2f820123b7617727" 6062 5864 dependencies = [ 6063 5865 "rustc-hash", 6064 5866 "serde", ··· 6072 5874 6073 5875 [[package]] 6074 5876 name = "swc_css_parser" 6075 - version = "0.143.4" 5877 + version = "0.143.12" 6076 5878 source = "registry+https://github.com/rust-lang/crates.io-index" 6077 - checksum = "c469ae61eff63f44551ad00b083a0c7321d1ea38b0840e59f2f5fb1aab8b8301" 5879 + checksum = "ab4dc464bb7b97db5cb057164af91d1a374bffa48170d67604c7f3158639ed27" 6078 5880 dependencies = [ 6079 - "bitflags", 5881 + "bitflags 1.3.2", 6080 5882 "lexical", 6081 5883 "serde", 6082 5884 "swc_atoms", ··· 6086 5888 6087 5889 [[package]] 6088 5890 name = "swc_css_prefixer" 6089 - version = "0.146.4" 5891 + version = "0.146.14" 6090 5892 source = "registry+https://github.com/rust-lang/crates.io-index" 6091 - checksum = "5f3a31861304a2b87610508888637d11c40bd21860344e9c039414f6fbb99472" 5893 + checksum = "97fb14aeb39b8b43c2c84b4ec8ed3d7af419204385621dcd837a9d0cf8da9cbb" 6092 5894 dependencies = [ 6093 5895 "once_cell", 6094 5896 "preset_env_base", ··· 6103 5905 6104 5906 [[package]] 6105 5907 name = "swc_css_utils" 6106 - version = "0.131.4" 5908 + version = "0.131.12" 6107 5909 source = "registry+https://github.com/rust-lang/crates.io-index" 6108 - checksum = "623450d1be558756f768eabd203b1dbdace96bb9b9e5e90b83aa3e097513f94e" 5910 + checksum = "7a18df9c717eec8ff9760a27c7337c507a10b23ec301dbc23249dadf7ba78524" 6109 5911 dependencies = [ 6110 5912 "once_cell", 6111 5913 "serde", ··· 6118 5920 6119 5921 [[package]] 6120 5922 name = "swc_css_visit" 6121 - version = "0.133.4" 5923 + version = "0.133.11" 6122 5924 source = "registry+https://github.com/rust-lang/crates.io-index" 6123 - checksum = "5a287fac7313fd6fc67d7fca15d9778d62ea642664bdce022432a3390da024e8" 5925 + checksum = "bc2080e5a67f015365661e5bd26cd7d8cf766395eaa9c4dc95ef58054af624e3" 6124 5926 dependencies = [ 6125 5927 "serde", 6126 5928 "swc_atoms", ··· 6131 5933 6132 5934 [[package]] 6133 5935 name = "swc_ecma_ast" 6134 - version = "0.96.5" 5936 + version = "0.100.3" 6135 5937 source = "registry+https://github.com/rust-lang/crates.io-index" 6136 - checksum = "84192270c26fc125494ee8895baabf480a95ef8ef83fefb79a94d9fe90c5eb1b" 5938 + checksum = "6b135a8de6b20bcc99711a95e6c7c2ffd75e2ce7ef530e67eec4093bd3d063e0" 6137 5939 dependencies = [ 6138 - "bitflags", 5940 + "bitflags 1.3.2", 6139 5941 "is-macro", 6140 5942 "num-bigint", 6141 5943 "rkyv", ··· 6149 5951 6150 5952 [[package]] 6151 5953 name = "swc_ecma_codegen" 6152 - version = "0.129.12" 5954 + version = "0.135.8" 6153 5955 source = "registry+https://github.com/rust-lang/crates.io-index" 6154 - checksum = "e212d95f6f7d99c8f983e6978a740ef5ffdc16312f5ce931dd587b455fa126b0" 5956 + checksum = "5eea38f0aa2bdafb48927cb30a714ad6cc27c17cd40a867ab1f2c0782e6080e6" 6155 5957 dependencies = [ 6156 5958 "memchr", 6157 5959 "num-bigint", ··· 6173 5975 checksum = "0159c99f81f52e48fe692ef7af1b0990b45d3006b14c6629be0b1ffee1b23aea" 6174 5976 dependencies = [ 6175 5977 "pmutil", 6176 - "proc-macro2 1.0.51", 6177 - "quote 1.0.23", 5978 + "proc-macro2", 5979 + "quote", 6178 5980 "swc_macros_common", 6179 - "syn 1.0.107", 5981 + "syn 1.0.109", 6180 5982 ] 6181 5983 6182 5984 [[package]] 6183 5985 name = "swc_ecma_ext_transforms" 6184 - version = "0.93.9" 5986 + version = "0.99.8" 6185 5987 source = "registry+https://github.com/rust-lang/crates.io-index" 6186 - checksum = "f1f42ee0de612c77b1df9b206f1b9955acadbf2e4f1ea715cb2fc438c1ae8c49" 5988 + checksum = "bdc9c335e425617120ec2f2af01c59541571afd7d834b9d7c312faf9d8acc7c4" 6187 5989 dependencies = [ 6188 5990 "phf", 6189 5991 "swc_atoms", ··· 6195 5997 6196 5998 [[package]] 6197 5999 name = "swc_ecma_lints" 6198 - version = "0.71.9" 6000 + version = "0.77.13" 6199 6001 source = "registry+https://github.com/rust-lang/crates.io-index" 6200 - checksum = "bbf4b84b4caf7b08f90da1ecd19d99401f3339a56a24b1f79402bf98600672a1" 6002 + checksum = "463fd2faab68aad3197670627ec7d9a9250cfe28641afa8a8c7aa8d21d6014df" 6201 6003 dependencies = [ 6202 6004 "ahash", 6203 6005 "auto_impl", ··· 6216 6018 6217 6019 [[package]] 6218 6020 name = "swc_ecma_loader" 6219 - version = "0.41.33" 6021 + version = "0.41.39" 6220 6022 source = "registry+https://github.com/rust-lang/crates.io-index" 6221 - checksum = "05a87fb2eabb07f68065496d9d1187a5f0f290e99807e5e24835b38770eb03b9" 6023 + checksum = "681c1fbb762c82700a5bd23dc39bad892a287ea9fb2121cf56e77f1ddc89afeb" 6222 6024 dependencies = [ 6223 6025 "ahash", 6224 6026 "anyhow", ··· 6238 6040 6239 6041 [[package]] 6240 6042 name = "swc_ecma_minifier" 6241 - version = "0.166.21" 6043 + version = "0.175.19" 6242 6044 source = "registry+https://github.com/rust-lang/crates.io-index" 6243 - checksum = "b00799d4ad8898d2fe702cb5fb892aceb191385b4a7d7f1bab25a9a55ab1c469" 6045 + checksum = "89c2cd0cb9f66b75be8ba3ae6122a7989afe0f45af5ea72a1ab6755240e6183c" 6244 6046 dependencies = [ 6245 6047 "ahash", 6246 6048 "arrayvec 0.7.2", ··· 6253 6055 "rayon", 6254 6056 "regex", 6255 6057 "rustc-hash", 6058 + "ryu-js", 6256 6059 "serde", 6257 6060 "serde_json", 6258 6061 "swc_atoms", ··· 6273 6076 6274 6077 [[package]] 6275 6078 name = "swc_ecma_parser" 6276 - version = "0.124.9" 6079 + version = "0.130.7" 6277 6080 source = "registry+https://github.com/rust-lang/crates.io-index" 6278 - checksum = "bd431de25e6c311ffa7dd4d01907d602e5e32311dc5d9bd73cc0993b15a4c069" 6081 + checksum = "b79a4d3b941551a586d2dc06bd05ef654e500ce1e1da2425a3a97b98cecd282b" 6279 6082 dependencies = [ 6280 6083 "either", 6281 6084 "enum_kind", ··· 6283 6086 "num-bigint", 6284 6087 "serde", 6285 6088 "smallvec", 6089 + "smartstring", 6286 6090 "stacker", 6287 6091 "swc_atoms", 6288 6092 "swc_common", ··· 6293 6097 6294 6098 [[package]] 6295 6099 name = "swc_ecma_preset_env" 6296 - version = "0.180.20" 6100 + version = "0.189.17" 6297 6101 source = "registry+https://github.com/rust-lang/crates.io-index" 6298 - checksum = "ff34998c7a248251359eb573a2075b445cade38f696bd2e86aff428d983f7c00" 6102 + checksum = "33f5d2be1bdf27dec511d2108c0bc25f0f955a248b2d307b352a45eac7fcf117" 6299 6103 dependencies = [ 6300 6104 "ahash", 6301 6105 "anyhow", ··· 6303 6107 "indexmap", 6304 6108 "once_cell", 6305 6109 "preset_env_base", 6306 - "semver 1.0.16", 6110 + "semver 1.0.17", 6307 6111 "serde", 6308 6112 "serde_json", 6309 6113 "st-map", ··· 6318 6122 6319 6123 [[package]] 6320 6124 name = "swc_ecma_quote_macros" 6321 - version = "0.35.9" 6125 + version = "0.41.7" 6322 6126 source = "registry+https://github.com/rust-lang/crates.io-index" 6323 - checksum = "5f861c0631c00f1062c3035d8d0b58ebbeee0b53622ae597b394b2524ed2162f" 6127 + checksum = "0bf398b83e9b77ee80fca2bb079cd3495f3d2e1b52ccb7645f1b33b395d6410e" 6324 6128 dependencies = [ 6325 6129 "anyhow", 6326 6130 "pmutil", 6327 - "proc-macro2 1.0.51", 6328 - "quote 1.0.23", 6131 + "proc-macro2", 6132 + "quote", 6329 6133 "swc_atoms", 6330 6134 "swc_common", 6331 6135 "swc_ecma_ast", 6332 6136 "swc_ecma_parser", 6333 6137 "swc_macros_common", 6334 - "syn 1.0.107", 6138 + "syn 1.0.109", 6335 6139 ] 6336 6140 6337 6141 [[package]] ··· 6348 6152 6349 6153 [[package]] 6350 6154 name = "swc_ecma_transforms" 6351 - version = "0.203.18" 6155 + version = "0.212.17" 6352 6156 source = "registry+https://github.com/rust-lang/crates.io-index" 6353 - checksum = "41e122c5f9746ecb7c36551de49b6d3b143c777c28bc143fb4c4133a4ed75a98" 6157 + checksum = "ad7490393ee05987fe77719bd965ce853f760e20dac1dab53129b8d636dc46c1" 6354 6158 dependencies = [ 6355 6159 "swc_atoms", 6356 6160 "swc_common", ··· 6368 6172 6369 6173 [[package]] 6370 6174 name = "swc_ecma_transforms_base" 6371 - version = "0.116.9" 6175 + version = "0.122.13" 6372 6176 source = "registry+https://github.com/rust-lang/crates.io-index" 6373 - checksum = "7a27e0d34b6fcf88b71772810c7bc1e1542a0eb5c665c9531bd76797ea1fcdba" 6177 + checksum = "96253f9d410d18a9aae6c7f59ddc697dd78dcd130f5d1a8750cc5b8f5d71472e" 6374 6178 dependencies = [ 6375 6179 "better_scoped_tls", 6376 - "bitflags", 6180 + "bitflags 1.3.2", 6181 + "indexmap", 6377 6182 "once_cell", 6378 6183 "phf", 6379 6184 "rayon", ··· 6391 6196 6392 6197 [[package]] 6393 6198 name = "swc_ecma_transforms_classes" 6394 - version = "0.105.9" 6199 + version = "0.111.13" 6395 6200 source = "registry+https://github.com/rust-lang/crates.io-index" 6396 - checksum = "91fa609a3fb7777affe70f34978b6714c6db949129f1df13fb2cae992fa3825c" 6201 + checksum = "3fc315b53be4d9004134001b46258b32fee64ebc5dd964f72c2b1258324246a7" 6397 6202 dependencies = [ 6398 6203 "swc_atoms", 6399 6204 "swc_common", ··· 6405 6210 6406 6211 [[package]] 6407 6212 name = "swc_ecma_transforms_compat" 6408 - version = "0.141.11" 6213 + version = "0.148.15" 6409 6214 source = "registry+https://github.com/rust-lang/crates.io-index" 6410 - checksum = "6f3d5c1f058481b9f2c36e04c579feab09ea05ad38ba5734c9bf019b90615a8c" 6215 + checksum = "b5a1a4a3c413bfd03e38e8ee9fb9bb761f478ebe4f8b1f51e154375fcc1ca17a" 6411 6216 dependencies = [ 6412 6217 "ahash", 6413 6218 "arrayvec 0.7.2", ··· 6437 6242 checksum = "ebf907935ec5492256b523ae7935a824d9fdc0368dcadc41375bad0dca91cd8b" 6438 6243 dependencies = [ 6439 6244 "pmutil", 6440 - "proc-macro2 1.0.51", 6441 - "quote 1.0.23", 6245 + "proc-macro2", 6246 + "quote", 6442 6247 "swc_macros_common", 6443 - "syn 1.0.107", 6248 + "syn 1.0.109", 6444 6249 ] 6445 6250 6446 6251 [[package]] 6447 6252 name = "swc_ecma_transforms_module" 6448 - version = "0.158.14" 6253 + version = "0.165.15" 6449 6254 source = "registry+https://github.com/rust-lang/crates.io-index" 6450 - checksum = "cb8c1afcc5f82f1bc2416edfb7b36b53b15a8cf36b54c04f76dd28e5636092c5" 6255 + checksum = "8f53c50506abc0db9a768b190d28dbc6968844d6f6f7fe98967f01bf4c0890ba" 6451 6256 dependencies = [ 6452 6257 "Inflector", 6453 6258 "ahash", 6454 6259 "anyhow", 6455 - "bitflags", 6260 + "bitflags 1.3.2", 6456 6261 "indexmap", 6457 6262 "is-macro", 6458 6263 "path-clean", ··· 6473 6278 6474 6279 [[package]] 6475 6280 name = "swc_ecma_transforms_optimization" 6476 - version = "0.172.18" 6281 + version = "0.181.17" 6477 6282 source = "registry+https://github.com/rust-lang/crates.io-index" 6478 - checksum = "62f04e174dc6a940cde89351dab77fce41ee88be590adbed85a345d1a27f7792" 6283 + checksum = "08181f21f6bafb718ef3bed83817545f53af69852550177de19cc20d618a95b7" 6479 6284 dependencies = [ 6480 6285 "ahash", 6481 6286 "dashmap", ··· 6499 6304 6500 6305 [[package]] 6501 6306 name = "swc_ecma_transforms_proposal" 6502 - version = "0.149.12" 6307 + version = "0.156.15" 6503 6308 source = "registry+https://github.com/rust-lang/crates.io-index" 6504 - checksum = "cbb6e441289c0eeb660bb5ab26ba809424ab6a6a33d4aafd3895826dd7416d40" 6309 + checksum = "478c09b747e7829d22f6fe393fb002487133483967d4bd051d9b69a1d5d65a8a" 6505 6310 dependencies = [ 6506 6311 "either", 6507 6312 "serde", ··· 6518 6323 6519 6324 [[package]] 6520 6325 name = "swc_ecma_transforms_react" 6521 - version = "0.160.14" 6326 + version = "0.167.17" 6522 6327 source = "registry+https://github.com/rust-lang/crates.io-index" 6523 - checksum = "f533cb21e1d4c16d5eeca7687ed36248b6c081915f1e81f5b4470e8a134a1bbf" 6328 + checksum = "a423b55598ab93ecd4e2a232b9f9a33a0e742b9ba2229a00972ead82bf0a6693" 6524 6329 dependencies = [ 6525 6330 "ahash", 6526 6331 "base64 0.13.1", ··· 6545 6350 6546 6351 [[package]] 6547 6352 name = "swc_ecma_transforms_testing" 6548 - version = "0.119.9" 6353 + version = "0.125.13" 6549 6354 source = "registry+https://github.com/rust-lang/crates.io-index" 6550 - checksum = "9be51347a017ba17f6d53c3ac2053e7ecfbebdd9a8b0f199d181375a517a0fa0" 6355 + checksum = "f07bfbd7b8739ad54b564b2c19476978cd4d48ada980307a20469021c3343938" 6551 6356 dependencies = [ 6552 6357 "ansi_term", 6553 6358 "anyhow", ··· 6571 6376 6572 6377 [[package]] 6573 6378 name = "swc_ecma_transforms_typescript" 6574 - version = "0.164.17" 6379 + version = "0.171.17" 6575 6380 source = "registry+https://github.com/rust-lang/crates.io-index" 6576 - checksum = "dac0a6eb262079d41642545174eaaeb864bfef94b639416565a69011186f0743" 6381 + checksum = "39ba6c548f2b4ad7e1b71c85c4771242a800886547933129f41a7877a5c47332" 6577 6382 dependencies = [ 6578 6383 "serde", 6579 6384 "swc_atoms", ··· 6587 6392 6588 6393 [[package]] 6589 6394 name = "swc_ecma_usage_analyzer" 6590 - version = "0.3.7" 6395 + version = "0.9.9" 6591 6396 source = "registry+https://github.com/rust-lang/crates.io-index" 6592 - checksum = "a2bf4df64386936969b4867c29a6ffbebcaec6407b6d92cea783467d520a733d" 6397 + checksum = "0ab0dcc471e8a980062c21257070ed522f48e77f83e61f2522f8a26f96f6ce89" 6593 6398 dependencies = [ 6594 6399 "ahash", 6595 6400 "indexmap", ··· 6605 6410 6606 6411 [[package]] 6607 6412 name = "swc_ecma_utils" 6608 - version = "0.107.9" 6413 + version = "0.113.8" 6609 6414 source = "registry+https://github.com/rust-lang/crates.io-index" 6610 - checksum = "7893e70f71921df77bc5aac7b9c4637de2ee3f4f578e2f06fa64cc19c92f3b1c" 6415 + checksum = "6d422284424a29a95ce5d896ab4f8da35316cd0291e15759c0aae30abd2947be" 6611 6416 dependencies = [ 6612 6417 "indexmap", 6613 6418 "num_cpus", ··· 6624 6429 6625 6430 [[package]] 6626 6431 name = "swc_ecma_visit" 6627 - version = "0.82.5" 6432 + version = "0.86.4" 6628 6433 source = "registry+https://github.com/rust-lang/crates.io-index" 6629 - checksum = "4519c4c16025f17aaa23251dd7f1e464dbecb33b5adbbfe0318ec9554d5324ec" 6434 + checksum = "2cb3aaa504f9a520cb73e8d361d30aaceeb8643cc2f048e0dc1808d213ef76a9" 6630 6435 dependencies = [ 6631 6436 "num-bigint", 6632 6437 "swc_atoms", ··· 6638 6443 6639 6444 [[package]] 6640 6445 name = "swc_emotion" 6641 - version = "0.29.5" 6446 + version = "0.29.11" 6642 6447 source = "registry+https://github.com/rust-lang/crates.io-index" 6643 - checksum = "8dc1cd067f6a411f26090e54d6a8d967c075a1b1e46e23cdabcecf65df388de6" 6448 + checksum = "4b32d130dc10d63b2f6ccf8d59c693748f0b41ed80ae79df56476f69ac687c9b" 6644 6449 dependencies = [ 6645 6450 "base64 0.13.1", 6646 6451 "byteorder", ··· 6661 6466 checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6" 6662 6467 dependencies = [ 6663 6468 "pmutil", 6664 - "proc-macro2 1.0.51", 6665 - "quote 1.0.23", 6666 - "syn 1.0.107", 6469 + "proc-macro2", 6470 + "quote", 6471 + "syn 1.0.109", 6667 6472 ] 6668 6473 6669 6474 [[package]] 6670 6475 name = "swc_error_reporters" 6671 - version = "0.13.32" 6476 + version = "0.13.38" 6672 6477 source = "registry+https://github.com/rust-lang/crates.io-index" 6673 - checksum = "da4d20e5079a9c29de7b959a42aae34e14985499273dc248b868bae2dd3fa633" 6478 + checksum = "e5652942f29f76b08bc2a23228e87c8dff1f037de17d18166753e90f4baacf61" 6674 6479 dependencies = [ 6675 6480 "anyhow", 6676 6481 "miette", ··· 6681 6486 6682 6487 [[package]] 6683 6488 name = "swc_fast_graph" 6684 - version = "0.17.32" 6489 + version = "0.17.38" 6685 6490 source = "registry+https://github.com/rust-lang/crates.io-index" 6686 - checksum = "fc30b5e4509d3ed9e43ba84f04e6faff335c33f1591b1f0c2634fc4ebc7e7f5d" 6491 + checksum = "e3a720ad8028d6c6e992039c862ed7318d143dee3994929793f59067fd69600b" 6687 6492 dependencies = [ 6688 6493 "ahash", 6689 6494 "indexmap", ··· 6693 6498 6694 6499 [[package]] 6695 6500 name = "swc_graph_analyzer" 6696 - version = "0.18.34" 6501 + version = "0.18.41" 6697 6502 source = "registry+https://github.com/rust-lang/crates.io-index" 6698 - checksum = "66e212bbbaafdd6cfbb70736af56a77144f5697e57226af5c6345439d31da875" 6503 + checksum = "b25ac475500b0776f1bb82da02eff867819b3c653130023ea957cbd1e91befa8" 6699 6504 dependencies = [ 6700 6505 "ahash", 6701 6506 "auto_impl", ··· 6711 6516 checksum = "a4be988307882648d9bc7c71a6a73322b7520ef0211e920489a98f8391d8caa2" 6712 6517 dependencies = [ 6713 6518 "pmutil", 6714 - "proc-macro2 1.0.51", 6715 - "quote 1.0.23", 6716 - "syn 1.0.107", 6519 + "proc-macro2", 6520 + "quote", 6521 + "syn 1.0.109", 6717 6522 ] 6718 6523 6719 6524 [[package]] ··· 6728 6533 6729 6534 [[package]] 6730 6535 name = "swc_node_comments" 6731 - version = "0.16.31" 6536 + version = "0.16.37" 6732 6537 source = "registry+https://github.com/rust-lang/crates.io-index" 6733 - checksum = "00ab278f56cf436c33c3bd71557d2b576149602ebb14b388b630c883ef3929da" 6538 + checksum = "c762f79bc1f940df95655603298b3ea382765185e091360d7f895475a5437a92" 6734 6539 dependencies = [ 6735 6540 "ahash", 6736 6541 "dashmap", ··· 6740 6545 6741 6546 [[package]] 6742 6547 name = "swc_nodejs_common" 6743 - version = "0.0.4" 6548 + version = "0.0.5" 6744 6549 source = "registry+https://github.com/rust-lang/crates.io-index" 6745 - checksum = "63dc82a7002173ba4296a26ecb6089152172db9c96da51a6945cc7e9c2c53ac3" 6550 + checksum = "5c00871ef9d32aad437acced2eeffc96a97c5f2776bb90ad6497968a8d626b04" 6746 6551 dependencies = [ 6747 6552 "anyhow", 6748 6553 "napi", 6749 6554 "serde", 6750 6555 "serde_json", 6751 - "swc_node_base", 6752 6556 "tracing", 6753 6557 "tracing-subscriber", 6754 6558 ] 6755 6559 6756 6560 [[package]] 6757 6561 name = "swc_plugin_proxy" 6758 - version = "0.25.3" 6562 + version = "0.29.3" 6759 6563 source = "registry+https://github.com/rust-lang/crates.io-index" 6760 - checksum = "02c87d6af1ac8e2d3dc1f00b4e15650a2725f782454ad2b4dc374cee77ab7607" 6564 + checksum = "eb64bf10458ef02e97ca7e43b75a3519373f97bf77728c50148799d87a14658c" 6761 6565 dependencies = [ 6762 6566 "better_scoped_tls", 6763 6567 "rkyv", ··· 6769 6573 6770 6574 [[package]] 6771 6575 name = "swc_plugin_runner" 6772 - version = "0.85.10" 6576 + version = "0.91.7" 6773 6577 source = "registry+https://github.com/rust-lang/crates.io-index" 6774 - checksum = "ab84becbc9c2ee93997a4c42392736817363a0ff56b15cce914e00ffa42f5a14" 6578 + checksum = "1c790a1870b2f5460f72622ff7a2f72c16597608683e3bfa7feb762bc6392df0" 6775 6579 dependencies = [ 6776 6580 "anyhow", 6777 6581 "enumset", ··· 6791 6595 ] 6792 6596 6793 6597 [[package]] 6598 + name = "swc_relay" 6599 + version = "0.1.0" 6600 + source = "registry+https://github.com/rust-lang/crates.io-index" 6601 + checksum = "21d7489319dc3cbf645a0c01f7f79b3f7600ff4a806305f47e7fc7847cf90f11" 6602 + dependencies = [ 6603 + "once_cell", 6604 + "regex", 6605 + "serde", 6606 + "serde_json", 6607 + "swc_common", 6608 + "swc_core", 6609 + "tracing", 6610 + ] 6611 + 6612 + [[package]] 6794 6613 name = "swc_timer" 6795 - version = "0.17.33" 6614 + version = "0.17.42" 6796 6615 source = "registry+https://github.com/rust-lang/crates.io-index" 6797 - checksum = "13ffc2a454f3df82f19268984953b2e37be9a40166bccd3d53611ef78cea793a" 6616 + checksum = "d11afada7873b24725061271e1b3e49f2f8f625535fee2b4c55603b6f1a5fa0b" 6798 6617 dependencies = [ 6799 6618 "tracing", 6800 6619 ] ··· 6805 6624 source = "registry+https://github.com/rust-lang/crates.io-index" 6806 6625 checksum = "a4795c8d23e0de62eef9cac0a20ae52429ee2ffc719768e838490f195b7d7267" 6807 6626 dependencies = [ 6808 - "proc-macro2 1.0.51", 6809 - "quote 1.0.23", 6810 - "syn 1.0.107", 6627 + "proc-macro2", 6628 + "quote", 6629 + "syn 1.0.109", 6811 6630 ] 6812 6631 6813 6632 [[package]] ··· 6828 6647 dependencies = [ 6829 6648 "Inflector", 6830 6649 "pmutil", 6831 - "proc-macro2 1.0.51", 6832 - "quote 1.0.23", 6650 + "proc-macro2", 6651 + "quote", 6833 6652 "swc_macros_common", 6834 - "syn 1.0.107", 6653 + "syn 1.0.109", 6835 6654 ] 6836 6655 6837 6656 [[package]] 6838 6657 name = "syn" 6839 - version = "0.15.44" 6658 + version = "1.0.109" 6840 6659 source = "registry+https://github.com/rust-lang/crates.io-index" 6841 - checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 6660 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 6842 6661 dependencies = [ 6843 - "proc-macro2 0.4.30", 6844 - "quote 0.6.13", 6845 - "unicode-xid 0.1.0", 6662 + "proc-macro2", 6663 + "quote", 6664 + "unicode-ident", 6846 6665 ] 6847 6666 6848 6667 [[package]] 6849 6668 name = "syn" 6850 - version = "1.0.107" 6669 + version = "2.0.8" 6851 6670 source = "registry+https://github.com/rust-lang/crates.io-index" 6852 - checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 6671 + checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9" 6853 6672 dependencies = [ 6854 - "proc-macro2 1.0.51", 6855 - "quote 1.0.23", 6673 + "proc-macro2", 6674 + "quote", 6856 6675 "unicode-ident", 6857 6676 ] 6858 6677 ··· 6863 6682 checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 6864 6683 6865 6684 [[package]] 6685 + name = "sysinfo" 6686 + version = "0.27.8" 6687 + source = "registry+https://github.com/rust-lang/crates.io-index" 6688 + checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33" 6689 + dependencies = [ 6690 + "cfg-if 1.0.0", 6691 + "core-foundation-sys", 6692 + "libc", 6693 + "ntapi", 6694 + "once_cell", 6695 + "rayon", 6696 + "winapi 0.3.9", 6697 + ] 6698 + 6699 + [[package]] 6866 6700 name = "tabled" 6867 6701 version = "0.10.0" 6868 6702 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6882 6716 dependencies = [ 6883 6717 "heck", 6884 6718 "proc-macro-error", 6885 - "proc-macro2 1.0.51", 6886 - "quote 1.0.23", 6887 - "syn 1.0.107", 6719 + "proc-macro2", 6720 + "quote", 6721 + "syn 1.0.109", 6888 6722 ] 6889 6723 6890 6724 [[package]] 6891 6725 name = "target-lexicon" 6892 - version = "0.12.5" 6726 + version = "0.12.6" 6893 6727 source = "registry+https://github.com/rust-lang/crates.io-index" 6894 - checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" 6728 + checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" 6895 6729 6896 6730 [[package]] 6897 - name = "tempfile" 6898 - version = "3.3.0" 6731 + name = "tempdir" 6732 + version = "0.3.7" 6899 6733 source = "registry+https://github.com/rust-lang/crates.io-index" 6900 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 6734 + checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 6901 6735 dependencies = [ 6902 - "cfg-if 1.0.0", 6903 - "fastrand", 6904 - "libc", 6905 - "redox_syscall", 6736 + "rand 0.4.6", 6906 6737 "remove_dir_all", 6907 - "winapi 0.3.9", 6908 6738 ] 6909 6739 6910 6740 [[package]] 6911 - name = "term" 6912 - version = "0.7.0" 6741 + name = "tempfile" 6742 + version = "3.4.0" 6913 6743 source = "registry+https://github.com/rust-lang/crates.io-index" 6914 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 6744 + checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 6915 6745 dependencies = [ 6916 - "dirs-next", 6917 - "rustversion", 6918 - "winapi 0.3.9", 6746 + "cfg-if 1.0.0", 6747 + "fastrand", 6748 + "redox_syscall", 6749 + "rustix 0.36.11", 6750 + "windows-sys 0.42.0", 6919 6751 ] 6920 6752 6921 6753 [[package]] ··· 6944 6776 checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" 6945 6777 6946 6778 [[package]] 6947 - name = "test-generator" 6948 - version = "0.3.1" 6779 + name = "test-case" 6780 + version = "3.0.0" 6781 + source = "registry+https://github.com/rust-lang/crates.io-index" 6782 + checksum = "679b019fb241da62cc449b33b224d19ebe1c6767b495569765115dd7f7f9fba4" 6783 + dependencies = [ 6784 + "test-case-macros", 6785 + ] 6786 + 6787 + [[package]] 6788 + name = "test-case-core" 6789 + version = "3.0.0" 6949 6790 source = "registry+https://github.com/rust-lang/crates.io-index" 6950 - checksum = "5b23be2add79223226e1cb6446cb3e37506a5927089870687a0f1149bb7a073a" 6791 + checksum = "72dc21b5887f4032c4656502d085dc28f2afbb686f25f216472bb0526f4b1b88" 6951 6792 dependencies = [ 6952 - "glob", 6953 - "proc-macro2 0.4.30", 6954 - "quote 0.6.13", 6955 - "syn 0.15.44", 6793 + "cfg-if 1.0.0", 6794 + "proc-macro-error", 6795 + "proc-macro2", 6796 + "quote", 6797 + "syn 1.0.109", 6798 + ] 6799 + 6800 + [[package]] 6801 + name = "test-case-macros" 6802 + version = "3.0.0" 6803 + source = "registry+https://github.com/rust-lang/crates.io-index" 6804 + checksum = "f3786898e0be151a96f730fd529b0e8a10f5990fa2a7ea14e37ca27613c05190" 6805 + dependencies = [ 6806 + "proc-macro-error", 6807 + "proc-macro2", 6808 + "quote", 6809 + "syn 1.0.109", 6810 + "test-case-core", 6956 6811 ] 6957 6812 6958 6813 [[package]] 6959 6814 name = "testing" 6960 - version = "0.31.33" 6815 + version = "0.31.40" 6961 6816 source = "registry+https://github.com/rust-lang/crates.io-index" 6962 - checksum = "39474317ceaad57c5d26b830f9573317967ff0b2d10273a5060b7d7fb7ba27cd" 6817 + checksum = "dda8d4f62089d08b0575a92273f2c824ca6e3958cd23ad2a0eb3f25438a0e9c9" 6963 6818 dependencies = [ 6964 6819 "ansi_term", 6965 6820 "difference", ··· 6976 6831 6977 6832 [[package]] 6978 6833 name = "testing_macros" 6979 - version = "0.2.7" 6834 + version = "0.2.9" 6980 6835 source = "registry+https://github.com/rust-lang/crates.io-index" 6981 - checksum = "e74ff09d2d4d4b7ea140ff67eb7ed8fd35a708e2c327bcde5a25707d66840099" 6836 + checksum = "a5315a85a7262fe1a8898890b616de62c152dd43cb5974752c0927aaabe48891" 6982 6837 dependencies = [ 6983 6838 "anyhow", 6984 6839 "glob", 6985 6840 "once_cell", 6986 6841 "pmutil", 6987 - "proc-macro2 1.0.51", 6988 - "quote 1.0.23", 6842 + "proc-macro2", 6843 + "quote", 6989 6844 "regex", 6990 6845 "relative-path", 6991 - "syn 1.0.107", 6992 - ] 6993 - 6994 - [[package]] 6995 - name = "textwrap" 6996 - version = "0.11.0" 6997 - source = "registry+https://github.com/rust-lang/crates.io-index" 6998 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 6999 - dependencies = [ 7000 - "unicode-width", 6846 + "syn 1.0.109", 7001 6847 ] 7002 6848 7003 6849 [[package]] ··· 7019 6865 7020 6866 [[package]] 7021 6867 name = "thiserror" 7022 - version = "1.0.38" 6868 + version = "1.0.40" 7023 6869 source = "registry+https://github.com/rust-lang/crates.io-index" 7024 - checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 6870 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 7025 6871 dependencies = [ 7026 6872 "thiserror-impl", 7027 6873 ] 7028 6874 7029 6875 [[package]] 7030 6876 name = "thiserror-impl" 7031 - version = "1.0.38" 6877 + version = "1.0.40" 7032 6878 source = "registry+https://github.com/rust-lang/crates.io-index" 7033 - checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 6879 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 7034 6880 dependencies = [ 7035 - "proc-macro2 1.0.51", 7036 - "quote 1.0.23", 7037 - "syn 1.0.107", 6881 + "proc-macro2", 6882 + "quote", 6883 + "syn 2.0.8", 7038 6884 ] 7039 6885 7040 6886 [[package]] 7041 6887 name = "thread_local" 7042 - version = "1.1.6" 6888 + version = "1.1.7" 7043 6889 source = "registry+https://github.com/rust-lang/crates.io-index" 7044 - checksum = "50f297120ff9d4efe680df143d5631bba9c75fa371992b7fcb33eb3453cb0a07" 6890 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 7045 6891 dependencies = [ 7046 6892 "cfg-if 1.0.0", 7047 6893 "once_cell", ··· 7096 6942 7097 6943 [[package]] 7098 6944 name = "time" 7099 - version = "0.3.17" 6945 + version = "0.3.20" 7100 6946 source = "registry+https://github.com/rust-lang/crates.io-index" 7101 - checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" 6947 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 7102 6948 dependencies = [ 7103 - "itoa 1.0.5", 6949 + "itoa", 7104 6950 "serde", 7105 6951 "time-core", 7106 - "time-macros 0.2.6", 6952 + "time-macros 0.2.8", 7107 6953 ] 7108 6954 7109 6955 [[package]] ··· 7124 6970 7125 6971 [[package]] 7126 6972 name = "time-macros" 7127 - version = "0.2.6" 6973 + version = "0.2.8" 7128 6974 source = "registry+https://github.com/rust-lang/crates.io-index" 7129 - checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" 6975 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 7130 6976 dependencies = [ 7131 6977 "time-core", 7132 6978 ] ··· 7138 6984 checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" 7139 6985 dependencies = [ 7140 6986 "proc-macro-hack", 7141 - "proc-macro2 1.0.51", 7142 - "quote 1.0.23", 6987 + "proc-macro2", 6988 + "quote", 7143 6989 "standback", 7144 - "syn 1.0.107", 6990 + "syn 1.0.109", 7145 6991 ] 7146 6992 7147 6993 [[package]] ··· 7154 7000 ] 7155 7001 7156 7002 [[package]] 7157 - name = "tiny-keccak" 7158 - version = "2.0.2" 7159 - source = "registry+https://github.com/rust-lang/crates.io-index" 7160 - checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 7161 - dependencies = [ 7162 - "crunchy", 7163 - ] 7164 - 7165 - [[package]] 7166 7003 name = "tinytemplate" 7167 7004 version = "1.2.1" 7168 7005 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7189 7026 7190 7027 [[package]] 7191 7028 name = "tokio" 7192 - version = "1.25.0" 7029 + version = "1.26.0" 7193 7030 source = "registry+https://github.com/rust-lang/crates.io-index" 7194 - checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 7031 + checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 7195 7032 dependencies = [ 7196 7033 "autocfg", 7197 7034 "bytes", 7198 7035 "libc", 7199 7036 "memchr", 7200 - "mio 0.8.5", 7037 + "mio 0.8.6", 7201 7038 "num_cpus", 7202 7039 "parking_lot", 7203 7040 "pin-project-lite", ··· 7205 7042 "socket2", 7206 7043 "tokio-macros", 7207 7044 "tracing", 7208 - "windows-sys 0.42.0", 7045 + "windows-sys 0.45.0", 7209 7046 ] 7210 7047 7211 7048 [[package]] ··· 7224 7061 source = "registry+https://github.com/rust-lang/crates.io-index" 7225 7062 checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 7226 7063 dependencies = [ 7227 - "proc-macro2 1.0.51", 7228 - "quote 1.0.23", 7229 - "syn 1.0.107", 7064 + "proc-macro2", 7065 + "quote", 7066 + "syn 1.0.109", 7230 7067 ] 7231 7068 7232 7069 [[package]] ··· 7252 7089 7253 7090 [[package]] 7254 7091 name = "tokio-stream" 7255 - version = "0.1.11" 7092 + version = "0.1.12" 7256 7093 source = "registry+https://github.com/rust-lang/crates.io-index" 7257 - checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" 7094 + checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 7258 7095 dependencies = [ 7259 7096 "futures-core", 7260 7097 "pin-project-lite", ··· 7263 7100 7264 7101 [[package]] 7265 7102 name = "tokio-tungstenite" 7266 - version = "0.17.2" 7103 + version = "0.18.0" 7267 7104 source = "registry+https://github.com/rust-lang/crates.io-index" 7268 - checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181" 7105 + checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" 7269 7106 dependencies = [ 7270 7107 "futures-util", 7271 7108 "log", ··· 7275 7112 7276 7113 [[package]] 7277 7114 name = "tokio-util" 7278 - version = "0.7.5" 7115 + version = "0.7.7" 7279 7116 source = "registry+https://github.com/rust-lang/crates.io-index" 7280 - checksum = "7e267c18a719545b481171952a79f8c25c80361463ba44bc7fa9eba7c742ef4f" 7117 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 7281 7118 dependencies = [ 7282 7119 "bytes", 7283 7120 "futures-core", 7121 + "futures-io", 7284 7122 "futures-sink", 7285 7123 "pin-project-lite", 7286 7124 "tokio", ··· 7297 7135 ] 7298 7136 7299 7137 [[package]] 7300 - name = "toml_datetime" 7301 - version = "0.5.1" 7302 - source = "registry+https://github.com/rust-lang/crates.io-index" 7303 - checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5" 7304 - 7305 - [[package]] 7306 - name = "toml_edit" 7307 - version = "0.18.1" 7308 - source = "registry+https://github.com/rust-lang/crates.io-index" 7309 - checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b" 7310 - dependencies = [ 7311 - "indexmap", 7312 - "nom8", 7313 - "toml_datetime", 7314 - ] 7315 - 7316 - [[package]] 7317 7138 name = "tonic" 7318 7139 version = "0.8.3" 7319 7140 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7346 7167 ] 7347 7168 7348 7169 [[package]] 7170 + name = "tonic-build" 7171 + version = "0.8.4" 7172 + source = "registry+https://github.com/rust-lang/crates.io-index" 7173 + checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" 7174 + dependencies = [ 7175 + "prettyplease", 7176 + "proc-macro2", 7177 + "prost-build", 7178 + "quote", 7179 + "syn 1.0.109", 7180 + ] 7181 + 7182 + [[package]] 7349 7183 name = "tower" 7350 7184 version = "0.4.13" 7351 7185 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7356 7190 "indexmap", 7357 7191 "pin-project", 7358 7192 "pin-project-lite", 7359 - "rand", 7193 + "rand 0.8.5", 7360 7194 "slab", 7361 7195 "tokio", 7362 7196 "tokio-util", 7363 7197 "tower-layer", 7364 7198 "tower-service", 7365 7199 "tracing", 7366 - ] 7367 - 7368 - [[package]] 7369 - name = "tower-http" 7370 - version = "0.3.5" 7371 - source = "registry+https://github.com/rust-lang/crates.io-index" 7372 - checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" 7373 - dependencies = [ 7374 - "bitflags", 7375 - "bytes", 7376 - "futures-core", 7377 - "futures-util", 7378 - "http", 7379 - "http-body", 7380 - "http-range-header", 7381 - "pin-project-lite", 7382 - "tower", 7383 - "tower-layer", 7384 - "tower-service", 7385 7200 ] 7386 7201 7387 7202 [[package]] ··· 7415 7230 source = "registry+https://github.com/rust-lang/crates.io-index" 7416 7231 checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 7417 7232 dependencies = [ 7418 - "proc-macro2 1.0.51", 7419 - "quote 1.0.23", 7420 - "syn 1.0.107", 7233 + "proc-macro2", 7234 + "quote", 7235 + "syn 1.0.109", 7421 7236 ] 7422 7237 7423 7238 [[package]] ··· 7493 7308 7494 7309 [[package]] 7495 7310 name = "tungstenite" 7496 - version = "0.17.3" 7311 + version = "0.18.0" 7497 7312 source = "registry+https://github.com/rust-lang/crates.io-index" 7498 - checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0" 7313 + checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" 7499 7314 dependencies = [ 7500 7315 "base64 0.13.1", 7501 7316 "byteorder", ··· 7503 7318 "http", 7504 7319 "httparse", 7505 7320 "log", 7506 - "rand", 7507 - "sha-1", 7321 + "rand 0.8.5", 7322 + "sha1 0.10.5", 7508 7323 "thiserror", 7509 7324 "url", 7510 7325 "utf-8", ··· 7517 7332 "anyhow", 7518 7333 "assert_cmd", 7519 7334 "build-target", 7520 - "clap 4.1.4", 7335 + "clap 4.1.11", 7521 7336 "clap_complete", 7337 + "command-group", 7338 + "ctrlc", 7522 7339 "dunce", 7523 7340 "itertools", 7341 + "libc", 7524 7342 "log", 7525 - "predicates", 7526 7343 "pretty_assertions", 7527 7344 "serde", 7528 7345 "serde_json", 7529 - "serde_yaml 0.8.26", 7346 + "serde_yaml", 7347 + "shared_child", 7530 7348 "tiny-gradient", 7349 + "tokio-util", 7531 7350 "turborepo-lib", 7351 + "winapi 0.3.9", 7352 + ] 7353 + 7354 + [[package]] 7355 + name = "turbo-binding" 7356 + version = "0.1.0" 7357 + dependencies = [ 7358 + "auto-hash-map", 7359 + "mdxjs", 7360 + "modularize_imports", 7361 + "node-file-trace", 7362 + "styled_components", 7363 + "styled_jsx", 7364 + "swc-ast-explorer", 7365 + "swc_core", 7366 + "swc_emotion", 7367 + "swc_relay", 7368 + "testing", 7369 + "turbo-malloc", 7370 + "turbo-tasks", 7371 + "turbo-tasks-build", 7372 + "turbo-tasks-bytes", 7373 + "turbo-tasks-env", 7374 + "turbo-tasks-fetch", 7375 + "turbo-tasks-fs", 7376 + "turbo-tasks-hash", 7377 + "turbo-tasks-macros", 7378 + "turbo-tasks-macros-shared", 7379 + "turbo-tasks-memory", 7380 + "turbo-tasks-testing", 7381 + "turbo-updater", 7382 + "turbopack", 7383 + "turbopack-cli-utils", 7384 + "turbopack-core", 7385 + "turbopack-create-test-app", 7386 + "turbopack-css", 7387 + "turbopack-dev", 7388 + "turbopack-dev-server", 7389 + "turbopack-ecmascript", 7390 + "turbopack-env", 7391 + "turbopack-json", 7392 + "turbopack-mdx", 7393 + "turbopack-node", 7394 + "turbopack-static", 7395 + "turbopack-swc-utils", 7396 + "turbopack-test-utils", 7397 + "turbopack-tests", 7532 7398 ] 7533 7399 7534 7400 [[package]] ··· 7544 7410 dependencies = [ 7545 7411 "anyhow", 7546 7412 "auto-hash-map", 7547 - "concurrent-queue 1.2.4", 7413 + "concurrent-queue", 7548 7414 "dashmap", 7549 7415 "erased-serde", 7550 7416 "event-listener", ··· 7574 7440 "anyhow", 7575 7441 "cargo-lock", 7576 7442 "glob", 7577 - "syn 1.0.107", 7443 + "syn 1.0.109", 7578 7444 "turbo-tasks-macros-shared", 7579 7445 ] 7580 7446 7581 7447 [[package]] 7448 + name = "turbo-tasks-bytes" 7449 + version = "0.1.0" 7450 + dependencies = [ 7451 + "anyhow", 7452 + "bytes", 7453 + "futures", 7454 + "serde", 7455 + "serde_bytes", 7456 + "serde_test", 7457 + "tokio", 7458 + "turbo-tasks", 7459 + "turbo-tasks-build", 7460 + ] 7461 + 7462 + [[package]] 7582 7463 name = "turbo-tasks-env" 7583 7464 version = "0.1.0" 7584 7465 dependencies = [ ··· 7616 7497 dependencies = [ 7617 7498 "anyhow", 7618 7499 "auto-hash-map", 7619 - "bitflags", 7500 + "bitflags 1.3.2", 7620 7501 "bytes", 7621 - "concurrent-queue 1.2.4", 7622 - "criterion 0.3.6", 7502 + "concurrent-queue", 7503 + "criterion", 7504 + "dashmap", 7623 7505 "dunce", 7624 7506 "futures", 7625 7507 "futures-retry", 7626 7508 "include_dir", 7509 + "indexmap", 7627 7510 "jsonc-parser", 7628 7511 "mime", 7629 - "notify", 7512 + "notify 4.0.17", 7630 7513 "parking_lot", 7631 7514 "rstest", 7632 7515 "serde", ··· 7657 7540 version = "0.1.0" 7658 7541 dependencies = [ 7659 7542 "anyhow", 7660 - "convert_case 0.5.0", 7543 + "convert_case 0.6.0", 7661 7544 "proc-macro-error", 7662 - "proc-macro2 1.0.51", 7663 - "quote 1.0.23", 7664 - "syn 1.0.107", 7545 + "proc-macro2", 7546 + "quote", 7547 + "syn 1.0.109", 7665 7548 "turbo-tasks-macros-shared", 7666 7549 ] 7667 7550 ··· 7669 7552 name = "turbo-tasks-macros-shared" 7670 7553 version = "0.1.0" 7671 7554 dependencies = [ 7672 - "proc-macro2 1.0.51", 7673 - "quote 1.0.23", 7674 - "syn 1.0.107", 7555 + "proc-macro2", 7556 + "quote", 7557 + "syn 1.0.109", 7675 7558 ] 7676 7559 7677 7560 [[package]] ··· 7680 7563 dependencies = [ 7681 7564 "anyhow", 7682 7565 "auto-hash-map", 7683 - "concurrent-queue 1.2.4", 7684 - "criterion 0.3.6", 7566 + "concurrent-queue", 7567 + "criterion", 7685 7568 "dashmap", 7686 7569 "lazy_static", 7687 7570 "nohash-hasher", ··· 7717 7600 "atty", 7718 7601 "console", 7719 7602 "reqwest", 7720 - "semver 1.0.16", 7603 + "semver 1.0.17", 7721 7604 "serde", 7722 7605 "thiserror", 7723 7606 "update-informer", ··· 7729 7612 dependencies = [ 7730 7613 "anyhow", 7731 7614 "async-recursion", 7732 - "criterion 0.3.6", 7615 + "criterion", 7733 7616 "difference", 7734 7617 "futures", 7735 7618 "indexmap", ··· 7739 7622 "rstest_reuse", 7740 7623 "serde", 7741 7624 "serde_json", 7742 - "test-generator", 7743 7625 "tokio", 7744 7626 "turbo-malloc", 7745 7627 "turbo-tasks", ··· 7761 7643 version = "0.1.0" 7762 7644 dependencies = [ 7763 7645 "anyhow", 7764 - "clap 4.1.4", 7765 - "crossterm", 7646 + "clap 4.1.11", 7647 + "crossterm 0.26.1", 7766 7648 "owo-colors", 7767 7649 "serde", 7768 7650 "turbo-tasks", ··· 7788 7670 "rstest", 7789 7671 "serde", 7790 7672 "serde_json", 7673 + "serde_qs", 7791 7674 "sourcemap", 7792 7675 "swc_core", 7793 7676 "turbo-tasks", ··· 7802 7685 version = "0.1.0" 7803 7686 dependencies = [ 7804 7687 "anyhow", 7805 - "clap 4.1.4", 7688 + "clap 4.1.11", 7806 7689 "indoc", 7807 7690 "pathdiff", 7808 7691 "serde_json", ··· 7831 7714 ] 7832 7715 7833 7716 [[package]] 7717 + name = "turbopack-dev" 7718 + version = "0.1.0" 7719 + dependencies = [ 7720 + "anyhow", 7721 + "indexmap", 7722 + "indoc", 7723 + "serde", 7724 + "serde_json", 7725 + "serde_qs", 7726 + "turbo-tasks", 7727 + "turbo-tasks-build", 7728 + "turbo-tasks-fs", 7729 + "turbo-tasks-hash", 7730 + "turbopack-core", 7731 + "turbopack-ecmascript", 7732 + ] 7733 + 7734 + [[package]] 7834 7735 name = "turbopack-dev-server" 7835 7736 version = "0.1.0" 7836 7737 dependencies = [ 7837 7738 "anyhow", 7739 + "async-compression", 7838 7740 "futures", 7839 7741 "hyper", 7840 7742 "hyper-tungstenite", ··· 7847 7749 "serde", 7848 7750 "serde_json", 7849 7751 "serde_qs", 7752 + "thiserror", 7850 7753 "tokio", 7851 7754 "tokio-stream", 7755 + "tokio-util", 7852 7756 "turbo-tasks", 7853 7757 "turbo-tasks-build", 7758 + "turbo-tasks-bytes", 7854 7759 "turbo-tasks-fs", 7855 7760 "turbo-tasks-hash", 7856 7761 "turbopack-cli-utils", ··· 7865 7770 dependencies = [ 7866 7771 "anyhow", 7867 7772 "async-trait", 7868 - "criterion 0.3.6", 7869 - "easy-error", 7870 - "fxhash", 7773 + "criterion", 7871 7774 "indexmap", 7872 7775 "indoc", 7873 7776 "lazy_static", 7874 - "next-font", 7875 - "next-transform-dynamic", 7876 - "next-transform-strip-page-exports", 7877 7777 "num-bigint", 7878 7778 "num-traits", 7879 7779 "once_cell", 7880 7780 "parking_lot", 7781 + "petgraph", 7881 7782 "pin-project-lite", 7882 7783 "regex", 7883 7784 "rstest", 7785 + "rustc-hash", 7884 7786 "serde", 7885 7787 "serde_json", 7886 7788 "serde_qs", ··· 7948 7850 version = "0.1.0" 7949 7851 dependencies = [ 7950 7852 "anyhow", 7853 + "async-stream", 7854 + "bytes", 7855 + "const_format", 7951 7856 "futures", 7952 7857 "futures-retry", 7953 7858 "indexmap", 7954 7859 "mime", 7860 + "once_cell", 7861 + "owo-colors", 7862 + "parking_lot", 7863 + "regex", 7955 7864 "serde", 7956 7865 "serde_json", 7957 7866 "serde_qs", 7958 7867 "tokio", 7959 7868 "turbo-tasks", 7960 7869 "turbo-tasks-build", 7870 + "turbo-tasks-bytes", 7961 7871 "turbo-tasks-env", 7962 7872 "turbo-tasks-fs", 7873 + "turbo-tasks-hash", 7874 + "turbopack-cli-utils", 7963 7875 "turbopack-core", 7964 7876 "turbopack-dev-server", 7965 7877 "turbopack-ecmascript", 7966 7878 "url", 7879 + "urlencoding", 7967 7880 ] 7968 7881 7969 7882 [[package]] ··· 8010 7923 version = "0.1.0" 8011 7924 dependencies = [ 8012 7925 "anyhow", 8013 - "next-core", 7926 + "dunce", 8014 7927 "once_cell", 8015 7928 "serde", 8016 7929 "serde_json", 8017 - "test-generator", 7930 + "testing", 8018 7931 "tokio", 8019 7932 "turbo-tasks", 8020 7933 "turbo-tasks-build", ··· 8023 7936 "turbo-tasks-memory", 8024 7937 "turbopack", 8025 7938 "turbopack-core", 7939 + "turbopack-dev", 8026 7940 "turbopack-env", 8027 7941 "turbopack-test-utils", 8028 7942 ] ··· 8035 7949 "directories", 8036 7950 "prost", 8037 7951 "prost-build", 7952 + "thiserror", 7953 + "turborepo-lockfiles", 8038 7954 "turborepo-scm", 8039 7955 ] 8040 7956 ··· 8044 7960 dependencies = [ 8045 7961 "anyhow", 8046 7962 "assert_cmd", 7963 + "async-io", 7964 + "async-stream", 8047 7965 "atty", 8048 7966 "axum", 8049 7967 "axum-server", 8050 7968 "chrono", 8051 - "clap 4.1.4", 7969 + "clap 4.1.11", 8052 7970 "clap_complete", 7971 + "command-group", 8053 7972 "config", 8054 7973 "console", 7974 + "const_format", 8055 7975 "dialoguer", 8056 7976 "dirs-next", 8057 7977 "dunce", 8058 - "env_logger 0.10.0", 7978 + "env_logger", 7979 + "futures", 7980 + "glob-match", 7981 + "hex", 8059 7982 "hostname", 7983 + "humantime", 8060 7984 "indicatif", 8061 7985 "itertools", 8062 7986 "lazy_static", 8063 7987 "log", 8064 - "predicates", 7988 + "notify 5.1.0", 7989 + "pidlock", 8065 7990 "pretty_assertions", 8066 - "rand", 7991 + "prost", 7992 + "rand 0.8.5", 8067 7993 "reqwest", 8068 7994 "rustc_version_runtime", 8069 - "semver 1.0.16", 7995 + "semver 1.0.17", 8070 7996 "serde", 8071 7997 "serde_json", 8072 - "serde_yaml 0.8.26", 7998 + "serde_yaml", 7999 + "sha2", 8000 + "sysinfo", 8073 8001 "tempfile", 8002 + "test-case", 8003 + "thiserror", 8074 8004 "tiny-gradient", 8075 8005 "tokio", 8006 + "tokio-stream", 8007 + "tokio-util", 8008 + "tonic", 8009 + "tonic-build", 8010 + "tower", 8076 8011 "turbo-updater", 8077 - "webbrowser 0.8.7", 8012 + "turborepo-paths", 8013 + "uds_windows", 8014 + "url", 8015 + "webbrowser", 8016 + ] 8017 + 8018 + [[package]] 8019 + name = "turborepo-lockfiles" 8020 + version = "0.1.0" 8021 + dependencies = [ 8022 + "serde", 8023 + "serde_json", 8024 + "thiserror", 8025 + ] 8026 + 8027 + [[package]] 8028 + name = "turborepo-paths" 8029 + version = "0.1.0" 8030 + dependencies = [ 8031 + "allocative", 8032 + "anyhow", 8033 + "assert_matches", 8034 + "common-path", 8035 + "compact_str", 8036 + "derivative", 8037 + "derive_more", 8038 + "dunce", 8039 + "gazebo", 8040 + "itertools", 8041 + "memchr", 8042 + "ref-cast", 8043 + "relative-path", 8044 + "serde", 8045 + "smallvec", 8046 + "tempfile", 8047 + "thiserror", 8078 8048 ] 8079 8049 8080 8050 [[package]] 8081 8051 name = "turborepo-scm" 8082 8052 version = "0.1.0" 8083 8053 dependencies = [ 8054 + "anyhow", 8084 8055 "dunce", 8085 8056 "git2", 8086 8057 "tempfile", 8087 8058 "thiserror", 8059 + "turborepo-paths", 8088 8060 ] 8089 8061 8090 8062 [[package]] ··· 8094 8066 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 8095 8067 dependencies = [ 8096 8068 "cfg-if 1.0.0", 8097 - "rand", 8069 + "rand 0.8.5", 8098 8070 "static_assertions", 8099 8071 ] 8100 8072 ··· 8117 8089 checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 8118 8090 8119 8091 [[package]] 8092 + name = "uds_windows" 8093 + version = "1.0.2" 8094 + source = "registry+https://github.com/rust-lang/crates.io-index" 8095 + checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 8096 + dependencies = [ 8097 + "tempfile", 8098 + "winapi 0.3.9", 8099 + ] 8100 + 8101 + [[package]] 8120 8102 name = "unicase" 8121 8103 version = "2.6.0" 8122 8104 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8127 8109 8128 8110 [[package]] 8129 8111 name = "unicode-bidi" 8130 - version = "0.3.10" 8112 + version = "0.3.13" 8131 8113 source = "registry+https://github.com/rust-lang/crates.io-index" 8132 - checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 8114 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 8133 8115 8134 8116 [[package]] 8135 8117 name = "unicode-id" ··· 8139 8121 8140 8122 [[package]] 8141 8123 name = "unicode-ident" 8142 - version = "1.0.6" 8124 + version = "1.0.8" 8143 8125 source = "registry+https://github.com/rust-lang/crates.io-index" 8144 - checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 8126 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 8145 8127 8146 8128 [[package]] 8147 8129 name = "unicode-linebreak" ··· 8176 8158 8177 8159 [[package]] 8178 8160 name = "unicode-xid" 8179 - version = "0.1.0" 8180 - source = "registry+https://github.com/rust-lang/crates.io-index" 8181 - checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 8182 - 8183 - [[package]] 8184 - name = "unicode-xid" 8185 8161 version = "0.2.4" 8186 8162 source = "registry+https://github.com/rust-lang/crates.io-index" 8187 8163 checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 8188 8164 8189 8165 [[package]] 8190 8166 name = "unsafe-libyaml" 8191 - version = "0.2.5" 8167 + version = "0.2.7" 8192 8168 source = "registry+https://github.com/rust-lang/crates.io-index" 8193 - checksum = "bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2" 8169 + checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c" 8194 8170 8195 8171 [[package]] 8196 8172 name = "untrusted" ··· 8204 8180 source = "git+https://github.com/mgrachev/update-informer?rev=b7a415ac2276e857167b9fe8282044f93155878a#b7a415ac2276e857167b9fe8282044f93155878a" 8205 8181 dependencies = [ 8206 8182 "directories", 8207 - "semver 1.0.16", 8183 + "semver 1.0.17", 8208 8184 "serde", 8209 8185 "serde_json", 8210 8186 ] ··· 8268 8244 dependencies = [ 8269 8245 "anyhow", 8270 8246 "cfg-if 1.0.0", 8271 - "enum-iterator 1.2.0", 8247 + "enum-iterator 1.4.0", 8272 8248 "getset", 8273 8249 "rustversion", 8274 8250 "thiserror", 8275 - "time 0.3.17", 8251 + "time 0.3.20", 8276 8252 ] 8277 8253 8278 8254 [[package]] ··· 8298 8274 source = "registry+https://github.com/rust-lang/crates.io-index" 8299 8275 checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 8300 8276 dependencies = [ 8301 - "proc-macro2 1.0.51", 8302 - "quote 1.0.23", 8277 + "proc-macro2", 8278 + "quote", 8303 8279 ] 8304 8280 8305 8281 [[package]] ··· 8319 8295 8320 8296 [[package]] 8321 8297 name = "walkdir" 8322 - version = "2.3.2" 8298 + version = "2.3.3" 8323 8299 source = "registry+https://github.com/rust-lang/crates.io-index" 8324 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 8300 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 8325 8301 dependencies = [ 8326 8302 "same-file", 8327 - "winapi 0.3.9", 8328 8303 "winapi-util", 8329 8304 ] 8330 8305 ··· 8369 8344 "bumpalo", 8370 8345 "log", 8371 8346 "once_cell", 8372 - "proc-macro2 1.0.51", 8373 - "quote 1.0.23", 8374 - "syn 1.0.107", 8347 + "proc-macro2", 8348 + "quote", 8349 + "syn 1.0.109", 8375 8350 "wasm-bindgen-shared", 8376 8351 ] 8377 8352 ··· 8393 8368 source = "registry+https://github.com/rust-lang/crates.io-index" 8394 8369 checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 8395 8370 dependencies = [ 8396 - "quote 1.0.23", 8371 + "quote", 8397 8372 "wasm-bindgen-macro-support", 8398 8373 ] 8399 8374 ··· 8403 8378 source = "registry+https://github.com/rust-lang/crates.io-index" 8404 8379 checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 8405 8380 dependencies = [ 8406 - "proc-macro2 1.0.51", 8407 - "quote 1.0.23", 8408 - "syn 1.0.107", 8381 + "proc-macro2", 8382 + "quote", 8383 + "syn 1.0.109", 8409 8384 "wasm-bindgen-backend", 8410 8385 "wasm-bindgen-shared", 8411 8386 ] ··· 8418 8393 8419 8394 [[package]] 8420 8395 name = "wasm-encoder" 8421 - version = "0.23.0" 8396 + version = "0.25.0" 8422 8397 source = "registry+https://github.com/rust-lang/crates.io-index" 8423 - checksum = "1c3e4bc09095436c8e7584d86d33e6c3ee67045af8fb262cbb9cc321de553428" 8398 + checksum = "4eff853c4f09eec94d76af527eddad4e9de13b11d6286a1ef7134bc30135a2b7" 8424 8399 dependencies = [ 8425 8400 "leb128", 8426 8401 ] ··· 8523 8498 checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51" 8524 8499 dependencies = [ 8525 8500 "proc-macro-error", 8526 - "proc-macro2 1.0.51", 8527 - "quote 1.0.23", 8528 - "syn 1.0.107", 8501 + "proc-macro2", 8502 + "quote", 8503 + "syn 1.0.109", 8529 8504 ] 8530 8505 8531 8506 [[package]] ··· 8719 8694 8720 8695 [[package]] 8721 8696 name = "wast" 8722 - version = "53.0.0" 8697 + version = "55.0.0" 8723 8698 source = "registry+https://github.com/rust-lang/crates.io-index" 8724 - checksum = "8244fa24196b1d8fd3ca4a96a3a164c40f846498c5deab6caf414c67340ca4af" 8699 + checksum = "4984d3e1406571f4930ba5cf79bd70f75f41d0e87e17506e0bd19b0e5d085f05" 8725 8700 dependencies = [ 8726 8701 "leb128", 8727 8702 "memchr", ··· 8731 8706 8732 8707 [[package]] 8733 8708 name = "wat" 8734 - version = "1.0.58" 8709 + version = "1.0.61" 8735 8710 source = "registry+https://github.com/rust-lang/crates.io-index" 8736 - checksum = "4620f1059add6dad511decb9d5d88b4a0a0d3e2e315ed34f79b0dc0dce18aa4b" 8711 + checksum = "af2b53f4da14db05d32e70e9c617abdf6620c575bd5dd972b7400037b4df2091" 8737 8712 dependencies = [ 8738 8713 "wast", 8739 8714 ] ··· 8750 8725 8751 8726 [[package]] 8752 8727 name = "webbrowser" 8753 - version = "0.7.1" 8754 - source = "registry+https://github.com/rust-lang/crates.io-index" 8755 - checksum = "fc6a3cffdb686fbb24d9fb8f03a213803277ed2300f11026a3afe1f108dc021b" 8756 - dependencies = [ 8757 - "jni 0.19.0", 8758 - "ndk-glue", 8759 - "url", 8760 - "web-sys", 8761 - "widestring", 8762 - "winapi 0.3.9", 8763 - ] 8764 - 8765 - [[package]] 8766 - name = "webbrowser" 8767 8728 version = "0.8.7" 8768 8729 source = "registry+https://github.com/rust-lang/crates.io-index" 8769 8730 checksum = "97d1fa1e5c829b2bf9eb1e28fb950248b797cd6a04866fbdfa8bc31e5eef4c78" 8770 8731 dependencies = [ 8771 8732 "core-foundation", 8772 8733 "dirs", 8773 - "jni 0.20.0", 8734 + "jni", 8774 8735 "log", 8775 8736 "ndk-context", 8776 8737 "objc", ··· 8805 8766 checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 8806 8767 8807 8768 [[package]] 8808 - name = "wepoll-ffi" 8809 - version = "0.1.2" 8810 - source = "registry+https://github.com/rust-lang/crates.io-index" 8811 - checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 8812 - dependencies = [ 8813 - "cc", 8814 - ] 8815 - 8816 - [[package]] 8817 8769 name = "which" 8818 8770 version = "4.4.0" 8819 8771 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8825 8777 ] 8826 8778 8827 8779 [[package]] 8828 - name = "widestring" 8829 - version = "0.5.1" 8830 - source = "registry+https://github.com/rust-lang/crates.io-index" 8831 - checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" 8832 - 8833 - [[package]] 8834 8780 name = "winapi" 8835 8781 version = "0.2.8" 8836 8782 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8874 8820 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 8875 8821 8876 8822 [[package]] 8823 + name = "windows" 8824 + version = "0.46.0" 8825 + source = "registry+https://github.com/rust-lang/crates.io-index" 8826 + checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 8827 + dependencies = [ 8828 + "windows-targets", 8829 + ] 8830 + 8831 + [[package]] 8877 8832 name = "windows-sys" 8878 8833 version = "0.33.0" 8879 8834 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8893 8848 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 8894 8849 dependencies = [ 8895 8850 "windows_aarch64_gnullvm", 8896 - "windows_aarch64_msvc 0.42.1", 8897 - "windows_i686_gnu 0.42.1", 8898 - "windows_i686_msvc 0.42.1", 8899 - "windows_x86_64_gnu 0.42.1", 8851 + "windows_aarch64_msvc 0.42.2", 8852 + "windows_i686_gnu 0.42.2", 8853 + "windows_i686_msvc 0.42.2", 8854 + "windows_x86_64_gnu 0.42.2", 8900 8855 "windows_x86_64_gnullvm", 8901 - "windows_x86_64_msvc 0.42.1", 8856 + "windows_x86_64_msvc 0.42.2", 8902 8857 ] 8903 8858 8904 8859 [[package]] ··· 8912 8867 8913 8868 [[package]] 8914 8869 name = "windows-targets" 8915 - version = "0.42.1" 8870 + version = "0.42.2" 8916 8871 source = "registry+https://github.com/rust-lang/crates.io-index" 8917 - checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 8872 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 8918 8873 dependencies = [ 8919 8874 "windows_aarch64_gnullvm", 8920 - "windows_aarch64_msvc 0.42.1", 8921 - "windows_i686_gnu 0.42.1", 8922 - "windows_i686_msvc 0.42.1", 8923 - "windows_x86_64_gnu 0.42.1", 8875 + "windows_aarch64_msvc 0.42.2", 8876 + "windows_i686_gnu 0.42.2", 8877 + "windows_i686_msvc 0.42.2", 8878 + "windows_x86_64_gnu 0.42.2", 8924 8879 "windows_x86_64_gnullvm", 8925 - "windows_x86_64_msvc 0.42.1", 8880 + "windows_x86_64_msvc 0.42.2", 8926 8881 ] 8927 8882 8928 8883 [[package]] 8929 8884 name = "windows_aarch64_gnullvm" 8930 - version = "0.42.1" 8885 + version = "0.42.2" 8931 8886 source = "registry+https://github.com/rust-lang/crates.io-index" 8932 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 8887 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 8933 8888 8934 8889 [[package]] 8935 8890 name = "windows_aarch64_msvc" ··· 8939 8894 8940 8895 [[package]] 8941 8896 name = "windows_aarch64_msvc" 8942 - version = "0.42.1" 8897 + version = "0.42.2" 8943 8898 source = "registry+https://github.com/rust-lang/crates.io-index" 8944 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 8899 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 8945 8900 8946 8901 [[package]] 8947 8902 name = "windows_i686_gnu" ··· 8951 8906 8952 8907 [[package]] 8953 8908 name = "windows_i686_gnu" 8954 - version = "0.42.1" 8909 + version = "0.42.2" 8955 8910 source = "registry+https://github.com/rust-lang/crates.io-index" 8956 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 8911 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 8957 8912 8958 8913 [[package]] 8959 8914 name = "windows_i686_msvc" ··· 8963 8918 8964 8919 [[package]] 8965 8920 name = "windows_i686_msvc" 8966 - version = "0.42.1" 8921 + version = "0.42.2" 8967 8922 source = "registry+https://github.com/rust-lang/crates.io-index" 8968 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 8923 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 8969 8924 8970 8925 [[package]] 8971 8926 name = "windows_x86_64_gnu" ··· 8975 8930 8976 8931 [[package]] 8977 8932 name = "windows_x86_64_gnu" 8978 - version = "0.42.1" 8933 + version = "0.42.2" 8979 8934 source = "registry+https://github.com/rust-lang/crates.io-index" 8980 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 8935 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 8981 8936 8982 8937 [[package]] 8983 8938 name = "windows_x86_64_gnullvm" 8984 - version = "0.42.1" 8939 + version = "0.42.2" 8985 8940 source = "registry+https://github.com/rust-lang/crates.io-index" 8986 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 8941 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 8987 8942 8988 8943 [[package]] 8989 8944 name = "windows_x86_64_msvc" ··· 8993 8948 8994 8949 [[package]] 8995 8950 name = "windows_x86_64_msvc" 8996 - version = "0.42.1" 8951 + version = "0.42.2" 8997 8952 source = "registry+https://github.com/rust-lang/crates.io-index" 8998 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 8953 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 8999 8954 9000 8955 [[package]] 9001 8956 name = "winreg" ··· 9032 8987 "anyhow", 9033 8988 "cargo-lock", 9034 8989 "chrono", 9035 - "clap 4.1.4", 8990 + "clap 4.1.11", 9036 8991 "indexmap", 9037 8992 "inquire", 9038 8993 "num-format", 9039 8994 "owo-colors", 9040 8995 "plotters", 9041 - "semver 1.0.16", 8996 + "semver 1.0.17", 9042 8997 "serde", 9043 8998 "serde_json", 9044 8999 "tabled",
+4 -3
pkgs/tools/misc/turbo/default.nix
··· 16 16 , turbo 17 17 }: 18 18 let 19 - version = "1.8.3"; 19 + version = "1.8.8"; 20 20 src = fetchFromGitHub { 21 21 owner = "vercel"; 22 22 repo = "turbo"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-aqe9ze6xZ5RUJJGT19nABhorrL9+ctSTS+ov97hG30o="; 24 + sha256 = "sha256-Qn1qAdhzQrkdMbZs9zqZA0k7UTig39ljJ3DQn49pJf8="; 25 25 }; 26 26 27 27 go-turbo = buildGoModule rec { ··· 29 29 pname = "go-turbo"; 30 30 modRoot = "cli"; 31 31 32 - vendorSha256 = "sha256-lqumN+xqJXEPI+nVnWSNfAyvQQ6fS9ao8uhwA1EbWWM="; 32 + vendorSha256 = "sha256-/C5zUQk8bJPBu1L9RYJh74haGkB+37fWldeg/2U8X9I="; 33 33 34 34 nativeBuildInputs = [ 35 35 git ··· 76 76 nativeBuildInputs = [ 77 77 pkg-config 78 78 extra-cmake-modules 79 + protobuf 79 80 ]; 80 81 buildInputs = [ 81 82 openssl