diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 490 |
1 files changed, 180 insertions, 310 deletions
@@ -48,7 +48,7 @@ version = "0.12.1" | |||
48 | source = "registry+https://github.com/rust-lang/crates.io-index" | 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
49 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | 49 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
50 | dependencies = [ | 50 | dependencies = [ |
51 | "winapi 0.3.9", | 51 | "winapi", |
52 | ] | 52 | ] |
53 | 53 | ||
54 | [[package]] | 54 | [[package]] |
@@ -229,12 +229,6 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | |||
229 | 229 | ||
230 | [[package]] | 230 | [[package]] |
231 | name = "bytes" | 231 | name = "bytes" |
232 | version = "0.5.6" | ||
233 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
234 | checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" | ||
235 | |||
236 | [[package]] | ||
237 | name = "bytes" | ||
238 | version = "1.0.1" | 232 | version = "1.0.1" |
239 | source = "registry+https://github.com/rust-lang/crates.io-index" | 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
240 | checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" | 234 | checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" |
@@ -268,7 +262,7 @@ dependencies = [ | |||
268 | "num-traits", | 262 | "num-traits", |
269 | "serde", | 263 | "serde", |
270 | "time", | 264 | "time", |
271 | "winapi 0.3.9", | 265 | "winapi", |
272 | ] | 266 | ] |
273 | 267 | ||
274 | [[package]] | 268 | [[package]] |
@@ -313,7 +307,7 @@ checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" | |||
313 | dependencies = [ | 307 | dependencies = [ |
314 | "bstr", | 308 | "bstr", |
315 | "csv-core", | 309 | "csv-core", |
316 | "itoa", | 310 | "itoa 0.4.7", |
317 | "ryu", | 311 | "ryu", |
318 | "serde", | 312 | "serde", |
319 | ] | 313 | ] |
@@ -386,46 +380,16 @@ dependencies = [ | |||
386 | ] | 380 | ] |
387 | 381 | ||
388 | [[package]] | 382 | [[package]] |
389 | name = "fuchsia-zircon" | ||
390 | version = "0.3.3" | ||
391 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
392 | checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | ||
393 | dependencies = [ | ||
394 | "bitflags", | ||
395 | "fuchsia-zircon-sys", | ||
396 | ] | ||
397 | |||
398 | [[package]] | ||
399 | name = "fuchsia-zircon-sys" | ||
400 | version = "0.3.3" | ||
401 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
402 | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | ||
403 | |||
404 | [[package]] | ||
405 | name = "funty" | 383 | name = "funty" |
406 | version = "1.1.0" | 384 | version = "1.1.0" |
407 | source = "registry+https://github.com/rust-lang/crates.io-index" | 385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
408 | checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" | 386 | checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" |
409 | 387 | ||
410 | [[package]] | 388 | [[package]] |
411 | name = "futures" | ||
412 | version = "0.3.14" | ||
413 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
414 | checksum = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253" | ||
415 | dependencies = [ | ||
416 | "futures-channel", | ||
417 | "futures-core", | ||
418 | "futures-io", | ||
419 | "futures-sink", | ||
420 | "futures-task", | ||
421 | "futures-util", | ||
422 | ] | ||
423 | |||
424 | [[package]] | ||
425 | name = "futures-channel" | 389 | name = "futures-channel" |
426 | version = "0.3.14" | 390 | version = "0.3.21" |
427 | source = "registry+https://github.com/rust-lang/crates.io-index" | 391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
428 | checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25" | 392 | checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" |
429 | dependencies = [ | 393 | dependencies = [ |
430 | "futures-core", | 394 | "futures-core", |
431 | "futures-sink", | 395 | "futures-sink", |
@@ -433,21 +397,15 @@ dependencies = [ | |||
433 | 397 | ||
434 | [[package]] | 398 | [[package]] |
435 | name = "futures-core" | 399 | name = "futures-core" |
436 | version = "0.3.14" | 400 | version = "0.3.21" |
437 | source = "registry+https://github.com/rust-lang/crates.io-index" | 401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
438 | checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815" | 402 | checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" |
439 | |||
440 | [[package]] | ||
441 | name = "futures-io" | ||
442 | version = "0.3.14" | ||
443 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
444 | checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04" | ||
445 | 403 | ||
446 | [[package]] | 404 | [[package]] |
447 | name = "futures-sink" | 405 | name = "futures-sink" |
448 | version = "0.3.14" | 406 | version = "0.3.21" |
449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
450 | checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23" | 408 | checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" |
451 | 409 | ||
452 | [[package]] | 410 | [[package]] |
453 | name = "futures-task" | 411 | name = "futures-task" |
@@ -464,7 +422,7 @@ dependencies = [ | |||
464 | "futures-core", | 422 | "futures-core", |
465 | "futures-sink", | 423 | "futures-sink", |
466 | "futures-task", | 424 | "futures-task", |
467 | "pin-project-lite 0.2.6", | 425 | "pin-project-lite", |
468 | "pin-utils", | 426 | "pin-utils", |
469 | "slab", | 427 | "slab", |
470 | ] | 428 | ] |
@@ -481,24 +439,13 @@ dependencies = [ | |||
481 | 439 | ||
482 | [[package]] | 440 | [[package]] |
483 | name = "getrandom" | 441 | name = "getrandom" |
484 | version = "0.1.16" | ||
485 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
486 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" | ||
487 | dependencies = [ | ||
488 | "cfg-if 1.0.0", | ||
489 | "libc", | ||
490 | "wasi 0.9.0+wasi-snapshot-preview1", | ||
491 | ] | ||
492 | |||
493 | [[package]] | ||
494 | name = "getrandom" | ||
495 | version = "0.2.2" | 442 | version = "0.2.2" |
496 | source = "registry+https://github.com/rust-lang/crates.io-index" | 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
497 | checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" | 444 | checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
498 | dependencies = [ | 445 | dependencies = [ |
499 | "cfg-if 1.0.0", | 446 | "cfg-if 1.0.0", |
500 | "libc", | 447 | "libc", |
501 | "wasi 0.10.2+wasi-snapshot-preview1", | 448 | "wasi", |
502 | ] | 449 | ] |
503 | 450 | ||
504 | [[package]] | 451 | [[package]] |
@@ -532,11 +479,11 @@ dependencies = [ | |||
532 | 479 | ||
533 | [[package]] | 480 | [[package]] |
534 | name = "h2" | 481 | name = "h2" |
535 | version = "0.2.7" | 482 | version = "0.3.13" |
536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
537 | checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" | 484 | checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" |
538 | dependencies = [ | 485 | dependencies = [ |
539 | "bytes 0.5.6", | 486 | "bytes", |
540 | "fnv", | 487 | "fnv", |
541 | "futures-core", | 488 | "futures-core", |
542 | "futures-sink", | 489 | "futures-sink", |
@@ -545,9 +492,8 @@ dependencies = [ | |||
545 | "indexmap", | 492 | "indexmap", |
546 | "slab", | 493 | "slab", |
547 | "tokio", | 494 | "tokio", |
548 | "tokio-util", | 495 | "tokio-util 0.7.2", |
549 | "tracing", | 496 | "tracing", |
550 | "tracing-futures", | ||
551 | ] | 497 | ] |
552 | 498 | ||
553 | [[package]] | 499 | [[package]] |
@@ -564,7 +510,7 @@ checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855" | |||
564 | dependencies = [ | 510 | dependencies = [ |
565 | "base64 0.13.0", | 511 | "base64 0.13.0", |
566 | "bitflags", | 512 | "bitflags", |
567 | "bytes 1.0.1", | 513 | "bytes", |
568 | "headers-core", | 514 | "headers-core", |
569 | "http", | 515 | "http", |
570 | "mime", | 516 | "mime", |
@@ -582,6 +528,15 @@ dependencies = [ | |||
582 | ] | 528 | ] |
583 | 529 | ||
584 | [[package]] | 530 | [[package]] |
531 | name = "hermit-abi" | ||
532 | version = "0.1.19" | ||
533 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
534 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | ||
535 | dependencies = [ | ||
536 | "libc", | ||
537 | ] | ||
538 | |||
539 | [[package]] | ||
585 | name = "hex-literal" | 540 | name = "hex-literal" |
586 | version = "0.3.1" | 541 | version = "0.3.1" |
587 | source = "registry+https://github.com/rust-lang/crates.io-index" | 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -593,19 +548,20 @@ version = "0.2.4" | |||
593 | source = "registry+https://github.com/rust-lang/crates.io-index" | 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
594 | checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" | 549 | checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" |
595 | dependencies = [ | 550 | dependencies = [ |
596 | "bytes 1.0.1", | 551 | "bytes", |
597 | "fnv", | 552 | "fnv", |
598 | "itoa", | 553 | "itoa 0.4.7", |
599 | ] | 554 | ] |
600 | 555 | ||
601 | [[package]] | 556 | [[package]] |
602 | name = "http-body" | 557 | name = "http-body" |
603 | version = "0.3.1" | 558 | version = "0.4.5" |
604 | source = "registry+https://github.com/rust-lang/crates.io-index" | 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
605 | checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" | 560 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
606 | dependencies = [ | 561 | dependencies = [ |
607 | "bytes 0.5.6", | 562 | "bytes", |
608 | "http", | 563 | "http", |
564 | "pin-project-lite", | ||
609 | ] | 565 | ] |
610 | 566 | ||
611 | [[package]] | 567 | [[package]] |
@@ -634,11 +590,11 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |||
634 | 590 | ||
635 | [[package]] | 591 | [[package]] |
636 | name = "hyper" | 592 | name = "hyper" |
637 | version = "0.13.10" | 593 | version = "0.14.5" |
638 | source = "registry+https://github.com/rust-lang/crates.io-index" | 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
639 | checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" | 595 | checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1" |
640 | dependencies = [ | 596 | dependencies = [ |
641 | "bytes 0.5.6", | 597 | "bytes", |
642 | "futures-channel", | 598 | "futures-channel", |
643 | "futures-core", | 599 | "futures-core", |
644 | "futures-util", | 600 | "futures-util", |
@@ -647,8 +603,8 @@ dependencies = [ | |||
647 | "http-body", | 603 | "http-body", |
648 | "httparse", | 604 | "httparse", |
649 | "httpdate", | 605 | "httpdate", |
650 | "itoa", | 606 | "itoa 0.4.7", |
651 | "pin-project 1.0.6", | 607 | "pin-project", |
652 | "socket2", | 608 | "socket2", |
653 | "tokio", | 609 | "tokio", |
654 | "tower-service", | 610 | "tower-service", |
@@ -678,15 +634,6 @@ dependencies = [ | |||
678 | ] | 634 | ] |
679 | 635 | ||
680 | [[package]] | 636 | [[package]] |
681 | name = "input_buffer" | ||
682 | version = "0.3.1" | ||
683 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
684 | checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754" | ||
685 | dependencies = [ | ||
686 | "bytes 0.5.6", | ||
687 | ] | ||
688 | |||
689 | [[package]] | ||
690 | name = "instant" | 637 | name = "instant" |
691 | version = "0.1.9" | 638 | version = "0.1.9" |
692 | source = "registry+https://github.com/rust-lang/crates.io-index" | 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -696,19 +643,16 @@ dependencies = [ | |||
696 | ] | 643 | ] |
697 | 644 | ||
698 | [[package]] | 645 | [[package]] |
699 | name = "iovec" | 646 | name = "itoa" |
700 | version = "0.1.4" | 647 | version = "0.4.7" |
701 | source = "registry+https://github.com/rust-lang/crates.io-index" | 648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
702 | checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | 649 | checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
703 | dependencies = [ | ||
704 | "libc", | ||
705 | ] | ||
706 | 650 | ||
707 | [[package]] | 651 | [[package]] |
708 | name = "itoa" | 652 | name = "itoa" |
709 | version = "0.4.7" | 653 | version = "1.0.2" |
710 | source = "registry+https://github.com/rust-lang/crates.io-index" | 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
711 | checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" | 655 | checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
712 | 656 | ||
713 | [[package]] | 657 | [[package]] |
714 | name = "js-sys" | 658 | name = "js-sys" |
@@ -734,16 +678,6 @@ dependencies = [ | |||
734 | ] | 678 | ] |
735 | 679 | ||
736 | [[package]] | 680 | [[package]] |
737 | name = "kernel32-sys" | ||
738 | version = "0.2.2" | ||
739 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
740 | checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | ||
741 | dependencies = [ | ||
742 | "winapi 0.2.8", | ||
743 | "winapi-build", | ||
744 | ] | ||
745 | |||
746 | [[package]] | ||
747 | name = "lazy_static" | 681 | name = "lazy_static" |
748 | version = "1.4.0" | 682 | version = "1.4.0" |
749 | source = "registry+https://github.com/rust-lang/crates.io-index" | 683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -767,9 +701,9 @@ dependencies = [ | |||
767 | 701 | ||
768 | [[package]] | 702 | [[package]] |
769 | name = "libc" | 703 | name = "libc" |
770 | version = "0.2.93" | 704 | version = "0.2.126" |
771 | source = "registry+https://github.com/rust-lang/crates.io-index" | 705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
772 | checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" | 706 | checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" |
773 | 707 | ||
774 | [[package]] | 708 | [[package]] |
775 | name = "libm" | 709 | name = "libm" |
@@ -841,7 +775,7 @@ dependencies = [ | |||
841 | "thiserror", | 775 | "thiserror", |
842 | "thread-id", | 776 | "thread-id", |
843 | "typemap", | 777 | "typemap", |
844 | "winapi 0.3.9", | 778 | "winapi", |
845 | ] | 779 | ] |
846 | 780 | ||
847 | [[package]] | 781 | [[package]] |
@@ -885,40 +819,31 @@ dependencies = [ | |||
885 | 819 | ||
886 | [[package]] | 820 | [[package]] |
887 | name = "mio" | 821 | name = "mio" |
888 | version = "0.6.23" | 822 | version = "0.7.14" |
889 | source = "registry+https://github.com/rust-lang/crates.io-index" | 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
890 | checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" | 824 | checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" |
891 | dependencies = [ | 825 | dependencies = [ |
892 | "cfg-if 0.1.10", | ||
893 | "fuchsia-zircon", | ||
894 | "fuchsia-zircon-sys", | ||
895 | "iovec", | ||
896 | "kernel32-sys", | ||
897 | "libc", | 826 | "libc", |
898 | "log", | 827 | "log", |
899 | "miow", | 828 | "miow", |
900 | "net2", | 829 | "ntapi", |
901 | "slab", | 830 | "winapi", |
902 | "winapi 0.2.8", | ||
903 | ] | 831 | ] |
904 | 832 | ||
905 | [[package]] | 833 | [[package]] |
906 | name = "miow" | 834 | name = "miow" |
907 | version = "0.2.2" | 835 | version = "0.3.7" |
908 | source = "registry+https://github.com/rust-lang/crates.io-index" | 836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
909 | checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" | 837 | checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
910 | dependencies = [ | 838 | dependencies = [ |
911 | "kernel32-sys", | 839 | "winapi", |
912 | "net2", | ||
913 | "winapi 0.2.8", | ||
914 | "ws2_32-sys", | ||
915 | ] | 840 | ] |
916 | 841 | ||
917 | [[package]] | 842 | [[package]] |
918 | name = "multipart" | 843 | name = "multipart" |
919 | version = "0.17.1" | 844 | version = "0.18.0" |
920 | source = "registry+https://github.com/rust-lang/crates.io-index" | 845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
921 | checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4" | 846 | checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" |
922 | dependencies = [ | 847 | dependencies = [ |
923 | "buf_redux", | 848 | "buf_redux", |
924 | "httparse", | 849 | "httparse", |
@@ -926,24 +851,13 @@ dependencies = [ | |||
926 | "mime", | 851 | "mime", |
927 | "mime_guess", | 852 | "mime_guess", |
928 | "quick-error", | 853 | "quick-error", |
929 | "rand 0.7.3", | 854 | "rand", |
930 | "safemem", | 855 | "safemem", |
931 | "tempfile", | 856 | "tempfile", |
932 | "twoway", | 857 | "twoway", |
933 | ] | 858 | ] |
934 | 859 | ||
935 | [[package]] | 860 | [[package]] |
936 | name = "net2" | ||
937 | version = "0.2.37" | ||
938 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
939 | checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" | ||
940 | dependencies = [ | ||
941 | "cfg-if 0.1.10", | ||
942 | "libc", | ||
943 | "winapi 0.3.9", | ||
944 | ] | ||
945 | |||
946 | [[package]] | ||
947 | name = "nom" | 861 | name = "nom" |
948 | version = "6.1.2" | 862 | version = "6.1.2" |
949 | source = "registry+https://github.com/rust-lang/crates.io-index" | 863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -957,6 +871,15 @@ dependencies = [ | |||
957 | ] | 871 | ] |
958 | 872 | ||
959 | [[package]] | 873 | [[package]] |
874 | name = "ntapi" | ||
875 | version = "0.3.7" | ||
876 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
877 | checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" | ||
878 | dependencies = [ | ||
879 | "winapi", | ||
880 | ] | ||
881 | |||
882 | [[package]] | ||
960 | name = "num-bigint" | 883 | name = "num-bigint" |
961 | version = "0.2.6" | 884 | version = "0.2.6" |
962 | source = "registry+https://github.com/rust-lang/crates.io-index" | 885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -991,7 +914,7 @@ dependencies = [ | |||
991 | "num-integer", | 914 | "num-integer", |
992 | "num-iter", | 915 | "num-iter", |
993 | "num-traits", | 916 | "num-traits", |
994 | "rand 0.8.3", | 917 | "rand", |
995 | "smallvec", | 918 | "smallvec", |
996 | "zeroize", | 919 | "zeroize", |
997 | ] | 920 | ] |
@@ -1028,6 +951,16 @@ dependencies = [ | |||
1028 | ] | 951 | ] |
1029 | 952 | ||
1030 | [[package]] | 953 | [[package]] |
954 | name = "num_cpus" | ||
955 | version = "1.13.1" | ||
956 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
957 | checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" | ||
958 | dependencies = [ | ||
959 | "hermit-abi", | ||
960 | "libc", | ||
961 | ] | ||
962 | |||
963 | [[package]] | ||
1031 | name = "once_cell" | 964 | name = "once_cell" |
1032 | version = "1.7.2" | 965 | version = "1.7.2" |
1033 | source = "registry+https://github.com/rust-lang/crates.io-index" | 966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1054,7 +987,7 @@ version = "0.1.2" | |||
1054 | source = "registry+https://github.com/rust-lang/crates.io-index" | 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1055 | checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" | 988 | checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
1056 | dependencies = [ | 989 | dependencies = [ |
1057 | "winapi 0.3.9", | 990 | "winapi", |
1058 | ] | 991 | ] |
1059 | 992 | ||
1060 | [[package]] | 993 | [[package]] |
@@ -1089,7 +1022,7 @@ dependencies = [ | |||
1089 | "libc", | 1022 | "libc", |
1090 | "redox_syscall 0.1.57", | 1023 | "redox_syscall 0.1.57", |
1091 | "smallvec", | 1024 | "smallvec", |
1092 | "winapi 0.3.9", | 1025 | "winapi", |
1093 | ] | 1026 | ] |
1094 | 1027 | ||
1095 | [[package]] | 1028 | [[package]] |
@@ -1103,7 +1036,7 @@ dependencies = [ | |||
1103 | "libc", | 1036 | "libc", |
1104 | "redox_syscall 0.2.6", | 1037 | "redox_syscall 0.2.6", |
1105 | "smallvec", | 1038 | "smallvec", |
1106 | "winapi 0.3.9", | 1039 | "winapi", |
1107 | ] | 1040 | ] |
1108 | 1041 | ||
1109 | [[package]] | 1042 | [[package]] |
@@ -1125,31 +1058,11 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | |||
1125 | 1058 | ||
1126 | [[package]] | 1059 | [[package]] |
1127 | name = "pin-project" | 1060 | name = "pin-project" |
1128 | version = "0.4.28" | ||
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1130 | checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" | ||
1131 | dependencies = [ | ||
1132 | "pin-project-internal 0.4.28", | ||
1133 | ] | ||
1134 | |||
1135 | [[package]] | ||
1136 | name = "pin-project" | ||
1137 | version = "1.0.6" | 1061 | version = "1.0.6" |
1138 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1139 | checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6" | 1063 | checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6" |
1140 | dependencies = [ | 1064 | dependencies = [ |
1141 | "pin-project-internal 1.0.6", | 1065 | "pin-project-internal", |
1142 | ] | ||
1143 | |||
1144 | [[package]] | ||
1145 | name = "pin-project-internal" | ||
1146 | version = "0.4.28" | ||
1147 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1148 | checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" | ||
1149 | dependencies = [ | ||
1150 | "proc-macro2", | ||
1151 | "quote", | ||
1152 | "syn", | ||
1153 | ] | 1066 | ] |
1154 | 1067 | ||
1155 | [[package]] | 1068 | [[package]] |
@@ -1165,12 +1078,6 @@ dependencies = [ | |||
1165 | 1078 | ||
1166 | [[package]] | 1079 | [[package]] |
1167 | name = "pin-project-lite" | 1080 | name = "pin-project-lite" |
1168 | version = "0.1.12" | ||
1169 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1170 | checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" | ||
1171 | |||
1172 | [[package]] | ||
1173 | name = "pin-project-lite" | ||
1174 | version = "0.2.6" | 1081 | version = "0.2.6" |
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1176 | checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" | 1083 | checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" |
@@ -1231,37 +1138,14 @@ checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" | |||
1231 | 1138 | ||
1232 | [[package]] | 1139 | [[package]] |
1233 | name = "rand" | 1140 | name = "rand" |
1234 | version = "0.7.3" | ||
1235 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1236 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | ||
1237 | dependencies = [ | ||
1238 | "getrandom 0.1.16", | ||
1239 | "libc", | ||
1240 | "rand_chacha 0.2.2", | ||
1241 | "rand_core 0.5.1", | ||
1242 | "rand_hc 0.2.0", | ||
1243 | ] | ||
1244 | |||
1245 | [[package]] | ||
1246 | name = "rand" | ||
1247 | version = "0.8.3" | 1141 | version = "0.8.3" |
1248 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1249 | checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" | 1143 | checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" |
1250 | dependencies = [ | 1144 | dependencies = [ |
1251 | "libc", | 1145 | "libc", |
1252 | "rand_chacha 0.3.0", | 1146 | "rand_chacha", |
1253 | "rand_core 0.6.2", | 1147 | "rand_core", |
1254 | "rand_hc 0.3.0", | 1148 | "rand_hc", |
1255 | ] | ||
1256 | |||
1257 | [[package]] | ||
1258 | name = "rand_chacha" | ||
1259 | version = "0.2.2" | ||
1260 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1261 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | ||
1262 | dependencies = [ | ||
1263 | "ppv-lite86", | ||
1264 | "rand_core 0.5.1", | ||
1265 | ] | 1149 | ] |
1266 | 1150 | ||
1267 | [[package]] | 1151 | [[package]] |
@@ -1271,16 +1155,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1271 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" | 1155 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
1272 | dependencies = [ | 1156 | dependencies = [ |
1273 | "ppv-lite86", | 1157 | "ppv-lite86", |
1274 | "rand_core 0.6.2", | 1158 | "rand_core", |
1275 | ] | ||
1276 | |||
1277 | [[package]] | ||
1278 | name = "rand_core" | ||
1279 | version = "0.5.1" | ||
1280 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1281 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | ||
1282 | dependencies = [ | ||
1283 | "getrandom 0.1.16", | ||
1284 | ] | 1159 | ] |
1285 | 1160 | ||
1286 | [[package]] | 1161 | [[package]] |
@@ -1289,16 +1164,7 @@ version = "0.6.2" | |||
1289 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1290 | checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" | 1165 | checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" |
1291 | dependencies = [ | 1166 | dependencies = [ |
1292 | "getrandom 0.2.2", | 1167 | "getrandom", |
1293 | ] | ||
1294 | |||
1295 | [[package]] | ||
1296 | name = "rand_hc" | ||
1297 | version = "0.2.0" | ||
1298 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1299 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | ||
1300 | dependencies = [ | ||
1301 | "rand_core 0.5.1", | ||
1302 | ] | 1168 | ] |
1303 | 1169 | ||
1304 | [[package]] | 1170 | [[package]] |
@@ -1307,7 +1173,7 @@ version = "0.3.0" | |||
1307 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1308 | checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" | 1174 | checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" |
1309 | dependencies = [ | 1175 | dependencies = [ |
1310 | "rand_core 0.6.2", | 1176 | "rand_core", |
1311 | ] | 1177 | ] |
1312 | 1178 | ||
1313 | [[package]] | 1179 | [[package]] |
@@ -1354,7 +1220,7 @@ version = "0.5.3" | |||
1354 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1355 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | 1221 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
1356 | dependencies = [ | 1222 | dependencies = [ |
1357 | "winapi 0.3.9", | 1223 | "winapi", |
1358 | ] | 1224 | ] |
1359 | 1225 | ||
1360 | [[package]] | 1226 | [[package]] |
@@ -1369,7 +1235,7 @@ dependencies = [ | |||
1369 | "spin", | 1235 | "spin", |
1370 | "untrusted", | 1236 | "untrusted", |
1371 | "web-sys", | 1237 | "web-sys", |
1372 | "winapi 0.3.9", | 1238 | "winapi", |
1373 | ] | 1239 | ] |
1374 | 1240 | ||
1375 | [[package]] | 1241 | [[package]] |
@@ -1386,7 +1252,7 @@ dependencies = [ | |||
1386 | "num-iter", | 1252 | "num-iter", |
1387 | "num-traits", | 1253 | "num-traits", |
1388 | "pem", | 1254 | "pem", |
1389 | "rand 0.8.3", | 1255 | "rand", |
1390 | "simple_asn1 0.5.1", | 1256 | "simple_asn1 0.5.1", |
1391 | "subtle", | 1257 | "subtle", |
1392 | "zeroize", | 1258 | "zeroize", |
@@ -1452,7 +1318,7 @@ version = "1.0.64" | |||
1452 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1453 | checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" | 1319 | checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" |
1454 | dependencies = [ | 1320 | dependencies = [ |
1455 | "itoa", | 1321 | "itoa 0.4.7", |
1456 | "ryu", | 1322 | "ryu", |
1457 | "serde", | 1323 | "serde", |
1458 | ] | 1324 | ] |
@@ -1468,14 +1334,14 @@ dependencies = [ | |||
1468 | 1334 | ||
1469 | [[package]] | 1335 | [[package]] |
1470 | name = "serde_urlencoded" | 1336 | name = "serde_urlencoded" |
1471 | version = "0.6.1" | 1337 | version = "0.7.1" |
1472 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1473 | checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" | 1339 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
1474 | dependencies = [ | 1340 | dependencies = [ |
1475 | "dtoa", | 1341 | "form_urlencoded", |
1476 | "itoa", | 1342 | "itoa 1.0.2", |
1343 | "ryu", | ||
1477 | "serde", | 1344 | "serde", |
1478 | "url", | ||
1479 | ] | 1345 | ] |
1480 | 1346 | ||
1481 | [[package]] | 1347 | [[package]] |
@@ -1517,6 +1383,15 @@ dependencies = [ | |||
1517 | ] | 1383 | ] |
1518 | 1384 | ||
1519 | [[package]] | 1385 | [[package]] |
1386 | name = "signal-hook-registry" | ||
1387 | version = "1.4.0" | ||
1388 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1389 | checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" | ||
1390 | dependencies = [ | ||
1391 | "libc", | ||
1392 | ] | ||
1393 | |||
1394 | [[package]] | ||
1520 | name = "simple_asn1" | 1395 | name = "simple_asn1" |
1521 | version = "0.4.1" | 1396 | version = "0.4.1" |
1522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1553,13 +1428,12 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" | |||
1553 | 1428 | ||
1554 | [[package]] | 1429 | [[package]] |
1555 | name = "socket2" | 1430 | name = "socket2" |
1556 | version = "0.3.19" | 1431 | version = "0.4.4" |
1557 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1558 | checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" | 1433 | checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" |
1559 | dependencies = [ | 1434 | dependencies = [ |
1560 | "cfg-if 1.0.0", | ||
1561 | "libc", | 1435 | "libc", |
1562 | "winapi 0.3.9", | 1436 | "winapi", |
1563 | ] | 1437 | ] |
1564 | 1438 | ||
1565 | [[package]] | 1439 | [[package]] |
@@ -1617,10 +1491,10 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" | |||
1617 | dependencies = [ | 1491 | dependencies = [ |
1618 | "cfg-if 1.0.0", | 1492 | "cfg-if 1.0.0", |
1619 | "libc", | 1493 | "libc", |
1620 | "rand 0.8.3", | 1494 | "rand", |
1621 | "redox_syscall 0.2.6", | 1495 | "redox_syscall 0.2.6", |
1622 | "remove_dir_all", | 1496 | "remove_dir_all", |
1623 | "winapi 0.3.9", | 1497 | "winapi", |
1624 | ] | 1498 | ] |
1625 | 1499 | ||
1626 | [[package]] | 1500 | [[package]] |
@@ -1651,7 +1525,7 @@ checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1" | |||
1651 | dependencies = [ | 1525 | dependencies = [ |
1652 | "libc", | 1526 | "libc", |
1653 | "redox_syscall 0.1.57", | 1527 | "redox_syscall 0.1.57", |
1654 | "winapi 0.3.9", | 1528 | "winapi", |
1655 | ] | 1529 | ] |
1656 | 1530 | ||
1657 | [[package]] | 1531 | [[package]] |
@@ -1661,7 +1535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1661 | checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" | 1535 | checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
1662 | dependencies = [ | 1536 | dependencies = [ |
1663 | "libc", | 1537 | "libc", |
1664 | "winapi 0.3.9", | 1538 | "winapi", |
1665 | ] | 1539 | ] |
1666 | 1540 | ||
1667 | [[package]] | 1541 | [[package]] |
@@ -1681,27 +1555,28 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" | |||
1681 | 1555 | ||
1682 | [[package]] | 1556 | [[package]] |
1683 | name = "tokio" | 1557 | name = "tokio" |
1684 | version = "0.2.25" | 1558 | version = "1.16.1" |
1685 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1686 | checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" | 1560 | checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" |
1687 | dependencies = [ | 1561 | dependencies = [ |
1688 | "bytes 0.5.6", | 1562 | "bytes", |
1689 | "fnv", | 1563 | "libc", |
1690 | "futures-core", | ||
1691 | "iovec", | ||
1692 | "lazy_static", | ||
1693 | "memchr", | 1564 | "memchr", |
1694 | "mio", | 1565 | "mio", |
1695 | "pin-project-lite 0.1.12", | 1566 | "num_cpus", |
1696 | "slab", | 1567 | "once_cell", |
1568 | "parking_lot 0.11.1", | ||
1569 | "pin-project-lite", | ||
1570 | "signal-hook-registry", | ||
1697 | "tokio-macros", | 1571 | "tokio-macros", |
1572 | "winapi", | ||
1698 | ] | 1573 | ] |
1699 | 1574 | ||
1700 | [[package]] | 1575 | [[package]] |
1701 | name = "tokio-macros" | 1576 | name = "tokio-macros" |
1702 | version = "0.2.6" | 1577 | version = "1.8.0" |
1703 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1704 | checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" | 1579 | checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" |
1705 | dependencies = [ | 1580 | dependencies = [ |
1706 | "proc-macro2", | 1581 | "proc-macro2", |
1707 | "quote", | 1582 | "quote", |
@@ -1709,30 +1584,55 @@ dependencies = [ | |||
1709 | ] | 1584 | ] |
1710 | 1585 | ||
1711 | [[package]] | 1586 | [[package]] |
1587 | name = "tokio-stream" | ||
1588 | version = "0.1.9" | ||
1589 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1590 | checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" | ||
1591 | dependencies = [ | ||
1592 | "futures-core", | ||
1593 | "pin-project-lite", | ||
1594 | "tokio", | ||
1595 | ] | ||
1596 | |||
1597 | [[package]] | ||
1712 | name = "tokio-tungstenite" | 1598 | name = "tokio-tungstenite" |
1713 | version = "0.11.0" | 1599 | version = "0.15.0" |
1714 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1715 | checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c" | 1601 | checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8" |
1716 | dependencies = [ | 1602 | dependencies = [ |
1717 | "futures-util", | 1603 | "futures-util", |
1718 | "log", | 1604 | "log", |
1719 | "pin-project 0.4.28", | 1605 | "pin-project", |
1720 | "tokio", | 1606 | "tokio", |
1721 | "tungstenite", | 1607 | "tungstenite", |
1722 | ] | 1608 | ] |
1723 | 1609 | ||
1724 | [[package]] | 1610 | [[package]] |
1725 | name = "tokio-util" | 1611 | name = "tokio-util" |
1726 | version = "0.3.1" | 1612 | version = "0.6.10" |
1727 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1728 | checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" | 1614 | checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" |
1729 | dependencies = [ | 1615 | dependencies = [ |
1730 | "bytes 0.5.6", | 1616 | "bytes", |
1731 | "futures-core", | 1617 | "futures-core", |
1732 | "futures-sink", | 1618 | "futures-sink", |
1733 | "log", | 1619 | "log", |
1734 | "pin-project-lite 0.1.12", | 1620 | "pin-project-lite", |
1621 | "tokio", | ||
1622 | ] | ||
1623 | |||
1624 | [[package]] | ||
1625 | name = "tokio-util" | ||
1626 | version = "0.7.2" | ||
1627 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1628 | checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" | ||
1629 | dependencies = [ | ||
1630 | "bytes", | ||
1631 | "futures-core", | ||
1632 | "futures-sink", | ||
1633 | "pin-project-lite", | ||
1735 | "tokio", | 1634 | "tokio", |
1635 | "tracing", | ||
1736 | ] | 1636 | ] |
1737 | 1637 | ||
1738 | [[package]] | 1638 | [[package]] |
@@ -1758,27 +1658,29 @@ checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" | |||
1758 | dependencies = [ | 1658 | dependencies = [ |
1759 | "cfg-if 1.0.0", | 1659 | "cfg-if 1.0.0", |
1760 | "log", | 1660 | "log", |
1761 | "pin-project-lite 0.2.6", | 1661 | "pin-project-lite", |
1662 | "tracing-attributes", | ||
1762 | "tracing-core", | 1663 | "tracing-core", |
1763 | ] | 1664 | ] |
1764 | 1665 | ||
1765 | [[package]] | 1666 | [[package]] |
1766 | name = "tracing-core" | 1667 | name = "tracing-attributes" |
1767 | version = "0.1.17" | 1668 | version = "0.1.21" |
1768 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1769 | checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" | 1670 | checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" |
1770 | dependencies = [ | 1671 | dependencies = [ |
1771 | "lazy_static", | 1672 | "proc-macro2", |
1673 | "quote", | ||
1674 | "syn", | ||
1772 | ] | 1675 | ] |
1773 | 1676 | ||
1774 | [[package]] | 1677 | [[package]] |
1775 | name = "tracing-futures" | 1678 | name = "tracing-core" |
1776 | version = "0.2.5" | 1679 | version = "0.1.17" |
1777 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1778 | checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" | 1681 | checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" |
1779 | dependencies = [ | 1682 | dependencies = [ |
1780 | "pin-project 1.0.6", | 1683 | "lazy_static", |
1781 | "tracing", | ||
1782 | ] | 1684 | ] |
1783 | 1685 | ||
1784 | [[package]] | 1686 | [[package]] |
@@ -1795,19 +1697,19 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | |||
1795 | 1697 | ||
1796 | [[package]] | 1698 | [[package]] |
1797 | name = "tungstenite" | 1699 | name = "tungstenite" |
1798 | version = "0.11.1" | 1700 | version = "0.14.0" |
1799 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1800 | checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23" | 1702 | checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5" |
1801 | dependencies = [ | 1703 | dependencies = [ |
1802 | "base64 0.12.3", | 1704 | "base64 0.13.0", |
1803 | "byteorder", | 1705 | "byteorder", |
1804 | "bytes 0.5.6", | 1706 | "bytes", |
1805 | "http", | 1707 | "http", |
1806 | "httparse", | 1708 | "httparse", |
1807 | "input_buffer", | ||
1808 | "log", | 1709 | "log", |
1809 | "rand 0.7.3", | 1710 | "rand", |
1810 | "sha-1", | 1711 | "sha-1", |
1712 | "thiserror", | ||
1811 | "url", | 1713 | "url", |
1812 | "utf-8", | 1714 | "utf-8", |
1813 | ] | 1715 | ] |
@@ -1897,12 +1799,6 @@ dependencies = [ | |||
1897 | ] | 1799 | ] |
1898 | 1800 | ||
1899 | [[package]] | 1801 | [[package]] |
1900 | name = "urlencoding" | ||
1901 | version = "1.1.1" | ||
1902 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1903 | checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593" | ||
1904 | |||
1905 | [[package]] | ||
1906 | name = "utf-8" | 1802 | name = "utf-8" |
1907 | version = "0.7.5" | 1803 | version = "0.7.5" |
1908 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1926,12 +1822,13 @@ dependencies = [ | |||
1926 | 1822 | ||
1927 | [[package]] | 1823 | [[package]] |
1928 | name = "warp" | 1824 | name = "warp" |
1929 | version = "0.2.5" | 1825 | version = "0.3.2" |
1930 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1931 | checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407" | 1827 | checksum = "3cef4e1e9114a4b7f1ac799f16ce71c14de5778500c5450ec6b7b920c55b587e" |
1932 | dependencies = [ | 1828 | dependencies = [ |
1933 | "bytes 0.5.6", | 1829 | "bytes", |
1934 | "futures", | 1830 | "futures-channel", |
1831 | "futures-util", | ||
1935 | "headers", | 1832 | "headers", |
1936 | "http", | 1833 | "http", |
1937 | "hyper", | 1834 | "hyper", |
@@ -1939,27 +1836,22 @@ dependencies = [ | |||
1939 | "mime", | 1836 | "mime", |
1940 | "mime_guess", | 1837 | "mime_guess", |
1941 | "multipart", | 1838 | "multipart", |
1942 | "pin-project 0.4.28", | 1839 | "percent-encoding", |
1840 | "pin-project", | ||
1943 | "scoped-tls", | 1841 | "scoped-tls", |
1944 | "serde", | 1842 | "serde", |
1945 | "serde_json", | 1843 | "serde_json", |
1946 | "serde_urlencoded", | 1844 | "serde_urlencoded", |
1947 | "tokio", | 1845 | "tokio", |
1846 | "tokio-stream", | ||
1948 | "tokio-tungstenite", | 1847 | "tokio-tungstenite", |
1848 | "tokio-util 0.6.10", | ||
1949 | "tower-service", | 1849 | "tower-service", |
1950 | "tracing", | 1850 | "tracing", |
1951 | "tracing-futures", | ||
1952 | "urlencoding", | ||
1953 | ] | 1851 | ] |
1954 | 1852 | ||
1955 | [[package]] | 1853 | [[package]] |
1956 | name = "wasi" | 1854 | name = "wasi" |
1957 | version = "0.9.0+wasi-snapshot-preview1" | ||
1958 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1959 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | ||
1960 | |||
1961 | [[package]] | ||
1962 | name = "wasi" | ||
1963 | version = "0.10.2+wasi-snapshot-preview1" | 1855 | version = "0.10.2+wasi-snapshot-preview1" |
1964 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1965 | checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" | 1857 | checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
@@ -2030,12 +1922,6 @@ dependencies = [ | |||
2030 | 1922 | ||
2031 | [[package]] | 1923 | [[package]] |
2032 | name = "winapi" | 1924 | name = "winapi" |
2033 | version = "0.2.8" | ||
2034 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2035 | checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | ||
2036 | |||
2037 | [[package]] | ||
2038 | name = "winapi" | ||
2039 | version = "0.3.9" | 1925 | version = "0.3.9" |
2040 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2041 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | 1927 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
@@ -2045,12 +1931,6 @@ dependencies = [ | |||
2045 | ] | 1931 | ] |
2046 | 1932 | ||
2047 | [[package]] | 1933 | [[package]] |
2048 | name = "winapi-build" | ||
2049 | version = "0.1.1" | ||
2050 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2051 | checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | ||
2052 | |||
2053 | [[package]] | ||
2054 | name = "winapi-i686-pc-windows-gnu" | 1934 | name = "winapi-i686-pc-windows-gnu" |
2055 | version = "0.4.0" | 1935 | version = "0.4.0" |
2056 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2063,16 +1943,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2063 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1943 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2064 | 1944 | ||
2065 | [[package]] | 1945 | [[package]] |
2066 | name = "ws2_32-sys" | ||
2067 | version = "0.2.1" | ||
2068 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2069 | checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | ||
2070 | dependencies = [ | ||
2071 | "winapi 0.2.8", | ||
2072 | "winapi-build", | ||
2073 | ] | ||
2074 | |||
2075 | [[package]] | ||
2076 | name = "wyz" | 1946 | name = "wyz" |
2077 | version = "0.2.0" | 1947 | version = "0.2.0" |
2078 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" |