diff options
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index f9bf0c686..f66f0a6ba 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -32,7 +32,7 @@ test_utils = { path = "../test_utils" } | |||
32 | ra_assists = { path = "../ra_assists" } | 32 | ra_assists = { path = "../ra_assists" } |
33 | 33 | ||
34 | [dev-dependencies] | 34 | [dev-dependencies] |
35 | insta = "0.11.0" | 35 | insta = "0.12.0" |
36 | 36 | ||
37 | [dev-dependencies.proptest] | 37 | [dev-dependencies.proptest] |
38 | version = "0.9.0" | 38 | version = "0.9.0" |