From 0403e82d91ea4d17bd6dac27b5e7eed73796ee0a Mon Sep 17 00:00:00 2001 From: kjeremy Date: Mon, 2 Nov 2020 12:00:58 -0500 Subject: Bump chalk and lexer --- 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 3b822d223..fdc65a5c3 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -17,9 +17,9 @@ ena = "0.14.0" log = "0.4.8" rustc-hash = "1.1.0" scoped-tls = "1" -chalk-solve = { version = "0.36", default-features = false } -chalk-ir = "0.36" -chalk-recursive = "0.36" +chalk-solve = { version = "0.37", default-features = false } +chalk-ir = "0.37" +chalk-recursive = "0.37" stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 1e1b5eba3..61d2acb49 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] itertools = "0.9.0" rowan = "0.10.0" -rustc_lexer = { version = "685.0.0", package = "rustc-ap-rustc_lexer" } +rustc_lexer = { version = "686.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" arrayvec = "0.5.1" once_cell = "1.3.1" -- cgit v1.2.3