diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-12 10:23:40 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-12 10:23:40 +0000 |
commit | 802665873ddfa3f6a2ba6e97a3d9078f2e5cfa90 (patch) | |
tree | c5aee987e6175a512f40d541820ce64bcb1f1fe8 /crates/syntax/Cargo.toml | |
parent | b7bd0bb55dd6e9332b829864b74d0a508dfa746b (diff) | |
parent | f73b874157ccb953b30b0a8b4d7a97dcd172ca98 (diff) |
Merge #6531
6531: Update crates r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Co-authored-by: Aleksey Kladov <[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 61d2acb49..1fe907753 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 = "686.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "688.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" |