From dd10ff48f1f04bab73c77b647442a5eaf2f1fa43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:45:28 +0000 Subject: [PATCH] Bump insta from 1.42.2 to 1.43.1 in /backend Bumps [insta](https://github.com/mitsuhiko/insta) from 1.42.2 to 1.43.1. - [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.42.2...1.43.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 32 ++------------------------------ backend/reconcile/Cargo.toml | 2 +- backend/sync_lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 32 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4d40e80e..d419e4de 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1211,14 +1211,12 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.2" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084" +checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" dependencies = [ "console", - "linked-hash-map", "once_cell", - "pin-project", "similar", ] @@ -1276,12 +1274,6 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - [[package]] name = "linux-raw-sys" version = "0.4.14" @@ -1522,26 +1514,6 @@ version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" -[[package]] -name = "pin-project" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.90", -] - [[package]] name = "pin-project-lite" version = "0.2.15" diff --git a/backend/reconcile/Cargo.toml b/backend/reconcile/Cargo.toml index 61e7edf8..5c10f85e 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.219", optional = true, features = ["derive"] } serde = [ "dep:serde" ] [dev-dependencies] -insta = "1.42.2" +insta = "1.43.1" pretty_assertions = "1.4.1" serde = { version = "1.0.219", features = ["derive"] } serde_yaml ="0.9.34" diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index 72f3de87..8b98d1ed 100644 --- a/backend/sync_lib/Cargo.toml +++ b/backend/sync_lib/Cargo.toml @@ -23,7 +23,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true } [dev-dependencies] wasm-bindgen-test = "0.3.49" -insta = "1.42.2" +insta = "1.43.1" [features] default = ["console_error_panic_hook"]