Skip to content

Commit

Permalink
chore(deps): update rust crate insta to 1.38.0 (#58)
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.36.1` -> `1.38.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.37.0...1.38.0)

- `Filters` is now constructible from `IntoIterator`.
[#&#8203;400](https://togithub.com/mitsuhiko/insta/issues/400)

- Change `std` macro calls to be fully qualified. This fixes issues
where
the prelude was not used or the macros were overridden.
[#&#8203;469](https://togithub.com/mitsuhiko/insta/issues/469)

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

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.36.1...1.37.0)

- All macros for file snapshots should now handle trailing commas (but
not yet inline snapshots)

- Vendored old `yaml-rust` dependency to avoid rustsec warnings.
[#&#8203;465](https://togithub.com/mitsuhiko/insta/issues/465)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 45e452b commit 5270ee7
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.36.1", features = ["yaml"] }
insta = { version = "1.38.0", features = ["yaml"] }
serde = "1.0.197"
itertools = "0.12.1"

Expand Down

0 comments on commit 5270ee7

Please sign in to comment.