aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-01-27 12:22:19 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-01-27 12:22:19 +0000
commitefafcf242815ee1de7e2ab786664046b94bbbe77 (patch)
tree21ce4dc0f2fd3edd23856d8775f9386dcb92fe48 /crates/hir_ty/Cargo.toml
parent34fb643f13cda3a6eb2543a15c70719d7518ee3a (diff)
Bump deps
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
-rw-r--r--crates/hir_ty/Cargo.toml6
1 files changed, 3 insertions, 3 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"
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" }