diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-07 16:41:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-07 16:41:25 +0100 |
commit | 062c8eb7cacb38a550889201aaa8b633ede29bb2 (patch) | |
tree | 2b51190bab80976f6a8bf2aa0836882a9483e6f7 /crates/syntax | |
parent | 8e900cb4a1c5a4faef801518272d56a5683dd488 (diff) | |
parent | 761a81822afcc4eb916f6155e5a1dac2175f5df7 (diff) |
Merge #8401
8401: Update crates r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/syntax')
-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 10024366e..f09cdf28a 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -14,7 +14,7 @@ doctest = false | |||
14 | cov-mark = { version = "1.1", features = ["thread-local"] } | 14 | cov-mark = { version = "1.1", features = ["thread-local"] } |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "0.13.0-pre.3" | 16 | rowan = "0.13.0-pre.3" |
17 | rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.7" | 19 | arrayvec = "0.7" |
20 | once_cell = "1.3.1" | 20 | once_cell = "1.3.1" |