From 36567eb9be6f7d925c70aca3df376c88da6853bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 30 May 2021 14:48:10 +0300 Subject: Bump deps --- crates/hir_ty/Cargo.toml | 6 +++--- crates/syntax/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crates') diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index a9994082a..c3d02424d 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -18,9 +18,9 @@ ena = "0.14.0" log = "0.4.8" rustc-hash = "1.1.0" scoped-tls = "1" -chalk-solve = { version = "0.67", default-features = false } -chalk-ir = "0.67" -chalk-recursive = "0.67" +chalk-solve = { version = "0.68", default-features = false } +chalk-ir = "0.68" +chalk-recursive = "0.68" la-arena = { version = "0.2.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index a6c294245..2106732cd 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -14,7 +14,7 @@ doctest = false cov-mark = { version = "1.1", features = ["thread-local"] } itertools = "0.10.0" rowan = "=0.13.0-pre.6" -rustc_lexer = { version = "720.0.0", package = "rustc-ap-rustc_lexer" } +rustc_lexer = { version = "721.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" arrayvec = "0.7" once_cell = "1.3.1" -- cgit v1.2.3