diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-17 16:52:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-17 16:52:17 +0100 |
commit | 6df2bcd7ca97261b59ca04a85b7355432a63c0d9 (patch) | |
tree | e2210c835eb976f7ee04ee12b4ba5f76ff1a26f9 /crates/ra_syntax | |
parent | 762fce5bdd166144c33871ae5b2594684eb0169e (diff) | |
parent | a6b980d6d41dda02d031d0f78e3e99c04e49cc9b (diff) |
Merge #2025
2025: Bump deps r=matklad a=lnicola
Co-authored-by: Laurențiu Nicola <[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 68c594202..9c0e856e8 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -12,7 +12,7 @@ itertools = "0.8.0" | |||
12 | rowan = "0.6.1" | 12 | rowan = "0.6.1" |
13 | rustc_lexer = "0.1.0" | 13 | rustc_lexer = "0.1.0" |
14 | rustc-hash = "1.0.1" | 14 | rustc-hash = "1.0.1" |
15 | arrayvec = "0.4.10" | 15 | arrayvec = "0.5.1" |
16 | once_cell = "1.2.0" | 16 | once_cell = "1.2.0" |
17 | 17 | ||
18 | # This crate transitively depends on `smol_str` via `rowan`. | 18 | # This crate transitively depends on `smol_str` via `rowan`. |