diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-06-20 20:13:08 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-06-20 20:13:08 +0100 |
commit | 7d79be32801036c39507fe96f87ed316e3934662 (patch) | |
tree | cc8ff9e0d0921bf0266ac31d8e45cb89516148b5 /crates/ra_hir | |
parent | 4adb0125f7f1f0fb6e9a5f2981f5cc5a7b584118 (diff) | |
parent | f8f136e9901c3b224add63f279cc29069acabb4d (diff) |
Merge #1421
1421: Bump cargo_metadata, ena, flexi_logger r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index aaace85e5..e44e144d6 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -10,7 +10,7 @@ log = "0.4.5" | |||
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | rustc-hash = "1.0" | 11 | rustc-hash = "1.0" |
12 | parking_lot = "0.8.0" | 12 | parking_lot = "0.8.0" |
13 | ena = "0.11" | 13 | ena = "0.13" |
14 | join_to_string = "0.1.3" | 14 | join_to_string = "0.1.3" |
15 | once_cell = "0.2" | 15 | once_cell = "0.2" |
16 | 16 | ||
@@ -28,5 +28,5 @@ chalk-ir = { git = "https://github.com/flodiebold/chalk.git", branch = "fuel" } | |||
28 | lalrpop-intern = "0.15.1" | 28 | lalrpop-intern = "0.15.1" |
29 | 29 | ||
30 | [dev-dependencies] | 30 | [dev-dependencies] |
31 | flexi_logger = "0.11.0" | 31 | flexi_logger = "0.13.0" |
32 | insta = "0.8.1" | 32 | insta = "0.8.1" |