aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-27 12:22:55 +0000
committerGitHub <[email protected]>2021-01-27 12:22:55 +0000
commit6a6a80eb1fba0f9d206f9384ecb78bf4ac87691e (patch)
tree21ce4dc0f2fd3edd23856d8775f9386dcb92fe48
parent34fb643f13cda3a6eb2543a15c70719d7518ee3a (diff)
parentefafcf242815ee1de7e2ab786664046b94bbbe77 (diff)
Merge #7463
7463: Bump deps r=lnicola a=lnicola bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
-rw-r--r--Cargo.lock50
-rw-r--r--crates/hir_ty/Cargo.toml6
-rw-r--r--crates/syntax/Cargo.toml2
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]]
186name = "chalk-derive" 186name = "chalk-derive"
187version = "0.50.0" 187version = "0.51.0"
188source = "registry+https://github.com/rust-lang/crates.io-index" 188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "ac605cf409013573e971d7292d4bec6f5495b19d5f98fc9d8b1a12270c3888e0" 189checksum = "f1a2ad10b964771ffc53ce7a8d6fce4bde3da0da82a1bc7a72668548db1c56ee"
190dependencies = [ 190dependencies = [
191 "proc-macro2", 191 "proc-macro2",
192 "quote", 192 "quote",
@@ -196,9 +196,9 @@ dependencies = [
196 196
197[[package]] 197[[package]]
198name = "chalk-ir" 198name = "chalk-ir"
199version = "0.50.0" 199version = "0.51.0"
200source = "registry+https://github.com/rust-lang/crates.io-index" 200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "fa1dbfb3c2c8b67edb5cd981f720550e43579090574f786145731f90c5d401ff" 201checksum = "17b14b40a09687aa5f0973721841d83a8a0e12a6b3ada1d2e01f0a694bb800ee"
202dependencies = [ 202dependencies = [
203 "bitflags", 203 "bitflags",
204 "chalk-derive", 204 "chalk-derive",
@@ -207,9 +207,9 @@ dependencies = [
207 207
208[[package]] 208[[package]]
209name = "chalk-recursive" 209name = "chalk-recursive"
210version = "0.50.0" 210version = "0.51.0"
211source = "registry+https://github.com/rust-lang/crates.io-index" 211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "0882e2a3ba66901717a64f8bb0655e809f800ac6abed05cb605e7a41d4bf8999" 212checksum = "1c7297bb1683f63a4b334b53cfdd81a721e8adde3441514e1126d24aaafe2552"
213dependencies = [ 213dependencies = [
214 "chalk-derive", 214 "chalk-derive",
215 "chalk-ir", 215 "chalk-ir",
@@ -220,9 +220,9 @@ dependencies = [
220 220
221[[package]] 221[[package]]
222name = "chalk-solve" 222name = "chalk-solve"
223version = "0.50.0" 223version = "0.51.0"
224source = "registry+https://github.com/rust-lang/crates.io-index" 224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "0d43cce07150eac39771ff4b198537cefef744734b2218a89c682295b54cd8d0" 225checksum = "82765c1a19e801d53fc9d145449701ddf79f394e6519f1e9c01fca1ee95d0ba7"
226dependencies = [ 226dependencies = [
227 "chalk-derive", 227 "chalk-derive",
228 "chalk-ir", 228 "chalk-ir",
@@ -284,9 +284,9 @@ checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
284 284
285[[package]] 285[[package]]
286name = "countme" 286name = "countme"
287version = "2.0.1" 287version = "2.0.3"
288source = "registry+https://github.com/rust-lang/crates.io-index" 288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "1aa2b26822354da8572983762d79a7ba55981b3fbbc612164a0dbbd0213df7fe" 289checksum = "be0bdf97802dfc074a4cf9a1f087f7f8d6478ee039a46eba1644690bcc854d61"
290dependencies = [ 290dependencies = [
291 "dashmap", 291 "dashmap",
292 "once_cell", 292 "once_cell",
@@ -887,11 +887,11 @@ dependencies = [
887 887
888[[package]] 888[[package]]
889name = "log" 889name = "log"
890version = "0.4.13" 890version = "0.4.14"
891source = "registry+https://github.com/rust-lang/crates.io-index" 891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" 892checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
893dependencies = [ 893dependencies = [
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]]
1476name = "rustc-ap-rustc_lexer" 1476name = "rustc-ap-rustc_lexer"
1477version = "700.0.0" 1477version = "701.0.0"
1478source = "registry+https://github.com/rust-lang/crates.io-index" 1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "5ed36784376b69c941d7aa36e960a52ac712e2663960357121a4d9f2cc58e225" 1479checksum = "3601c20fc378d11e965fb1f670cf8bad1ef5164fe4ec8cbb7c57fa9d656f2541"
1480dependencies = [ 1480dependencies = [
1481 "unicode-xid", 1481 "unicode-xid",
1482] 1482]
@@ -1570,18 +1570,18 @@ dependencies = [
1570 1570
1571[[package]] 1571[[package]]
1572name = "serde" 1572name = "serde"
1573version = "1.0.120" 1573version = "1.0.123"
1574source = "registry+https://github.com/rust-lang/crates.io-index" 1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "166b2349061381baf54a58e4b13c89369feb0ef2eaa57198899e2312aac30aab" 1575checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
1576dependencies = [ 1576dependencies = [
1577 "serde_derive", 1577 "serde_derive",
1578] 1578]
1579 1579
1580[[package]] 1580[[package]]
1581name = "serde_derive" 1581name = "serde_derive"
1582version = "1.0.120" 1582version = "1.0.123"
1583source = "registry+https://github.com/rust-lang/crates.io-index" 1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "0ca2a8cb5805ce9e3b95435e3765b7b553cecc762d938d409434338386cb5775" 1584checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
1585dependencies = [ 1585dependencies = [
1586 "proc-macro2", 1586 "proc-macro2",
1587 "quote", 1587 "quote",
@@ -1674,9 +1674,9 @@ dependencies = [
1674 1674
1675[[package]] 1675[[package]]
1676name = "syn" 1676name = "syn"
1677version = "1.0.59" 1677version = "1.0.60"
1678source = "registry+https://github.com/rust-lang/crates.io-index" 1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "07cb8b1b4ebf86a89ee88cbd201b022b94138c623644d035185c84d3f41b7e66" 1679checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
1680dependencies = [ 1680dependencies = [
1681 "proc-macro2", 1681 "proc-macro2",
1682 "quote", 1682 "quote",
@@ -1753,9 +1753,9 @@ dependencies = [
1753 1753
1754[[package]] 1754[[package]]
1755name = "thread_local" 1755name = "thread_local"
1756version = "1.1.1" 1756version = "1.1.2"
1757source = "registry+https://github.com/rust-lang/crates.io-index" 1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "301bdd13d23c49672926be451130892d274d3ba0b410c18e00daa7990ff38d99" 1758checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
1759dependencies = [ 1759dependencies = [
1760 "once_cell", 1760 "once_cell",
1761] 1761]
@@ -1782,9 +1782,9 @@ dependencies = [
1782 1782
1783[[package]] 1783[[package]]
1784name = "tinyvec" 1784name = "tinyvec"
1785version = "1.1.0" 1785version = "1.1.1"
1786source = "registry+https://github.com/rust-lang/crates.io-index" 1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" 1787checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
1788dependencies = [ 1788dependencies = [
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"
17log = "0.4.8" 17log = "0.4.8"
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19scoped-tls = "1" 19scoped-tls = "1"
20chalk-solve = { version = "0.50", default-features = false } 20chalk-solve = { version = "0.51", default-features = false }
21chalk-ir = "0.50" 21chalk-ir = "0.51"
22chalk-recursive = "0.50" 22chalk-recursive = "0.51"
23la-arena = { version = "0.2.0", path = "../../lib/arena" } 23la-arena = { version = "0.2.0", path = "../../lib/arena" }
24 24
25stdx = { path = "../stdx", version = "0.0.0" } 25stdx = { 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]
14itertools = "0.10.0" 14itertools = "0.10.0"
15rowan = "0.12.2" 15rowan = "0.12.2"
16rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "701.0.0", package = "rustc-ap-rustc_lexer" }
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"
19once_cell = "1.3.1" 19once_cell = "1.3.1"