diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-26 20:23:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-26 20:23:53 +0100 |
commit | 7ddc3b468acc82192a665cdaa5b237167524f834 (patch) | |
tree | 1236db0b37a83f2fb60b758518e44fa74a79d20c /crates/ra_syntax | |
parent | 39470526eef50e32ee04edce9cf8ec57d10ade3c (diff) | |
parent | 9a0353a81e9288bfa9f16393391bf4e160851c36 (diff) |
Merge #4623
4623: Update deps r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index a9a5cc7bc..a8ff2e74f 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_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 = "660.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "661.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" |