diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-27 12:00:51 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-27 12:00:51 +0100 |
commit | 6a067ce947980d887a254d71d7183c3d306d8978 (patch) | |
tree | cab25fc23f271c74142b9fd1bc96f3395ed0da7e /crates/ra_syntax/Cargo.toml | |
parent | 67b1dfba50a7fbd872c1668bbc719b2a5cc6ffcd (diff) | |
parent | 52a488982f954978ff183fef976ec7612eca6883 (diff) |
Merge #5090
5090: Bump deps r=matklad a=lnicola
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-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 a8ff2e74f..49696ce75 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 = "661.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "666.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" |