diff options
author | Laurențiu Nicola <[email protected]> | 2021-01-27 12:22:19 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-01-27 12:22:19 +0000 |
commit | efafcf242815ee1de7e2ab786664046b94bbbe77 (patch) | |
tree | 21ce4dc0f2fd3edd23856d8775f9386dcb92fe48 | |
parent | 34fb643f13cda3a6eb2543a15c70719d7518ee3a (diff) |
Bump deps
-rw-r--r-- | Cargo.lock | 50 | ||||
-rw-r--r-- | crates/hir_ty/Cargo.toml | 6 | ||||
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
3 files changed, 29 insertions, 29 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6fcac6177..fabe69285 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -184,9 +184,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
184 | 184 | ||
185 | [[package]] | 185 | [[package]] |
186 | name = "chalk-derive" | 186 | name = "chalk-derive" |
187 | version = "0.50.0" | 187 | version = "0.51.0" |
188 | source = "registry+https://github.com/rust-lang/crates.io-index" | 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
189 | checksum = "ac605cf409013573e971d7292d4bec6f5495b19d5f98fc9d8b1a12270c3888e0" | 189 | checksum = "f1a2ad10b964771ffc53ce7a8d6fce4bde3da0da82a1bc7a72668548db1c56ee" |
190 | dependencies = [ | 190 | dependencies = [ |
191 | "proc-macro2", | 191 | "proc-macro2", |
192 | "quote", | 192 | "quote", |
@@ -196,9 +196,9 @@ dependencies = [ | |||
196 | 196 | ||
197 | [[package]] | 197 | [[package]] |
198 | name = "chalk-ir" | 198 | name = "chalk-ir" |
199 | version = "0.50.0" | 199 | version = "0.51.0" |
200 | source = "registry+https://github.com/rust-lang/crates.io-index" | 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
201 | checksum = "fa1dbfb3c2c8b67edb5cd981f720550e43579090574f786145731f90c5d401ff" | 201 | checksum = "17b14b40a09687aa5f0973721841d83a8a0e12a6b3ada1d2e01f0a694bb800ee" |
202 | dependencies = [ | 202 | dependencies = [ |
203 | "bitflags", | 203 | "bitflags", |
204 | "chalk-derive", | 204 | "chalk-derive", |
@@ -207,9 +207,9 @@ dependencies = [ | |||
207 | 207 | ||
208 | [[package]] | 208 | [[package]] |
209 | name = "chalk-recursive" | 209 | name = "chalk-recursive" |
210 | version = "0.50.0" | 210 | version = "0.51.0" |
211 | source = "registry+https://github.com/rust-lang/crates.io-index" | 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
212 | checksum = "0882e2a3ba66901717a64f8bb0655e809f800ac6abed05cb605e7a41d4bf8999" | 212 | checksum = "1c7297bb1683f63a4b334b53cfdd81a721e8adde3441514e1126d24aaafe2552" |
213 | dependencies = [ | 213 | dependencies = [ |
214 | "chalk-derive", | 214 | "chalk-derive", |
215 | "chalk-ir", | 215 | "chalk-ir", |
@@ -220,9 +220,9 @@ dependencies = [ | |||
220 | 220 | ||
221 | [[package]] | 221 | [[package]] |
222 | name = "chalk-solve" | 222 | name = "chalk-solve" |
223 | version = "0.50.0" | 223 | version = "0.51.0" |
224 | source = "registry+https://github.com/rust-lang/crates.io-index" | 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
225 | checksum = "0d43cce07150eac39771ff4b198537cefef744734b2218a89c682295b54cd8d0" | 225 | checksum = "82765c1a19e801d53fc9d145449701ddf79f394e6519f1e9c01fca1ee95d0ba7" |
226 | dependencies = [ | 226 | dependencies = [ |
227 | "chalk-derive", | 227 | "chalk-derive", |
228 | "chalk-ir", | 228 | "chalk-ir", |
@@ -284,9 +284,9 @@ checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" | |||
284 | 284 | ||
285 | [[package]] | 285 | [[package]] |
286 | name = "countme" | 286 | name = "countme" |
287 | version = "2.0.1" | 287 | version = "2.0.3" |
288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
289 | checksum = "1aa2b26822354da8572983762d79a7ba55981b3fbbc612164a0dbbd0213df7fe" | 289 | checksum = "be0bdf97802dfc074a4cf9a1f087f7f8d6478ee039a46eba1644690bcc854d61" |
290 | dependencies = [ | 290 | dependencies = [ |
291 | "dashmap", | 291 | "dashmap", |
292 | "once_cell", | 292 | "once_cell", |
@@ -887,11 +887,11 @@ dependencies = [ | |||
887 | 887 | ||
888 | [[package]] | 888 | [[package]] |
889 | name = "log" | 889 | name = "log" |
890 | version = "0.4.13" | 890 | version = "0.4.14" |
891 | source = "registry+https://github.com/rust-lang/crates.io-index" | 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
892 | checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" | 892 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
893 | dependencies = [ | 893 | dependencies = [ |
894 | "cfg-if 0.1.10", | 894 | "cfg-if 1.0.0", |
895 | ] | 895 | ] |
896 | 896 | ||
897 | [[package]] | 897 | [[package]] |
@@ -1474,9 +1474,9 @@ dependencies = [ | |||
1474 | 1474 | ||
1475 | [[package]] | 1475 | [[package]] |
1476 | name = "rustc-ap-rustc_lexer" | 1476 | name = "rustc-ap-rustc_lexer" |
1477 | version = "700.0.0" | 1477 | version = "701.0.0" |
1478 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1479 | checksum = "5ed36784376b69c941d7aa36e960a52ac712e2663960357121a4d9f2cc58e225" | 1479 | checksum = "3601c20fc378d11e965fb1f670cf8bad1ef5164fe4ec8cbb7c57fa9d656f2541" |
1480 | dependencies = [ | 1480 | dependencies = [ |
1481 | "unicode-xid", | 1481 | "unicode-xid", |
1482 | ] | 1482 | ] |
@@ -1570,18 +1570,18 @@ dependencies = [ | |||
1570 | 1570 | ||
1571 | [[package]] | 1571 | [[package]] |
1572 | name = "serde" | 1572 | name = "serde" |
1573 | version = "1.0.120" | 1573 | version = "1.0.123" |
1574 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1575 | checksum = "166b2349061381baf54a58e4b13c89369feb0ef2eaa57198899e2312aac30aab" | 1575 | checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" |
1576 | dependencies = [ | 1576 | dependencies = [ |
1577 | "serde_derive", | 1577 | "serde_derive", |
1578 | ] | 1578 | ] |
1579 | 1579 | ||
1580 | [[package]] | 1580 | [[package]] |
1581 | name = "serde_derive" | 1581 | name = "serde_derive" |
1582 | version = "1.0.120" | 1582 | version = "1.0.123" |
1583 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1584 | checksum = "0ca2a8cb5805ce9e3b95435e3765b7b553cecc762d938d409434338386cb5775" | 1584 | checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" |
1585 | dependencies = [ | 1585 | dependencies = [ |
1586 | "proc-macro2", | 1586 | "proc-macro2", |
1587 | "quote", | 1587 | "quote", |
@@ -1674,9 +1674,9 @@ dependencies = [ | |||
1674 | 1674 | ||
1675 | [[package]] | 1675 | [[package]] |
1676 | name = "syn" | 1676 | name = "syn" |
1677 | version = "1.0.59" | 1677 | version = "1.0.60" |
1678 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1679 | checksum = "07cb8b1b4ebf86a89ee88cbd201b022b94138c623644d035185c84d3f41b7e66" | 1679 | checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" |
1680 | dependencies = [ | 1680 | dependencies = [ |
1681 | "proc-macro2", | 1681 | "proc-macro2", |
1682 | "quote", | 1682 | "quote", |
@@ -1753,9 +1753,9 @@ dependencies = [ | |||
1753 | 1753 | ||
1754 | [[package]] | 1754 | [[package]] |
1755 | name = "thread_local" | 1755 | name = "thread_local" |
1756 | version = "1.1.1" | 1756 | version = "1.1.2" |
1757 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1758 | checksum = "301bdd13d23c49672926be451130892d274d3ba0b410c18e00daa7990ff38d99" | 1758 | checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915" |
1759 | dependencies = [ | 1759 | dependencies = [ |
1760 | "once_cell", | 1760 | "once_cell", |
1761 | ] | 1761 | ] |
@@ -1782,9 +1782,9 @@ dependencies = [ | |||
1782 | 1782 | ||
1783 | [[package]] | 1783 | [[package]] |
1784 | name = "tinyvec" | 1784 | name = "tinyvec" |
1785 | version = "1.1.0" | 1785 | version = "1.1.1" |
1786 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1787 | checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" | 1787 | checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" |
1788 | dependencies = [ | 1788 | dependencies = [ |
1789 | "tinyvec_macros", | 1789 | "tinyvec_macros", |
1790 | ] | 1790 | ] |
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index db42a00dc..c7502bf57 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -17,9 +17,9 @@ ena = "0.14.0" | |||
17 | log = "0.4.8" | 17 | log = "0.4.8" |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | scoped-tls = "1" | 19 | scoped-tls = "1" |
20 | chalk-solve = { version = "0.50", default-features = false } | 20 | chalk-solve = { version = "0.51", default-features = false } |
21 | chalk-ir = "0.50" | 21 | chalk-ir = "0.51" |
22 | chalk-recursive = "0.50" | 22 | chalk-recursive = "0.51" |
23 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 23 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
24 | 24 | ||
25 | stdx = { path = "../stdx", version = "0.0.0" } | 25 | stdx = { path = "../stdx", version = "0.0.0" } |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index e70fbba9c..de65585cb 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.12.2" | 15 | rowan = "0.12.2" |
16 | rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "701.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |
19 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |