7853: Update lexer r=kjeremy a=kjeremy



Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
bors[bot] 2021-03-02 20:34:24 +00:00 committed by GitHub
commit 3b507aa90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1370,9 +1370,9 @@ dependencies = [
[[package]]
name = "rustc-ap-rustc_lexer"
version = "708.0.0"
version = "709.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2706fc7106c75eaea49efe9f35f719a6fdfdb95212122ec2b543659406bae7ea"
checksum = "f69f83314702aaccf29c7401cc63bb0d9fa7869a185a23b8379f08c91514b3f3"
dependencies = [
"unicode-xid",
]

View File

@ -13,7 +13,7 @@ doctest = false
[dependencies]
itertools = "0.10.0"
rowan = "0.12.2"
rustc_lexer = { version = "708.0.0", package = "rustc-ap-rustc_lexer" }
rustc_lexer = { version = "709.0.0", package = "rustc-ap-rustc_lexer" }
rustc-hash = "1.1.0"
arrayvec = "0.5.1"
once_cell = "1.3.1"