From 507c97a18cafc75ac055c912003a015cc5731443 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 21 May 2019 13:21:54 +0300 Subject: :arrow_up: 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 68ffcb2e9..cb4a8c3e3 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml @@ -27,4 +27,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } [dev-dependencies] flexi_logger = "0.11.0" -insta = "0.7.0" +insta = "0.8.1" diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 333706c1a..d399d5e2e 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml @@ -29,7 +29,7 @@ test_utils = { path = "../test_utils" } ra_assists = { path = "../ra_assists" } [dev-dependencies] -insta = "0.7.0" +insta = "0.8.1" [dev-dependencies.proptest] version = "0.9.0" -- cgit v1.2.3