Unnamed repository; edit this file 'description' to name the repository.
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 efcd5ffc5e..1fe5788253 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir_ty/Cargo.toml
@@ -18,9 +18,9 @@ ena = "0.14.0"
tracing = "0.1.32"
rustc-hash = "1.1.0"
scoped-tls = "1.0.0"
-chalk-solve = { version = "0.81.0", default-features = false }
-chalk-ir = "0.81.0"
-chalk-recursive = { version = "0.81.0", default-features = false }
+chalk-solve = { version = "0.82.0", default-features = false }
+chalk-ir = "0.82.0"
+chalk-recursive = { version = "0.82.0", default-features = false }
la-arena = { version = "0.3.0", path = "../../lib/arena" }
once_cell = "1.10.0"
typed-arena = "2.0.1"