Skip to content

Update Rust crate iddqd to 0.4.2#3365

Merged
sunshowers merged 1 commit into
mainfrom
renovate/iddqd-0.x
May 23, 2026
Merged

Update Rust crate iddqd to 0.4.2#3365
sunshowers merged 1 commit into
mainfrom
renovate/iddqd-0.x

Conversation

@nextest-bot
Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
iddqd workspace.dependencies patch 0.4.10.4.2

Release Notes

oxidecomputer/iddqd (iddqd)

v0.4.2

Compare Source

Fixed
  • The retain callbacks no longer permit the RefMut to be stashed outside them. This is technically a breaking change, but is being treated as a soundness bugfix.
  • A number of soundness and resilience fixes for pathological implementations. These were found through a combination of human-driven analysis, example-based tests with Miri, chaos testing using fault injection with proptest, and adversarial code review from Claude Opus 4.7 and GPT-5.5. In particular, iddqd now more consistently preserves internal map state across panics in user code by using patterns like prepare-then-commit, index-based cleanup, cached hashes, and careful ordering of user-code execution relative to internal mutations.
Changed
  • MSRV updated to Rust 1.85.

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 8pm,before 6am"
  • Automerge
    • "after 8pm,before 6am"

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label May 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.53%. Comparing base (6b14ede) to head (5a02859).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3365   +/-   ##
=======================================
  Coverage   85.53%   85.53%           
=======================================
  Files         160      160           
  Lines       47954    47954           
=======================================
+ Hits        41016    41017    +1     
+ Misses       6938     6937    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 23, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@sunshowers sunshowers merged commit df77b8b into main May 23, 2026
26 of 27 checks passed
@sunshowers sunshowers deleted the renovate/iddqd-0.x branch May 23, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants