Skip to content

Commit

Permalink
build(deps): Bump insta from 1.38.0 to 1.39.0 (raviqqe#544)
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.38.0 to 1.39.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/releases">insta's
releases</a>.</em></p>
<blockquote>
<h2>1.39.0</h2>
<h2>Release Notes</h2>
<ul>
<li>
<p>Fixed a bug in <code>require_full_match</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/485">#485</a></p>
</li>
<li>
<p>Fixed a bug that caused snapshot and module names to sometimes be
inaccurate. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/483">#483</a></p>
</li>
<li>
<p>Insta will no longer error when removing snapshots that were already
removed. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/484">#484</a></p>
</li>
<li>
<p>Added support for trailing commas in inline snapshots. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/472">#472</a></p>
</li>
<li>
<p>Don't pass <code>--color</code> in all cases to <code>libtest</code>
any more to work around limitations
with custom test harnesses. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/491">#491</a></p>
</li>
</ul>
<h2>Install cargo-insta 1.39.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -c &quot;irm
https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-installer.ps1
| iex&quot;
</code></pre>
<h2>Download cargo-insta 1.39.0</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.39.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<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.39.0</h2>
<ul>
<li>
<p>Fixed a bug in <code>require_full_match</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/485">#485</a></p>
</li>
<li>
<p>Fixed a bug that caused snapshot and module names to sometimes be
inaccurate. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/483">#483</a></p>
</li>
<li>
<p>Insta will no longer error when removing snapshots that were already
removed. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/484">#484</a></p>
</li>
<li>
<p>Added support for trailing commas in inline snapshots. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/472">#472</a></p>
</li>
<li>
<p>Don't pass <code>--color</code> in all cases to <code>libtest</code>
any more to work around limitations
with custom test harnesses. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/491">#491</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/922c68f71a90c1541d29e62f5bb2cd2151fce300"><code>922c68f</code></a>
1.39.0</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/f291ca825f6e9e1351c8d3a5ae410ee7f377a677"><code>f291ca8</code></a>
Improve the docs on the snapshot macro</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/65947be37ba1ce97964f0a6e7439075bb9684b5f"><code>65947be</code></a>
Only pass --color if not always to work around custom runners (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/491">#491</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/58daea1a4e565b2d2ae8700e7e54bd63ab8daf58"><code>58daea1</code></a>
Fix bad doctest</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/f146f472eb1317c0d6dc13a369da11aa9ddca1d9"><code>f146f47</code></a>
Mention disabling of features in compile time docs</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/23d0e4d149de0516ca2849435f23fe99df0db4b3"><code>23d0e4d</code></a>
Document use without cargo-insta</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/be224940d878b6e8d094fd534063fab4b26ac23e"><code>be22494</code></a>
Merge branch 'master' of github.com:mitsuhiko/insta</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/1d2dd4a92f5a68beaf65274d46087b9ee0ed438e"><code>1d2dd4a</code></a>
Added changelog entry</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/acb1ce59cb1ddab7c7f240eb352694ff5df1b8ba"><code>acb1ce5</code></a>
Improve docs for snapshot updates (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/479">#479</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/a4f96da50581ffd729cd296180b899c992a3b1c9"><code>a4f96da</code></a>
Allow trailing commas in inline snapshots (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/472">#472</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/insta/compare/1.38.0...1.39.0">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.38.0&new-version=1.39.0)](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>
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent 4efd971 commit 2582b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion melior/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ once_cell = "1"

[dev-dependencies]
indoc = "2.0.5"
insta = "1.38.0"
insta = "1.39.0"
pretty_assertions = "1.4.0"

0 comments on commit 2582b40

Please sign in to comment.