Skip to content

chore(deps): update rust crate insta to v1.47.2#145

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/insta-1.x-lockfile
Open

chore(deps): update rust crate insta to v1.47.2#145
renovate[bot] wants to merge 1 commit intomainfrom
renovate/insta-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 29, 2025

This PR contains the following updates:

Package Type Update Change
insta (source) dev-dependencies minor 1.45.01.47.2

Release Notes

mitsuhiko/insta (insta)

v1.47.2

Compare Source

  • Restore Send + Sync on Settings, Redactions, and Redaction by
    reverting the Arc to Rc change from 1.47.0, which was semver-breaking.
    #​873 #​874
  • Add Send + Sync bounds to Comparator trait for consistency with
    Arc-based storage. #​872
  • Add compile-time assertion to prevent future auto-trait regressions.

v1.47.1

Compare Source

  • 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. #​876

v1.47.0

Compare Source

  • Add Comparator trait for customizing how snapshot values are compared. #​872 (@​dstu)
  • Sort sequences in sort_maps to fix non-deterministic HashSet snapshots. #​876
  • Improve TOML serialization error message for unsupported types, suggesting assert_json_snapshot! or assert_yaml_snapshot! as alternatives. #​880
  • Remove unnecessary Send + Sync bounds from Redaction, allowing non-Send closures in dynamic redactions. #​874
  • Don't use Arc in Settings unnecessarily. #​873 (@​dstu)
  • Upgrade console to 0.16 and MSRV to 1.66. #​885
  • Upgrade toml-edit to 0.25. #​882 (@​alexanderkjall)

v1.46.3

Compare Source

  • Fix inline escaped snapshots incorrectly stripping leading newlines when content contains control characters like carriage returns. The escaped format (used for snapshots with control chars) now correctly preserves the original content without stripping a non-existent formatting newline. #​865

v1.46.2

Compare Source

  • Fix inline snapshot corruption with carriage returns. The leading_space() function incorrectly treated \r as indentation, causing carriage returns to be stripped from snapshot content. #​866
  • Remove < 0.4.17 upper bound on globset dependency. #​864

v1.46.1

Compare Source

  • Fix inline snapshot corruption when multiple snapshots appear inside with_settings! macro. #​858

v1.46.0

Compare Source

  • Add INSTA_PENDING_DIR environment variable for Bazel and other hermetic build systems. When set, pending snapshots are written to a separate directory while keeping the source tree read-only. We are very open to feedback on this feature. #​852
  • Fix documentation for test.runner_fallback config key. #​853

v1.45.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title chore(deps): update rust crate insta to v1.45.1 chore(deps): update rust crate insta to v1.46.0 Jan 4, 2026
@renovate renovate Bot force-pushed the renovate/insta-1.x-lockfile branch from 469667b to d3b9aa4 Compare January 4, 2026 01:44
@renovate renovate Bot changed the title chore(deps): update rust crate insta to v1.46.0 chore(deps): update rust crate insta to v1.46.1 Jan 15, 2026
@renovate renovate Bot force-pushed the renovate/insta-1.x-lockfile branch from d3b9aa4 to 0c696df Compare January 15, 2026 20:50
@renovate renovate Bot changed the title chore(deps): update rust crate insta to v1.46.1 chore(deps): update rust crate insta to v1.46.2 Jan 31, 2026
@renovate renovate Bot force-pushed the renovate/insta-1.x-lockfile branch from 0c696df to 02f1e81 Compare January 31, 2026 08:45
@renovate renovate Bot changed the title chore(deps): update rust crate insta to v1.46.2 chore(deps): update rust crate insta to v1.46.3 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/insta-1.x-lockfile branch from 02f1e81 to 5e60137 Compare February 2, 2026 21:42
@renovate renovate Bot changed the title chore(deps): update rust crate insta to v1.46.3 chore(deps): update rust crate insta to v1.47.2 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/insta-1.x-lockfile branch from 5e60137 to 40c88b4 Compare March 31, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants