Skip to content

Commit b21701c

Browse files
bors[bot]lnicola
andauthored
Merge #8616
8616: minor: Bump deps r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents 163d9d3 + 81054a2 commit b21701c

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
@@ -18,9 +18,9 @@ ena = "0.14.0"
1818
log = "0.4.8"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1"
21-
chalk-solve = { version = "0.60", default-features = false }
22-
chalk-ir = "0.60"
23-
chalk-recursive = "0.60"
21+
chalk-solve = { version = "0.64", default-features = false }
22+
chalk-ir = "0.64"
23+
chalk-recursive = "0.64"
2424
la-arena = { version = "0.2.0", path = "../../lib/arena" }
2525

2626
stdx = { path = "../stdx", version = "0.0.0" }

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
cov-mark = { version = "1.1", features = ["thread-local"] }
1515
itertools = "0.10.0"
1616
rowan = "=0.13.0-pre.3"
17-
rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" }
17+
rustc_lexer = { version = "716.0.0", package = "rustc-ap-rustc_lexer" }
1818
rustc-hash = "1.1.0"
1919
arrayvec = "0.7"
2020
once_cell = "1.3.1"

0 commit comments

Comments
 (0)