diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-27 12:22:55 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-27 12:22:55 +0000 |
commit | 6a6a80eb1fba0f9d206f9384ecb78bf4ac87691e (patch) | |
tree | 21ce4dc0f2fd3edd23856d8775f9386dcb92fe48 /crates/syntax | |
parent | 34fb643f13cda3a6eb2543a15c70719d7518ee3a (diff) | |
parent | efafcf242815ee1de7e2ab786664046b94bbbe77 (diff) |
Merge #7463
7463: Bump deps r=lnicola a=lnicola
bors r+
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 e70fbba9c..de65585cb 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.12.2" | 15 | rowan = "0.12.2" |
16 | rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "701.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" |