Skip to content

Commit c96b4ee

Browse files
bors[bot]kjeremy
andauthored
Merge #7157
7157: Update crates r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
2 parents b3b1f43 + f2d1144 commit c96b4ee

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_ty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ena = "0.14.0"
1717
log = "0.4.8"
1818
rustc-hash = "1.1.0"
1919
scoped-tls = "1"
20-
chalk-solve = { version = "0.45", default-features = false }
21-
chalk-ir = "0.45"
22-
chalk-recursive = "0.45"
20+
chalk-solve = { version = "0.47", default-features = false }
21+
chalk-ir = "0.47"
22+
chalk-recursive = "0.47"
2323

2424
stdx = { path = "../stdx", version = "0.0.0" }
2525
hir_def = { path = "../hir_def", version = "0.0.0" }

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
[dependencies]
1414
itertools = "0.10.0"
1515
rowan = "0.10.0"
16-
rustc_lexer = { version = "695.0.0", package = "rustc-ap-rustc_lexer" }
16+
rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" }
1717
rustc-hash = "1.1.0"
1818
arrayvec = "0.5.1"
1919
once_cell = "1.3.1"

0 commit comments

Comments
 (0)