diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-23 11:04:07 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-23 11:04:07 +0000 |
commit | 4228e826b81b0128742e0b77e439edf611ed26a9 (patch) | |
tree | afc064e58cab0efbf36f0bb9f9de997d50f5ac8b /crates/syntax | |
parent | 0dec77abe744e5c4910b9ff0ce0c443cee425040 (diff) | |
parent | 9a14e308b9bf6ad6fae10c66318f8c7215d549dd (diff) |
Merge #7016
7016: Bump deps r=flodiebold a=lnicola
Co-authored-by: Laurențiu Nicola <[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 c6a6f11e1..21015591c 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 = "691.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "695.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" |