Merge pull request #3859 from roc-lang/dependabot/cargo/insta-1.19.0

Bump insta from 1.18.2 to 1.19.0
This commit is contained in:
Folkert de Vries 2022-08-30 12:14:24 +02:00 committed by GitHub
commit 3dbf6cc99b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

5
Cargo.lock generated
View file

@ -1871,14 +1871,13 @@ checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
[[package]]
name = "insta"
version = "1.18.2"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a9aec10c9a062ef0454fd49ebaefa59239f836d1b30891d9cc2289978dd970"
checksum = "f37dc501f12ec0c339b385787fa89ffda3d5d2caa62e558da731134c24d6e0c4"
dependencies = [
"console",
"linked-hash-map",
"once_cell",
"serde",
"similar",
"yaml-rust",
]

View file

@ -37,4 +37,4 @@ tempfile = "3.2.0"
bumpalo = { version = "3.8.0", features = ["collections"] }
regex = "1.5.5"
lazy_static = "1.4.0"
insta = "1.18.2"
insta = "1.19.0"

View file

@ -29,4 +29,4 @@ lazy_static = "1.4.0"
indoc = "1.0.7"
ven_pretty = { path = "../../vendor/pretty" }
pretty_assertions = "1.0.0"
insta = "1.18.2"
insta = "1.19.0"

View file

@ -34,4 +34,4 @@ roc_test_utils = { path = "../test_utils" }
roc_solve = { path = "../compiler/solve" }
pretty_assertions = "1.0.0"
indoc = "1.0.7"
insta = "1.18.2"
insta = "1.19.0"