From ecaa914879fc4ad3f985f991e079a8430246bbf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:51:12 +0100 Subject: [PATCH] Bump insta from 1.41.1 to 1.42.2 in /backend (#15) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Cargo.lock | 27 ++++++++++++++++++++++++--- backend/reconcile/Cargo.toml | 2 +- backend/sync_lib/Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5a5628f..9a9ec6e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1304,13 +1304,14 @@ dependencies = [ [[package]] name = "insta" -version = "1.41.1" +version = "1.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" +checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084" dependencies = [ "console", - "lazy_static", "linked-hash-map", + "once_cell", + "pin-project", "similar", ] @@ -1732,6 +1733,26 @@ 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 99e7d6e..c96ccba 100644 --- a/backend/reconcile/Cargo.toml +++ b/backend/reconcile/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.219", optional = true } serde = [ "dep:serde" ] [dev-dependencies] -insta = "1.41.1" +insta = "1.42.2" pretty_assertions = "1.4.1" test-case = "3.3.1" diff --git a/backend/sync_lib/Cargo.toml b/backend/sync_lib/Cargo.toml index ef48f6e..72f3de8 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.41.1" +insta = "1.42.2" [features] default = ["console_error_panic_hook"]