]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_ty/Cargo.toml
Bump chalk
[rust.git] / crates / hir_ty / Cargo.toml
index 134a7892d619a5355bb969397a2ace6335f0dd73..dcee1a382b01037f53ff6ab0d7a4546cf434d2f9 100644 (file)
@@ -14,12 +14,12 @@ itertools = "0.10.0"
 arrayvec = "0.7"
 smallvec = "1.2.0"
 ena = "0.14.0"
-log = "0.4.8"
+tracing = "0.1"
 rustc-hash = "1.1.0"
 scoped-tls = "1"
-chalk-solve = { version = "0.69", default-features = false }
-chalk-ir = "0.69"
-chalk-recursive = { version = "0.69", default-features = false }
+chalk-solve = { version = "0.71", default-features = false }
+chalk-ir = "0.71"
+chalk-recursive = { version = "0.71", default-features = false }
 la-arena = { version = "0.2.0", path = "../../lib/arena" }
 once_cell = { version = "1.5.0" }