comparison rust/Cargo.lock @ 48582:0dc698c91ca0

rust: upgrade `rand*` crates `test-check-cargo-lock.t` is failing for me and I was hoping this would help. It doesn't, but we might as well take the upgrade now that I've done the (small amount of) work for it. Differential Revision: https://phab.mercurial-scm.org/D12000
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 14 Jan 2022 10:25:45 -0800
parents 99a0b5422cf5
children 39c447e03dbc
comparison
equal deleted inserted replaced
48581:3b6b43a7ace4 48582:0dc698c91ca0
1 # This file is automatically @generated by Cargo. 1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing. 2 # It is not intended for manual editing.
3 version = 3
4
3 [[package]] 5 [[package]]
4 name = "adler" 6 name = "adler"
5 version = "0.2.3" 7 version = "0.2.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index" 8 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" 9 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
349 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" 351 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
350 dependencies = [ 352 dependencies = [
351 "cfg-if 0.1.10", 353 "cfg-if 0.1.10",
352 "libc", 354 "libc",
353 "wasi 0.9.0+wasi-snapshot-preview1", 355 "wasi 0.9.0+wasi-snapshot-preview1",
356 ]
357
358 [[package]]
359 name = "getrandom"
360 version = "0.2.4"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
363 dependencies = [
364 "cfg-if 1.0.0",
365 "libc",
366 "wasi 0.10.0+wasi-snapshot-preview1",
354 ] 367 ]
355 368
356 [[package]] 369 [[package]]
357 name = "glob" 370 name = "glob"
358 version = "0.3.0" 371 version = "0.3.0"
393 "libc", 406 "libc",
394 "log", 407 "log",
395 "memmap2", 408 "memmap2",
396 "micro-timer", 409 "micro-timer",
397 "pretty_assertions", 410 "pretty_assertions",
398 "rand", 411 "rand 0.8.4",
399 "rand_distr", 412 "rand_distr",
400 "rand_pcg", 413 "rand_pcg",
401 "rayon", 414 "rayon",
402 "regex", 415 "regex",
403 "same-file", 416 "same-file",
445 version = "15.0.0" 458 version = "15.0.0"
446 source = "registry+https://github.com/rust-lang/crates.io-index" 459 source = "registry+https://github.com/rust-lang/crates.io-index"
447 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" 460 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
448 dependencies = [ 461 dependencies = [
449 "bitmaps", 462 "bitmaps",
450 "rand_core", 463 "rand_core 0.5.1",
451 "rand_xoshiro", 464 "rand_xoshiro",
452 "sized-chunks", 465 "sized-chunks",
453 "typenum", 466 "typenum",
454 "version_check", 467 "version_check",
455 ] 468 ]
483 version = "0.2.81" 496 version = "0.2.81"
484 source = "registry+https://github.com/rust-lang/crates.io-index" 497 source = "registry+https://github.com/rust-lang/crates.io-index"
485 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" 498 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
486 499
487 [[package]] 500 [[package]]
501 name = "libm"
502 version = "0.2.1"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
505
506 [[package]]
488 name = "libz-sys" 507 name = "libz-sys"
489 version = "1.1.2" 508 version = "1.1.2"
490 source = "registry+https://github.com/rust-lang/crates.io-index" 509 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" 510 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
492 dependencies = [ 511 dependencies = [
582 version = "0.2.14" 601 version = "0.2.14"
583 source = "registry+https://github.com/rust-lang/crates.io-index" 602 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 603 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
585 dependencies = [ 604 dependencies = [
586 "autocfg", 605 "autocfg",
606 "libm",
587 ] 607 ]
588 608
589 [[package]] 609 [[package]]
590 name = "num_cpus" 610 name = "num_cpus"
591 version = "1.13.0" 611 version = "1.13.0"
689 name = "rand" 709 name = "rand"
690 version = "0.7.3" 710 version = "0.7.3"
691 source = "registry+https://github.com/rust-lang/crates.io-index" 711 source = "registry+https://github.com/rust-lang/crates.io-index"
692 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 712 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
693 dependencies = [ 713 dependencies = [
694 "getrandom", 714 "getrandom 0.1.15",
695 "libc", 715 "libc",
696 "rand_chacha", 716 "rand_chacha 0.2.2",
697 "rand_core", 717 "rand_core 0.5.1",
698 "rand_hc", 718 "rand_hc 0.2.0",
719 ]
720
721 [[package]]
722 name = "rand"
723 version = "0.8.4"
724 source = "registry+https://github.com/rust-lang/crates.io-index"
725 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
726 dependencies = [
727 "libc",
728 "rand_chacha 0.3.1",
729 "rand_core 0.6.3",
730 "rand_hc 0.3.1",
699 ] 731 ]
700 732
701 [[package]] 733 [[package]]
702 name = "rand_chacha" 734 name = "rand_chacha"
703 version = "0.2.2" 735 version = "0.2.2"
704 source = "registry+https://github.com/rust-lang/crates.io-index" 736 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 737 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
706 dependencies = [ 738 dependencies = [
707 "ppv-lite86", 739 "ppv-lite86",
708 "rand_core", 740 "rand_core 0.5.1",
741 ]
742
743 [[package]]
744 name = "rand_chacha"
745 version = "0.3.1"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
748 dependencies = [
749 "ppv-lite86",
750 "rand_core 0.6.3",
709 ] 751 ]
710 752
711 [[package]] 753 [[package]]
712 name = "rand_core" 754 name = "rand_core"
713 version = "0.5.1" 755 version = "0.5.1"
714 source = "registry+https://github.com/rust-lang/crates.io-index" 756 source = "registry+https://github.com/rust-lang/crates.io-index"
715 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 757 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
716 dependencies = [ 758 dependencies = [
717 "getrandom", 759 "getrandom 0.1.15",
760 ]
761
762 [[package]]
763 name = "rand_core"
764 version = "0.6.3"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
767 dependencies = [
768 "getrandom 0.2.4",
718 ] 769 ]
719 770
720 [[package]] 771 [[package]]
721 name = "rand_distr" 772 name = "rand_distr"
722 version = "0.2.2" 773 version = "0.4.2"
723 source = "registry+https://github.com/rust-lang/crates.io-index" 774 source = "registry+https://github.com/rust-lang/crates.io-index"
724 checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2" 775 checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
725 dependencies = [ 776 dependencies = [
726 "rand", 777 "num-traits",
778 "rand 0.8.4",
727 ] 779 ]
728 780
729 [[package]] 781 [[package]]
730 name = "rand_hc" 782 name = "rand_hc"
731 version = "0.2.0" 783 version = "0.2.0"
732 source = "registry+https://github.com/rust-lang/crates.io-index" 784 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 785 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
734 dependencies = [ 786 dependencies = [
735 "rand_core", 787 "rand_core 0.5.1",
788 ]
789
790 [[package]]
791 name = "rand_hc"
792 version = "0.3.1"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
794 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
795 dependencies = [
796 "rand_core 0.6.3",
736 ] 797 ]
737 798
738 [[package]] 799 [[package]]
739 name = "rand_pcg" 800 name = "rand_pcg"
740 version = "0.2.1" 801 version = "0.3.1"
741 source = "registry+https://github.com/rust-lang/crates.io-index" 802 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 803 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
743 dependencies = [ 804 dependencies = [
744 "rand_core", 805 "rand_core 0.6.3",
745 ] 806 ]
746 807
747 [[package]] 808 [[package]]
748 name = "rand_xoshiro" 809 name = "rand_xoshiro"
749 version = "0.4.0" 810 version = "0.4.0"
750 source = "registry+https://github.com/rust-lang/crates.io-index" 811 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" 812 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
752 dependencies = [ 813 dependencies = [
753 "rand_core", 814 "rand_core 0.5.1",
754 ] 815 ]
755 816
756 [[package]] 817 [[package]]
757 name = "rayon" 818 name = "rayon"
758 version = "1.5.0" 819 version = "1.5.0"
902 source = "registry+https://github.com/rust-lang/crates.io-index" 963 source = "registry+https://github.com/rust-lang/crates.io-index"
903 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" 964 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
904 dependencies = [ 965 dependencies = [
905 "cfg-if 0.1.10", 966 "cfg-if 0.1.10",
906 "libc", 967 "libc",
907 "rand", 968 "rand 0.7.3",
908 "redox_syscall", 969 "redox_syscall",
909 "remove_dir_all", 970 "remove_dir_all",
910 "winapi", 971 "winapi",
911 ] 972 ]
912 973
953 version = "1.6.0" 1014 version = "1.6.0"
954 source = "registry+https://github.com/rust-lang/crates.io-index" 1015 source = "registry+https://github.com/rust-lang/crates.io-index"
955 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" 1016 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
956 dependencies = [ 1017 dependencies = [
957 "cfg-if 0.1.10", 1018 "cfg-if 0.1.10",
958 "rand", 1019 "rand 0.7.3",
959 "static_assertions", 1020 "static_assertions",
960 ] 1021 ]
961 1022
962 [[package]] 1023 [[package]]
963 name = "typenum" 1024 name = "typenum"
998 version = "0.2.0" 1059 version = "0.2.0"
999 source = "registry+https://github.com/rust-lang/crates.io-index" 1060 source = "registry+https://github.com/rust-lang/crates.io-index"
1000 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" 1061 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1001 dependencies = [ 1062 dependencies = [
1002 "hex", 1063 "hex",
1003 "rand", 1064 "rand 0.7.3",
1004 "sha-1", 1065 "sha-1",
1005 ] 1066 ]
1006 1067
1007 [[package]] 1068 [[package]]
1008 name = "vec_map" 1069 name = "vec_map"