From 8d2068cf323f08f4747fa142a8437f503246addc Mon Sep 17 00:00:00 2001 From: kjeremy Date: Wed, 31 Jul 2019 10:05:00 -0400 Subject: Update insta to 0.9.0 and cargo update --- 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 af4071e6f..285b3c63a 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" } lalrpop-intern = "0.15.1" [dev-dependencies] -insta = "0.8.1" +insta = "0.9.0" diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 78a3db14d..dd11ec0f6 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml @@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" } ra_assists = { path = "../ra_assists" } [dev-dependencies] -insta = "0.8.1" +insta = "0.9.0" [dev-dependencies.proptest] version = "0.9.0" -- cgit v1.2.3