chore(deps): Bump insta from 1.34.0 to 1.35.1 (#1203)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.35.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's
changelog</a>.</em></p>
<blockquote>
<h2>1.35.1</h2>
<ul>
<li>Fixed a bug with diffs showing bogus newlines.</li>
</ul>
<h2>1.35.0</h2>
<ul>
<li>Fixed a crash when a file named <code>.config</code> was in the
root.</li>
<li>Added new alternative <code>match .. { ... }</code> syntax to
redactions for better
<code>rustfmt</code> support. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/428">#428</a>)</li>
<li>The <code>--package</code> parameter can be supplied multiple times
now. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/427">#427</a>)</li>
<li>Leading newlines in snapshots are now ignored to resolve issues with
inline snapshots that were never able to match. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/444">#444</a>)</li>
<li><code>cargo insta test</code> now accepts the <code>--test</code>
parameter multiple times. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/437">#437</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a75308a722"><code>a75308a</code></a>
1.35.1</li>
<li><a
href="ffc3a9bf83"><code>ffc3a9b</code></a>
Trim on diff (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/445">#445</a>)</li>
<li><a
href="0d9c6c227f"><code>0d9c6c2</code></a>
1.35.0</li>
<li><a
href="fd86b00544"><code>fd86b00</code></a>
Accept --test multiple times</li>
<li><a
href="9f9c890b54"><code>9f9c890</code></a>
Clean up error location reporting for yaml parsing errors</li>
<li><a
href="64d6647447"><code>64d6647</code></a>
Add the file reference on a YAML error message (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/443">#443</a>)</li>
<li><a
href="c23b057463"><code>c23b057</code></a>
Add deprecation warning for --delete-unreferenced-snapshots (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/441">#441</a>)</li>
<li><a
href="1f9ee0f8fb"><code>1f9ee0f</code></a>
Only delete unreferenced snapshots after a successful test run (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/440">#440</a>)</li>
<li><a
href="0974fe8dd5"><code>0974fe8</code></a>
Ignore leading newlines on snapshot comparison (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/444">#444</a>)</li>
<li><a
href="2a60c07b0f"><code>2a60c07</code></a>
Clippy be happy</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/insta/compare/1.34.0...1.35.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.34.0&new-version=1.35.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-19 22:04:38 -05:00 committed by GitHub
parent c29606a24e
commit a48ab6e4bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -1850,9 +1850,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.34.0"
version = "1.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2"
dependencies = [
"console",
"lazy_static",