diff --git a/Cargo.lock b/Cargo.lock index e1029bf238..a9b3b19022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/crates/compiler/solve/Cargo.toml b/crates/compiler/solve/Cargo.toml index 7c56c400d7..144348c83b 100644 --- a/crates/compiler/solve/Cargo.toml +++ b/crates/compiler/solve/Cargo.toml @@ -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" diff --git a/crates/compiler/test_derive/Cargo.toml b/crates/compiler/test_derive/Cargo.toml index f1b4562240..8fd6fc4779 100644 --- a/crates/compiler/test_derive/Cargo.toml +++ b/crates/compiler/test_derive/Cargo.toml @@ -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" diff --git a/crates/reporting/Cargo.toml b/crates/reporting/Cargo.toml index fac8f7a8eb..10477c52fd 100644 --- a/crates/reporting/Cargo.toml +++ b/crates/reporting/Cargo.toml @@ -33,4 +33,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"