3978: insta 0.16 r=matklad a=kjeremy



Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
bors[bot] 2020-04-15 08:31:18 +00:00 committed by GitHub
commit d6327297e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -495,9 +495,9 @@ dependencies = [
[[package]]
name = "insta"
version = "0.15.0"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de3f029212a3fe78a6090f1f2b993877ca245a9ded863f3fcbd6eae084fc1ed"
checksum = "8386e795fb3927131ea4cede203c529a333652eb6dc4ff29616b832b27e9b096"
dependencies = [
"console",
"difference",

View file

@ -13,4 +13,4 @@ serde_json = "1.0.48"
jod-thread = "0.1.1"
[dev-dependencies]
insta = "0.15.0"
insta = "0.16.0"

View file

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

View file

@ -31,4 +31,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc90
chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc904a05f8cb3d0c682c9a57a63dda7a35356" }
[dev-dependencies]
insta = "0.15.0"
insta = "0.16.0"

View file

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