Skip to content

Commit

Permalink
chore(deps): update rust crate insta to 1.31.0 (#37)
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.30.0` -> `1.31.0` |

---

### Release Notes

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

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

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

- Fixed a bug that caused `cargo insta test` not to report test
failures.
- Suppress `needless_raw_string_hashes` clippy lint on inline snapshots.
([#&#8203;390](https://togithub.com/mitsuhiko/insta/issues/390))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2023
1 parent 163af92 commit f9adce1
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.1"
insta = { version = "1.30.0", features = ["yaml"] }
insta = { version = "1.31.0", features = ["yaml"] }
serde = "1.0.171"
itertools = "0.11.0"

Expand Down

0 comments on commit f9adce1

Please sign in to comment.