From 03074bf5fcddb26b70f788b8c03e0d0301aefbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:08:39 +0000 Subject: [PATCH] Bump insta from 1.42.2 to 1.43.2 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.42.2 to 1.43.2. - [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.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++------------------------------ savefile-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c07faa5..b3b8cb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,14 +332,12 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.2" +version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084" +checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" dependencies = [ "console", - "linked-hash-map", "once_cell", - "pin-project", "serde", "similar", ] @@ -381,12 +379,6 @@ dependencies = [ "windows-targets", ] -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - [[package]] name = "lock_api" version = "0.4.12" @@ -567,26 +559,6 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" -[[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.106", -] - [[package]] name = "pin-project-lite" version = "0.2.16" diff --git a/savefile-test/Cargo.toml b/savefile-test/Cargo.toml index c6dea7c..492ed81 100644 --- a/savefile-test/Cargo.toml +++ b/savefile-test/Cargo.toml @@ -30,7 +30,7 @@ bit-set="0.8" rustc-hash="2.1.0" quickcheck="1.0" quickcheck_macros ="1.0" -insta = { version = "1.41.1", features = ["yaml"] } +insta = { version = "1.43.2", features = ["yaml"] } nalgebra="0.33" tokio= { version = "1.47.1", features = ["test-util", "rt-multi-thread", "full"] } async-trait = "0.1"