diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-05 20:05:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-05 20:05:49 +0000 |
commit | 4fbb36db9b4e7b3416daccc6b9a62f97ae12d6a3 (patch) | |
tree | 4b6177518096862362072cf601aa1db62f610083 /Cargo.lock | |
parent | ac7daf9cb9f6fcab5e561de2a43c6704868021e9 (diff) | |
parent | 8a2f16133fe3c33abb0426048e5b8cc4a90fab5f (diff) |
Merge #2187
2187: Update smallvec to avoid UB and cc while we're at it r=kjeremy a=kjeremy
See: https://github.com/servo/rust-smallvec/releases/tag/v0.6.13
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index c15b9f7bc..af97b7659 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -51,7 +51,7 @@ name = "backtrace-sys" | |||
51 | version = "0.1.32" | 51 | version = "0.1.32" |
52 | source = "registry+https://github.com/rust-lang/crates.io-index" | 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
53 | dependencies = [ | 53 | dependencies = [ |
54 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | ] | 56 | ] |
57 | 57 | ||
@@ -115,7 +115,7 @@ dependencies = [ | |||
115 | 115 | ||
116 | [[package]] | 116 | [[package]] |
117 | name = "cc" | 117 | name = "cc" |
118 | version = "1.0.46" | 118 | version = "1.0.47" |
119 | source = "registry+https://github.com/rust-lang/crates.io-index" | 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
120 | 120 | ||
121 | [[package]] | 121 | [[package]] |
@@ -563,7 +563,7 @@ name = "jemalloc-sys" | |||
563 | version = "0.3.2" | 563 | version = "0.3.2" |
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
565 | dependencies = [ | 565 | dependencies = [ |
566 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 567 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 568 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
569 | ] | 569 | ] |
@@ -666,6 +666,11 @@ version = "0.1.8" | |||
666 | source = "registry+https://github.com/rust-lang/crates.io-index" | 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
667 | 667 | ||
668 | [[package]] | 668 | [[package]] |
669 | name = "maybe-uninit" | ||
670 | version = "2.0.0" | ||
671 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
672 | |||
673 | [[package]] | ||
669 | name = "memchr" | 674 | name = "memchr" |
670 | version = "2.2.1" | 675 | version = "2.2.1" |
671 | source = "registry+https://github.com/rust-lang/crates.io-index" | 676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -811,7 +816,7 @@ dependencies = [ | |||
811 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 816 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 817 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 818 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 820 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
816 | ] | 821 | ] |
817 | 822 | ||
@@ -899,7 +904,7 @@ name = "psm" | |||
899 | version = "0.1.6" | 904 | version = "0.1.6" |
900 | source = "registry+https://github.com/rust-lang/crates.io-index" | 905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
901 | dependencies = [ | 906 | dependencies = [ |
902 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 907 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | ] | 908 | ] |
904 | 909 | ||
905 | [[package]] | 910 | [[package]] |
@@ -1119,7 +1124,7 @@ dependencies = [ | |||
1119 | "ra_syntax 0.1.0", | 1124 | "ra_syntax 0.1.0", |
1120 | "ra_tt 0.1.0", | 1125 | "ra_tt 0.1.0", |
1121 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1126 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1122 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1127 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1123 | "test_utils 0.1.0", | 1128 | "test_utils 0.1.0", |
1124 | ] | 1129 | ] |
1125 | 1130 | ||
@@ -1484,7 +1489,7 @@ dependencies = [ | |||
1484 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1489 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1485 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1490 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1486 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1491 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1487 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1492 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1488 | ] | 1493 | ] |
1489 | 1494 | ||
1490 | [[package]] | 1495 | [[package]] |
@@ -1581,8 +1586,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1581 | 1586 | ||
1582 | [[package]] | 1587 | [[package]] |
1583 | name = "smallvec" | 1588 | name = "smallvec" |
1584 | version = "0.6.12" | 1589 | version = "0.6.13" |
1585 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1591 | dependencies = [ | ||
1592 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1593 | ] | ||
1586 | 1594 | ||
1587 | [[package]] | 1595 | [[package]] |
1588 | name = "smol_str" | 1596 | name = "smol_str" |
@@ -1597,7 +1605,7 @@ name = "stacker" | |||
1597 | version = "0.1.6" | 1605 | version = "0.1.6" |
1598 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1599 | dependencies = [ | 1607 | dependencies = [ |
1600 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 1608 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
1601 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1609 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1602 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1610 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1603 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1611 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1701,7 +1709,7 @@ name = "unicode-normalization" | |||
1701 | version = "0.1.8" | 1709 | version = "0.1.8" |
1702 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1703 | dependencies = [ | 1711 | dependencies = [ |
1704 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1712 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1705 | ] | 1713 | ] |
1706 | 1714 | ||
1707 | [[package]] | 1715 | [[package]] |
@@ -1846,7 +1854,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1846 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1854 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1847 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1855 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1848 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" | 1856 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" |
1849 | "checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" | 1857 | "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" |
1850 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1858 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1851 | "checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=50f9f636123bd88d0cc1b958749981d6702e4d05)" = "<none>" | 1859 | "checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=50f9f636123bd88d0cc1b958749981d6702e4d05)" = "<none>" |
1852 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=50f9f636123bd88d0cc1b958749981d6702e4d05)" = "<none>" | 1860 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=50f9f636123bd88d0cc1b958749981d6702e4d05)" = "<none>" |
@@ -1913,6 +1921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1913 | "checksum lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "148cfb1c0b3295c23d9fb4a20fd1b242f5e6f46c525fdcc7f5c0a65710362012" | 1921 | "checksum lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "148cfb1c0b3295c23d9fb4a20fd1b242f5e6f46c525fdcc7f5c0a65710362012" |
1914 | "checksum lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa3268fbe8beb2795c2fb327bf44f4f3d24f5fe9ebc18d7e2980afd444d72bcf" | 1922 | "checksum lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa3268fbe8beb2795c2fb327bf44f4f3d24f5fe9ebc18d7e2980afd444d72bcf" |
1915 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1923 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1924 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | ||
1916 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1925 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1917 | "checksum memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a85c1a8c329f11437034d7313dca647c79096523533a1c79e86f1d0f657c7cc" | 1926 | "checksum memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a85c1a8c329f11437034d7313dca647c79096523533a1c79e86f1d0f657c7cc" |
1918 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 1927 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
@@ -1984,7 +1993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1984 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1993 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1985 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1994 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1986 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1995 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1987 | "checksum smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "533e29e15d0748f28afbaf4ff7cab44d73e483a8e50b38c40bd13b7f3d48f542" | 1996 | "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
1988 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1997 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1989 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 1998 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
1990 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1999 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |