From f9adce192fe28c71af75387518668100a11c1729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 18:33:43 +0300 Subject: [PATCH] chore(deps): update rust crate insta to 1.31.0 (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
mitsuhiko/insta (insta) ### [`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. ([#​390](https://togithub.com/mitsuhiko/insta/issues/390))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7666da5..4d1ce5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"