diff options
author | kjeremy <[email protected]> | 2019-10-24 15:35:22 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-10-24 15:35:22 +0100 |
commit | 64c1dd10b84b73207474f8a099a445aa9e724ce6 (patch) | |
tree | fd6b35b6f19a96c2a60f43a4665d23333ab4e0b9 /crates | |
parent | 95cf5c86fae3adf3bb38521905bf357450125709 (diff) |
bump insta
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index edf1fa49b..54c09788a 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -28,4 +28,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } | |||
28 | lalrpop-intern = "0.15.1" | 28 | lalrpop-intern = "0.15.1" |
29 | 29 | ||
30 | [dev-dependencies] | 30 | [dev-dependencies] |
31 | insta = "0.11.0" | 31 | insta = "0.12.0" |
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" |