From ec46ff739cd10fa578ee8954a63dbb19912bcbe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:50:29 +0200 Subject: [PATCH] Update Rust crate insta to v1.43.2 (#15723) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | patch | `1.43.1` -> `1.43.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
mitsuhiko/insta (insta) ### [`v1.43.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1432) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.43.1...1.43.2) - Fix panics when `cargo metadata` fails to execute or parse (e.g., when cargo is not in PATH or returns invalid output). Now falls back to using the manifest directory as the workspace root. [#​798](https://redirect.github.com/mitsuhiko/insta/issues/798) ([@​adriangb](https://redirect.github.com/adriangb)) - Fix clippy `uninlined_format_args` lint warnings. [#​801](https://redirect.github.com/mitsuhiko/insta/issues/801) - Changed diff line numbers to 1-based indexing. [#​799](https://redirect.github.com/mitsuhiko/insta/issues/799) - Preserve snapshot names with `INSTA_GLOB_FILTER`. [#​786](https://redirect.github.com/mitsuhiko/insta/issues/786) - Bumped `libc` crate to `0.2.174`, fixing building on musl targets, and increasing the MSRV of `insta` to `1.64.0` (released Sept 2022). [#​784](https://redirect.github.com/mitsuhiko/insta/issues/784) - Fix clippy 1.88 errors. [#​783](https://redirect.github.com/mitsuhiko/insta/issues/783) - Fix source path in snapshots for non-child workspaces. [#​778](https://redirect.github.com/mitsuhiko/insta/issues/778) - Add lifetime to Selector in redaction iterator. [#​779](https://redirect.github.com/mitsuhiko/insta/issues/779)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4083f026..1f7606fbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,9 +2045,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.1" +version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" +checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" dependencies = [ "console 0.15.11", "once_cell",