diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-30 12:48:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-30 12:48:59 +0100 |
commit | f41b68637a10fe0ebc56575d4acb6010dc94cc64 (patch) | |
tree | 4c05b08e57411b586f8de76cb921e8c89ef9bec9 | |
parent | 06b301e2f8a9f8607dfe3f0132dce68deae74ad5 (diff) | |
parent | 36567eb9be6f7d925c70aca3df376c88da6853bf (diff) |
Merge #9062
9062: internal: Bump deps r=lnicola a=lnicola
Fixes #9061
bors r+
Co-authored-by: Laurențiu Nicola <[email protected]>
-rw-r--r-- | Cargo.lock | 76 | ||||
-rw-r--r-- | crates/hir_ty/Cargo.toml | 6 | ||||
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
3 files changed, 36 insertions, 48 deletions
diff --git a/Cargo.lock b/Cargo.lock index 192f0efc2..15ccf4146 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -146,9 +146,9 @@ dependencies = [ | |||
146 | 146 | ||
147 | [[package]] | 147 | [[package]] |
148 | name = "cc" | 148 | name = "cc" |
149 | version = "1.0.67" | 149 | version = "1.0.68" |
150 | source = "registry+https://github.com/rust-lang/crates.io-index" | 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
151 | checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" | 151 | checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" |
152 | 152 | ||
153 | [[package]] | 153 | [[package]] |
154 | name = "cfg" | 154 | name = "cfg" |
@@ -169,9 +169,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
169 | 169 | ||
170 | [[package]] | 170 | [[package]] |
171 | name = "chalk-derive" | 171 | name = "chalk-derive" |
172 | version = "0.67.0" | 172 | version = "0.68.0" |
173 | source = "registry+https://github.com/rust-lang/crates.io-index" | 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
174 | checksum = "751a3cd9eeb24d7165e9f90daf1f10a23ffa16a7986f349027f8dfb60f51ee0c" | 174 | checksum = "ea1552e7666a857f5417e6051ce705ea6856ab2cda39be7605e5b626fa47416b" |
175 | dependencies = [ | 175 | dependencies = [ |
176 | "proc-macro2", | 176 | "proc-macro2", |
177 | "quote", | 177 | "quote", |
@@ -181,9 +181,9 @@ dependencies = [ | |||
181 | 181 | ||
182 | [[package]] | 182 | [[package]] |
183 | name = "chalk-ir" | 183 | name = "chalk-ir" |
184 | version = "0.67.0" | 184 | version = "0.68.0" |
185 | source = "registry+https://github.com/rust-lang/crates.io-index" | 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
186 | checksum = "4236da905504740d3f72cc8f0509aa01321cc236208e2c33b55eda2db74bc495" | 186 | checksum = "19d7d5f1448dbac493541e97221f7f4c32326c4c76c6ecf543daf72a1dd93e66" |
187 | dependencies = [ | 187 | dependencies = [ |
188 | "bitflags", | 188 | "bitflags", |
189 | "chalk-derive", | 189 | "chalk-derive", |
@@ -192,9 +192,9 @@ dependencies = [ | |||
192 | 192 | ||
193 | [[package]] | 193 | [[package]] |
194 | name = "chalk-recursive" | 194 | name = "chalk-recursive" |
195 | version = "0.67.0" | 195 | version = "0.68.0" |
196 | source = "registry+https://github.com/rust-lang/crates.io-index" | 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
197 | checksum = "7d0b123fe45a34c4cd5cb329650a0d163525d2acbe9d754a4538d3340884002e" | 197 | checksum = "e0df406d2927321021b48acd193459dd33c913732155c93442d03f5ae8275385" |
198 | dependencies = [ | 198 | dependencies = [ |
199 | "chalk-derive", | 199 | "chalk-derive", |
200 | "chalk-ir", | 200 | "chalk-ir", |
@@ -205,9 +205,9 @@ dependencies = [ | |||
205 | 205 | ||
206 | [[package]] | 206 | [[package]] |
207 | name = "chalk-solve" | 207 | name = "chalk-solve" |
208 | version = "0.67.0" | 208 | version = "0.68.0" |
209 | source = "registry+https://github.com/rust-lang/crates.io-index" | 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
210 | checksum = "9c54788f0ae3b38e2bb2266f395d462d988c64f92dbd55c68219908fd1ce7ddc" | 210 | checksum = "0cbfcd5daa5ab8b1c9e5e10e83b0ac26271480f6ae5b5f35e5b19e1f6a0e6e37" |
211 | dependencies = [ | 211 | dependencies = [ |
212 | "chalk-derive", | 212 | "chalk-derive", |
213 | "chalk-ir", | 213 | "chalk-ir", |
@@ -281,9 +281,9 @@ dependencies = [ | |||
281 | 281 | ||
282 | [[package]] | 282 | [[package]] |
283 | name = "crossbeam-epoch" | 283 | name = "crossbeam-epoch" |
284 | version = "0.9.4" | 284 | version = "0.9.5" |
285 | source = "registry+https://github.com/rust-lang/crates.io-index" | 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
286 | checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94" | 286 | checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" |
287 | dependencies = [ | 287 | dependencies = [ |
288 | "cfg-if", | 288 | "cfg-if", |
289 | "crossbeam-utils", | 289 | "crossbeam-utils", |
@@ -294,11 +294,10 @@ dependencies = [ | |||
294 | 294 | ||
295 | [[package]] | 295 | [[package]] |
296 | name = "crossbeam-utils" | 296 | name = "crossbeam-utils" |
297 | version = "0.8.4" | 297 | version = "0.8.5" |
298 | source = "registry+https://github.com/rust-lang/crates.io-index" | 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
299 | checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278" | 299 | checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" |
300 | dependencies = [ | 300 | dependencies = [ |
301 | "autocfg", | ||
302 | "cfg-if", | 301 | "cfg-if", |
303 | "lazy_static", | 302 | "lazy_static", |
304 | ] | 303 | ] |
@@ -426,20 +425,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
426 | checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" | 425 | checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" |
427 | 426 | ||
428 | [[package]] | 427 | [[package]] |
429 | name = "fsevent" | ||
430 | version = "2.0.2" | ||
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
432 | checksum = "97f347202c95c98805c216f9e1df210e8ebaec9fdb2365700a43c10797a35e63" | ||
433 | dependencies = [ | ||
434 | "bitflags", | ||
435 | "fsevent-sys", | ||
436 | ] | ||
437 | |||
438 | [[package]] | ||
439 | name = "fsevent-sys" | 428 | name = "fsevent-sys" |
440 | version = "3.1.0" | 429 | version = "4.0.0" |
441 | source = "registry+https://github.com/rust-lang/crates.io-index" | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
442 | checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5" | 431 | checksum = "5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a" |
443 | dependencies = [ | 432 | dependencies = [ |
444 | "libc", | 433 | "libc", |
445 | ] | 434 | ] |
@@ -776,9 +765,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |||
776 | 765 | ||
777 | [[package]] | 766 | [[package]] |
778 | name = "libc" | 767 | name = "libc" |
779 | version = "0.2.94" | 768 | version = "0.2.95" |
780 | source = "registry+https://github.com/rust-lang/crates.io-index" | 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
781 | checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" | 770 | checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" |
782 | 771 | ||
783 | [[package]] | 772 | [[package]] |
784 | name = "libloading" | 773 | name = "libloading" |
@@ -881,18 +870,18 @@ checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" | |||
881 | 870 | ||
882 | [[package]] | 871 | [[package]] |
883 | name = "memmap2" | 872 | name = "memmap2" |
884 | version = "0.2.2" | 873 | version = "0.2.3" |
885 | source = "registry+https://github.com/rust-lang/crates.io-index" | 874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
886 | checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd" | 875 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
887 | dependencies = [ | 876 | dependencies = [ |
888 | "libc", | 877 | "libc", |
889 | ] | 878 | ] |
890 | 879 | ||
891 | [[package]] | 880 | [[package]] |
892 | name = "memoffset" | 881 | name = "memoffset" |
893 | version = "0.6.3" | 882 | version = "0.6.4" |
894 | source = "registry+https://github.com/rust-lang/crates.io-index" | 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
895 | checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d" | 884 | checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" |
896 | dependencies = [ | 885 | dependencies = [ |
897 | "autocfg", | 886 | "autocfg", |
898 | ] | 887 | ] |
@@ -940,14 +929,13 @@ dependencies = [ | |||
940 | 929 | ||
941 | [[package]] | 930 | [[package]] |
942 | name = "notify" | 931 | name = "notify" |
943 | version = "5.0.0-pre.8" | 932 | version = "5.0.0-pre.9" |
944 | source = "registry+https://github.com/rust-lang/crates.io-index" | 933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
945 | checksum = "46bbbcd078f1f00ddb7a9abe70b96e91229b44b0b3afdec610f8e5137f8f014b" | 934 | checksum = "b89869d77edd64db917d7903abeadc166f93686b342c56cc0ca51acb68441d09" |
946 | dependencies = [ | 935 | dependencies = [ |
947 | "bitflags", | 936 | "bitflags", |
948 | "crossbeam-channel", | 937 | "crossbeam-channel", |
949 | "filetime", | 938 | "filetime", |
950 | "fsevent", | ||
951 | "fsevent-sys", | 939 | "fsevent-sys", |
952 | "inotify", | 940 | "inotify", |
953 | "libc", | 941 | "libc", |
@@ -1360,9 +1348,9 @@ dependencies = [ | |||
1360 | 1348 | ||
1361 | [[package]] | 1349 | [[package]] |
1362 | name = "rustc-ap-rustc_lexer" | 1350 | name = "rustc-ap-rustc_lexer" |
1363 | version = "720.0.0" | 1351 | version = "721.0.0" |
1364 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1365 | checksum = "a025b453b0ae85335336f991f920ca9af5c0dc851171cb9035a16cea5619e9b2" | 1353 | checksum = "2ba1f60e2942dc7dc5ea64edeaae01cfba2303871b14936e1af0f54d5420b3d1" |
1366 | dependencies = [ | 1354 | dependencies = [ |
1367 | "unicode-xid", | 1355 | "unicode-xid", |
1368 | ] | 1356 | ] |
@@ -1828,9 +1816,9 @@ dependencies = [ | |||
1828 | 1816 | ||
1829 | [[package]] | 1817 | [[package]] |
1830 | name = "unicode-normalization" | 1818 | name = "unicode-normalization" |
1831 | version = "0.1.17" | 1819 | version = "0.1.18" |
1832 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1833 | checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" | 1821 | checksum = "33717dca7ac877f497014e10d73f3acf948c342bee31b5ca7892faf94ccc6b49" |
1834 | dependencies = [ | 1822 | dependencies = [ |
1835 | "tinyvec", | 1823 | "tinyvec", |
1836 | ] | 1824 | ] |
@@ -1958,18 +1946,18 @@ dependencies = [ | |||
1958 | 1946 | ||
1959 | [[package]] | 1947 | [[package]] |
1960 | name = "xshell" | 1948 | name = "xshell" |
1961 | version = "0.1.13" | 1949 | version = "0.1.14" |
1962 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1963 | checksum = "eb15bb1b41eb14efe628006294c294e10c366e03a0283b9c2063fc27d97934c6" | 1951 | checksum = "c640362f1b150e186b76e88606e4b01a7b2f1d56cc50fcc184ddb683fb567c23" |
1964 | dependencies = [ | 1952 | dependencies = [ |
1965 | "xshell-macros", | 1953 | "xshell-macros", |
1966 | ] | 1954 | ] |
1967 | 1955 | ||
1968 | [[package]] | 1956 | [[package]] |
1969 | name = "xshell-macros" | 1957 | name = "xshell-macros" |
1970 | version = "0.1.13" | 1958 | version = "0.1.14" |
1971 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1972 | checksum = "cf7ed94a2c75b9bcc57031229be2b57ee47ba71122f71aabef8610ec66a97e52" | 1960 | checksum = "0607c095c96c1d8420ce4a018a0954fb15d73d5eb59b521a05a0f04cffc05059" |
1973 | 1961 | ||
1974 | [[package]] | 1962 | [[package]] |
1975 | name = "xtask" | 1963 | name = "xtask" |
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index a9994082a..c3d02424d 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -18,9 +18,9 @@ ena = "0.14.0" | |||
18 | log = "0.4.8" | 18 | log = "0.4.8" |
19 | rustc-hash = "1.1.0" | 19 | rustc-hash = "1.1.0" |
20 | scoped-tls = "1" | 20 | scoped-tls = "1" |
21 | chalk-solve = { version = "0.67", default-features = false } | 21 | chalk-solve = { version = "0.68", default-features = false } |
22 | chalk-ir = "0.67" | 22 | chalk-ir = "0.68" |
23 | chalk-recursive = "0.67" | 23 | chalk-recursive = "0.68" |
24 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 24 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
25 | 25 | ||
26 | stdx = { path = "../stdx", version = "0.0.0" } | 26 | stdx = { path = "../stdx", version = "0.0.0" } |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index a6c294245..2106732cd 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -14,7 +14,7 @@ doctest = false | |||
14 | cov-mark = { version = "1.1", features = ["thread-local"] } | 14 | cov-mark = { version = "1.1", features = ["thread-local"] } |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "=0.13.0-pre.6" | 16 | rowan = "=0.13.0-pre.6" |
17 | rustc_lexer = { version = "720.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "721.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.7" | 19 | arrayvec = "0.7" |
20 | once_cell = "1.3.1" | 20 | once_cell = "1.3.1" |