Updates insta to 0.15.0 and bumps console to 0.10.0

This commit is contained in:
kjeremy 2020-03-09 10:28:30 -04:00
parent bf3eef8897
commit d1e9f0af04
5 changed files with 10 additions and 11 deletions

View file

@ -12,4 +12,4 @@ cargo_metadata = "0.9.1"
serde_json = "1.0.48"
[dev-dependencies]
insta = "0.13.1"
insta = "0.15.0"

View file

@ -26,4 +26,4 @@ ra_cfg = { path = "../ra_cfg" }
tt = { path = "../ra_tt", package = "ra_tt" }
[dev-dependencies]
insta = "0.13.1"
insta = "0.15.0"

View file

@ -26,4 +26,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d713
chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d71340acc7a7204a33115fc63075d86452179" }
[dev-dependencies]
insta = "0.13.1"
insta = "0.15.0"

View file

@ -35,4 +35,4 @@ ra_assists = { path = "../ra_assists" }
hir = { path = "../ra_hir", package = "ra_hir" }
[dev-dependencies]
insta = "0.13.1"
insta = "0.15.0"