From 49dd5af13d2215d9a67676d6be91e8762de6e29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 07:14:24 +0000 Subject: [PATCH] Bump insta from 1.19.0 to 1.20.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.19.0...1.20.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/compiler/solve/Cargo.toml | 2 +- crates/compiler/test_derive/Cargo.toml | 2 +- crates/reporting/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d68899e552..c3299d5499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1871,9 +1871,9 @@ checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca" [[package]] name = "insta" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37dc501f12ec0c339b385787fa89ffda3d5d2caa62e558da731134c24d6e0c4" +checksum = "58a931b01c76064c5be919faa2ef0dc570e9a889dcd1e5fef08a8ca6eb4d6c0b" dependencies = [ "console", "linked-hash-map", @@ -5341,9 +5341,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" +checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" dependencies = [ "cfg-if 1.0.0", "js-sys", diff --git a/crates/compiler/solve/Cargo.toml b/crates/compiler/solve/Cargo.toml index 2bd339c042..4e085f2da1 100644 --- a/crates/compiler/solve/Cargo.toml +++ b/crates/compiler/solve/Cargo.toml @@ -37,4 +37,4 @@ tempfile = "3.2.0" bumpalo = { version = "3.11.0", features = ["collections"] } regex = "1.5.5" lazy_static = "1.4.0" -insta = "1.19.0" +insta = "1.20.0" diff --git a/crates/compiler/test_derive/Cargo.toml b/crates/compiler/test_derive/Cargo.toml index 11a3622eee..2b03ef57d4 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.3.0" -insta = "1.19.0" +insta = "1.20.0" diff --git a/crates/reporting/Cargo.toml b/crates/reporting/Cargo.toml index 75df48621b..0e548f7fcd 100644 --- a/crates/reporting/Cargo.toml +++ b/crates/reporting/Cargo.toml @@ -34,4 +34,4 @@ roc_test_utils = { path = "../test_utils" } roc_solve = { path = "../compiler/solve" } pretty_assertions = "1.3.0" indoc = "1.0.7" -insta = "1.19.0" +insta = "1.20.0"