Skip to content

Commit

Permalink
chore(deps): update rust crate insta to 1.30.0 (#31)
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://github.com/mitsuhiko/insta)) | dev-dependencies |
minor | `1.29.0` -> `1.30.0` |

---

### Release Notes

<details>
<summary>mitsuhiko/insta</summary>

###
[`v1.30.0`](https://github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#&#8203;1300)

[Compare
Source](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.0)

- Resolved a bug on Windows that caused `input_file` not to be written
into the
snapshots.
([#&#8203;386](https://github.com/mitsuhiko/insta/issues/386))
- Snapshots are accepted when running with `--accept` even if a test
outside
insta fails.
([#&#8203;358](https://github.com/mitsuhiko/insta/issues/358))
-   Mark settings drop guard as `#[must_use]`.
- Write inline snapshots with atomic rename to avoid some rare races.
([#&#8203;373](https://github.com/mitsuhiko/insta/issues/373))
- Pass `--color=...` to libtest to propagate color choices in more
situations.
([#&#8203;375](https://github.com/mitsuhiko/insta/issues/375))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 29, 2023
1 parent 80eb05e commit af2141a
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.17.0"
insta = { version = "1.29.0", features = ["yaml"] }
insta = { version = "1.30.0", features = ["yaml"] }
serde = "1.0.164"
itertools = "0.10.5"

Expand Down

0 comments on commit af2141a

Please sign in to comment.