From 64c1dd10b84b73207474f8a099a445aa9e724ce6 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Thu, 24 Oct 2019 10:35:22 -0400 Subject: bump insta --- crates/ra_hir/Cargo.toml | 2 +- crates/ra_ide_api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') 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" } lalrpop-intern = "0.15.1" [dev-dependencies] -insta = "0.11.0" +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" } ra_assists = { path = "../ra_assists" } [dev-dependencies] -insta = "0.11.0" +insta = "0.12.0" [dev-dependencies.proptest] version = "0.9.0" -- cgit v1.2.3