aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-04 09:12:12 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-04 09:12:12 +0100
commit658382c1f5d27813daf93495f4cbd5aada1f0567 (patch)
tree081c17a71839a6b128614e26d03adf7a08cec80d /crates/ra_ide_api
parent0e94d07b9c6f75657ab07dbf4a42a6d2c08a139a (diff)
parent5153001889e9cf39bf324cff41c6a5c5db0070bb (diff)
Merge #1640
1640: Bump deps r=matklad a=lnicola `insta`, `unicode-xid` and others Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r--crates/ra_ide_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml
index dd11ec0f6..a7dc0b63a 100644
--- a/crates/ra_ide_api/Cargo.toml
+++ b/crates/ra_ide_api/Cargo.toml
@@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" }
27ra_assists = { path = "../ra_assists" } 27ra_assists = { path = "../ra_assists" }
28 28
29[dev-dependencies] 29[dev-dependencies]
30insta = "0.9.0" 30insta = "0.10.0"
31 31
32[dev-dependencies.proptest] 32[dev-dependencies.proptest]
33version = "0.9.0" 33version = "0.9.0"