diff options
Diffstat (limited to 'crates/ra_hir_ty/Cargo.toml')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index ce257dc0b..90368220b 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml | |||
@@ -27,9 +27,14 @@ test_utils = { path = "../test_utils" } | |||
27 | 27 | ||
28 | scoped-tls = "1" | 28 | scoped-tls = "1" |
29 | 29 | ||
30 | chalk-solve = { version = "0.15.0" } | 30 | chalk-solve = { version = "0.17.0" } |
31 | chalk-ir = { version = "0.15.0" } | 31 | chalk-ir = { version = "0.17.0" } |
32 | chalk-recursive = { version = "0.17.0" } | ||
32 | 33 | ||
33 | [dev-dependencies] | 34 | [dev-dependencies] |
34 | insta = "0.16.0" | 35 | insta = "0.16.0" |
35 | expect = { path = "../expect" } | 36 | expect = { path = "../expect" } |
37 | |||
38 | tracing = "0.1" | ||
39 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } | ||
40 | tracing-tree = { version = "0.1.3" } | ||