Skip to content

Commit f41b686

Browse files
bors[bot]lnicola
andauthored
9062: internal: Bump deps r=lnicola a=lnicola Fixes rust-lang#9061 bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents 06b301e + 36567eb commit f41b686

File tree

3 files changed

+36
-48
lines changed

3 files changed

+36
-48
lines changed

Cargo.lock

Lines changed: 32 additions & 44 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.67", default-features = false }
22-
chalk-ir = "0.67"
23-
chalk-recursive = "0.67"
21+
chalk-solve = { version = "0.68", default-features = false }
22+
chalk-ir = "0.68"
23+
chalk-recursive = "0.68"
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.6"
17-
rustc_lexer = { version = "720.0.0", package = "rustc-ap-rustc_lexer" }
17+
rustc_lexer = { version = "721.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)