Skip to content

Commit 7346a33

Browse files
authored
Update Rust crate insta to 1.44.2 (#2807)
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.44.1` -> `1.44.2` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.44.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1442) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.44.1...1.44.2) - Fix a rare backward compatibility issue where inline snapshots using an uncommon legacy format (single-line content stored in multiline raw strings) could fail to match after 1.44.0. [#&#8203;830](https://redirect.github.com/mitsuhiko/insta/issues/830) - Handle merge conflicts in snapshot files gracefully. When a snapshot file contains git merge conflict markers, insta now detects them and treats the snapshot as missing, allowing tests to continue and create a new pending snapshot for review. [#&#8203;829](https://redirect.github.com/mitsuhiko/insta/issues/829) - Skip nextest\_doctest tests when cargo-nextest is not installed. [#&#8203;826](https://redirect.github.com/mitsuhiko/insta/issues/826) - Fix functional tests failing under nextest due to inherited `NEXTEST_RUN_ID` environment variable. [#&#8203;824](https://redirect.github.com/mitsuhiko/insta/issues/824) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 1a17f6a commit 7346a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ indent_write = "2.2.0"
7575
indexmap = "2.12.1"
7676
indicatif = "0.18.3"
7777
indoc = "2.0.7"
78-
insta = { version = "1.44.1", default-features = false }
78+
insta = { version = "1.44.2", default-features = false }
7979
is_ci = "1.2.0"
8080
itertools = "0.14.0"
8181
libc = "0.2.177"

0 commit comments

Comments
 (0)