diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-10 18:59:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-10 18:59:19 +0000 |
commit | 6c32e2d8a045e4ba7d45ac9651572a226324cefa (patch) | |
tree | fbac29d3d6db5aa0ddc83b3163d3645fb986f10e /crates | |
parent | 0b96f1a0475b0f9a9eb8cfddf129f7565d4bc2b8 (diff) | |
parent | 08e0e9976d3b89e81d55ac6c145e020d263c9670 (diff) |
Merge #7965
7965: cargo update and lexer r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 33bde099b..05fca5dc4 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -14,7 +14,7 @@ doctest = false | |||
14 | cov-mark = "1.1" | 14 | cov-mark = "1.1" |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "0.12.2" | 16 | rowan = "0.12.2" |
17 | rustc_lexer = { version = "709.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.5.1" | 19 | arrayvec = "0.5.1" |
20 | once_cell = "1.3.1" | 20 | once_cell = "1.3.1" |