diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-16 17:01:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-16 17:01:52 +0100 |
commit | 76bd27be89e163602038ba069ac726cf2b9c12e0 (patch) | |
tree | cf51a05c65dd56648bfd7bf2fc38c1821ae2601a /crates/syntax/Cargo.toml | |
parent | 728feea086bf7c887ce2f15933df72393fd939a4 (diff) | |
parent | 7819e794db1c3c0e9e930e9b403f929bdb809be5 (diff) |
Merge #5777
5777: Bump rustc_lexer r=kjeremy a=kjeremy
Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/syntax/Cargo.toml')
-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 47e351f9d..ec3132da8 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.9.0" | 14 | itertools = "0.9.0" |
15 | rowan = "0.10.0" | 15 | rowan = "0.10.0" |
16 | rustc_lexer = { version = "671.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "673.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |
19 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |