9062: internal: Bump deps r=lnicola a=lnicola

Fixes #9061

bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-05-30 11:48:59 +00:00 committed by GitHub
commit f41b68637a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 48 deletions

View file

@ -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" }

View file

@ -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"