X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=crates%2Fhir_ty%2FCargo.toml;h=1fe57882539eb2d2ab0bb3bea97afbfa9d34cd13;hb=36342b4b29dedde44b9aee6362ad5324e6282221;hp=efcd5ffc5e20865550386a95d97a22fddfc615d2;hpb=bc0825d1358abece6e85b928ea3a197451d083c7;p=rust.git diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index efcd5ffc5e2..1fe57882539 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"