Skip to content

Commit

Permalink
chore(deps): update rust crate insta to 1.35.1 (#43)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [insta](https://insta.rs/)
([source](https://togithub.com/mitsuhiko/insta)) | dev-dependencies |
minor | `1.31.0` -> `1.35.1` |

---

### Release Notes

<details>
<summary>mitsuhiko/insta (insta)</summary>

###
[`v1.35.1`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1351)

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.35.0...1.35.1)

-   Fixed a bug with diffs showing bogus newlines.

###
[`v1.35.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1350)

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.34.0...1.35.0)

-   Fixed a crash when a file named `.config` was in the root.
- Added new alternative `match .. { ... }` syntax to redactions for
better
`rustfmt` support.
([#&#8203;428](https://togithub.com/mitsuhiko/insta/issues/428))
- The `--package` parameter can be supplied multiple times now.
([#&#8203;427](https://togithub.com/mitsuhiko/insta/issues/427))
-   Leading newlines in snapshots are now ignored to resolve issues with
inline snapshots that were never able to match.
([#&#8203;444](https://togithub.com/mitsuhiko/insta/issues/444))
- `cargo insta test` now accepts the `--test` parameter multiple times.
([#&#8203;437](https://togithub.com/mitsuhiko/insta/issues/437))

###
[`v1.34.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1340)

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.33.0...1.34.0)

- Snapshots are now sorted in the UI on review.
([#&#8203;413](https://togithub.com/mitsuhiko/insta/issues/413))
- Re-organized repository to move `cargo-insta` into a workspace.
([#&#8203;410](https://togithub.com/mitsuhiko/insta/issues/410))
- Fixed handling of `--manifest-path` with regards to virtual
workspaces.
([#&#8203;409](https://togithub.com/mitsuhiko/insta/issues/409))

###
[`v1.33.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1330)

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.32.0...1.33.0)

- Added `--all-targets` parameter support to `cargo insta test`.
([#&#8203;408](https://togithub.com/mitsuhiko/insta/issues/408))

###
[`v1.32.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1320)

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.31.0...1.32.0)

-   Added `--profile` parameter support to `cargo insta test`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/zharinov/verver).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjAwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 5e3a128 commit cbe0bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ winnow = "0.4.7"

[dev-dependencies]
rstest = "0.18.2"
insta = { version = "1.31.0", features = ["yaml"] }
insta = { version = "1.35.1", features = ["yaml"] }
serde = "1.0.197"
itertools = "0.11.0"

Expand Down

0 comments on commit cbe0bcc

Please sign in to comment.