Skip to content

Commit 4166e34

Browse files
chore(deps): update rust crate insta to v1.47.2 (#280)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | minor | `1.46.3` → `1.47.2` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1472) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.1...1.47.2) - Restore `Send + Sync` on `Settings`, `Redactions`, and `Redaction` by reverting the `Arc` to `Rc` change from 1.47.0, which was semver-breaking. [#&#8203;873](https://redirect.github.com/mitsuhiko/insta/issues/873) [#&#8203;874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Add `Send + Sync` bounds to `Comparator` trait for consistency with `Arc`-based storage. [#&#8203;872](https://redirect.github.com/mitsuhiko/insta/issues/872) - Add compile-time assertion to prevent future auto-trait regressions. ### [`v1.47.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1471) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.0...1.47.1) - Revert sorting of sequences in `sort_maps`. The change in 1.47.0 sorted all `Seq` values (including `Vec`), not just non-deterministic collections like `HashSet`, which was a breaking change. [#&#8203;876](https://redirect.github.com/mitsuhiko/insta/issues/876) ### [`v1.47.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1470) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.3...1.47.0) - Add `Comparator` trait for customizing how snapshot values are compared. [#&#8203;872](https://redirect.github.com/mitsuhiko/insta/issues/872) ([@&#8203;dstu](https://redirect.github.com/dstu)) - Sort sequences in `sort_maps` to fix non-deterministic `HashSet` snapshots. [#&#8203;876](https://redirect.github.com/mitsuhiko/insta/issues/876) - Improve TOML serialization error message for unsupported types, suggesting `assert_json_snapshot!` or `assert_yaml_snapshot!` as alternatives. [#&#8203;880](https://redirect.github.com/mitsuhiko/insta/issues/880) - Remove unnecessary `Send + Sync` bounds from `Redaction`, allowing non-`Send` closures in dynamic redactions. [#&#8203;874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Don't use `Arc` in `Settings` unnecessarily. [#&#8203;873](https://redirect.github.com/mitsuhiko/insta/issues/873) ([@&#8203;dstu](https://redirect.github.com/dstu)) - Upgrade `console` to 0.16 and MSRV to 1.66. [#&#8203;885](https://redirect.github.com/mitsuhiko/insta/issues/885) - Upgrade `toml-edit` to 0.25. [#&#8203;882](https://redirect.github.com/mitsuhiko/insta/issues/882) ([@&#8203;alexanderkjall](https://redirect.github.com/alexanderkjall)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-extensions/ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 764fce9 commit 4166e34

File tree

1 file changed

+8
-82
lines changed

1 file changed

+8
-82
lines changed

Cargo.lock

Lines changed: 8 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)