diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-05 12:16:25 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-05 12:16:25 +0000 |
commit | 41838254750fac3822bfe43b04158977e5355e42 (patch) | |
tree | 6c8cda1424d329c464119059bd388db1be20a3c3 /crates/ra_hir | |
parent | 4d4c46aff8f9a7ce8c2f91fbe6c7c363f5d3e08c (diff) | |
parent | c73cc0ab8fbd02027712844584e56a04dc41fcd7 (diff) |
Merge #740
740: Update dependencies r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 4309a05d6..b47ce7952 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -22,4 +22,4 @@ test_utils = { path = "../test_utils" } | |||
22 | 22 | ||
23 | [dev-dependencies] | 23 | [dev-dependencies] |
24 | flexi_logger = "0.10.0" | 24 | flexi_logger = "0.10.0" |
25 | insta = "0.5.1" | 25 | insta = "0.6.1" |