diff options
author | dependabot[bot] <[email protected]> | 2018-12-27 13:14:24 +0000 |
---|---|---|
committer | dependabot[bot] <[email protected]> | 2018-12-27 13:14:24 +0000 |
commit | 4017966a0b9b76e5dfae6bbac398c277a3ea98ad (patch) | |
tree | fa1a5e9169b3c7e7ccb1a1a9faa97aa94225df01 /crates/ra_syntax | |
parent | d8bfad9e926636b7fe2a6aec28760508ffd47fdb (diff) |
Bump parking_lot from 0.6.4 to 0.7.0
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.6.4 to 0.7.0.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/commits)
Signed-off-by: dependabot[bot] <[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 0c92b8407..fd6966d4a 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -12,7 +12,7 @@ arrayvec = "0.4.10" | |||
12 | unicode-xid = "0.1.0" | 12 | unicode-xid = "0.1.0" |
13 | itertools = "0.8.0" | 13 | itertools = "0.8.0" |
14 | drop_bomb = "0.1.4" | 14 | drop_bomb = "0.1.4" |
15 | parking_lot = "0.6.0" | 15 | parking_lot = "0.7.0" |
16 | rowan = "0.1.2" | 16 | rowan = "0.1.2" |
17 | text_unit = "0.1.5" | 17 | text_unit = "0.1.5" |
18 | ra_text_edit = { path = "../ra_text_edit" } | 18 | ra_text_edit = { path = "../ra_text_edit" } |