aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-05 12:16:25 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-05 12:16:25 +0000
commit41838254750fac3822bfe43b04158977e5355e42 (patch)
tree6c8cda1424d329c464119059bd388db1be20a3c3 /crates/ra_hir/Cargo.toml
parent4d4c46aff8f9a7ce8c2f91fbe6c7c363f5d3e08c (diff)
parentc73cc0ab8fbd02027712844584e56a04dc41fcd7 (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/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml2
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]
24flexi_logger = "0.10.0" 24flexi_logger = "0.10.0"
25insta = "0.5.1" 25insta = "0.6.1"