Skip to content

Commit

Permalink
build(deps): Bump insta from 1.33.0 to 1.34.0 (#345)
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.33.0 to 1.34.0.
<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.34.0</h2>
<ul>
<li>Snapshots are now sorted in the UI on review. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/413">#413</a>)</li>
<li>Re-organized repository to move <code>cargo-insta</code> into a
workspace. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/410">#410</a>)</li>
<li>Fixed handling of <code>--manifest-path</code> with regards to
virtual workspaces. (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/409">#409</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/324cd7154a2f5e4b5198747049202f69305c2ac5"><code>324cd71</code></a>
1.34.0</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/c0dc69357b9735b73a46b2423f0bc679d192adcb"><code>c0dc693</code></a>
Sort snapshot containers (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/413">#413</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/57252ed3175ac5d40c6bfb743a07f6340968b6b4"><code>57252ed</code></a>
Added changelog entry</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/452fdc4abfc27d81db2deca3a9852f998932f395"><code>452fdc4</code></a>
Improve development experience by moving to a workspace (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/410">#410</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/ef00fb6d24c63d188becf355e425613e97844c0f"><code>ef00fb6</code></a>
Added changlog entry</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/2e8ceba95b90a2990c72f24daf7ea207ca2cde63"><code>2e8ceba</code></a>
cargo-insta: fix --manifest-path &lt;virtual-workspace&gt; (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/409">#409</a>)</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/insta/compare/1.33.0...1.34.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.33.0&new-version=1.34.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent a81343a commit a32d540
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 @@ -21,7 +21,7 @@ once_cell = "1"

[dev-dependencies]
indoc = "2.0.4"
insta = "1.33.0"
insta = "1.34.0"
pretty_assertions = "1.4.0"

[[bench]]
Expand Down

0 comments on commit a32d540

Please sign in to comment.