Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crate insta to 1.36.1 (#56)
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.35.1` -> `1.36.1` |

---

### Release Notes

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

###
[`v1.36.1`](https://github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1361)

[Compare
Source](https://github.com/mitsuhiko/insta/compare/1.36.0...1.36.1)

- Fix an ownership issue introduced in 1.36 with snapshot assertions.
[#&#8203;453](https://github.com/mitsuhiko/insta/issues/453)

###
[`v1.36.0`](https://github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1360)

[Compare
Source](https://github.com/mitsuhiko/insta/compare/1.35.1...1.36.0)

- Deprecate `INSTA_FORCE_UPDATE_SNAPSHOTS` env-var for
`INSTA_FORCE_UPDATE`.
The latter was documented, the former was implemented.
[#&#8203;449](https://github.com/mitsuhiko/insta/issues/449)

- Add `require_full_match` option.
[#&#8203;448](https://github.com/mitsuhiko/insta/issues/448)

- Deprecate `assert_display_snapshot!`.
[#&#8203;385](https://github.com/mitsuhiko/insta/issues/385)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent 88fccad commit 41f137f
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 @@ -11,7 +11,7 @@ winnow = "0.6.5"

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

Expand Down

0 comments on commit 41f137f

Please sign in to comment.