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 /crates | |
parent | 34fb643f13cda3a6eb2543a15c70719d7518ee3a (diff) |
Bump deps
Diffstat (limited to 'crates')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 6 | ||||
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
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" |