Skip to content

Update Rust crate iddqd to 0.3.3 #8249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

oxide-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
iddqd workspace.dependencies patch 0.3.0 -> 0.3.3

Release Notes

oxidecomputer/iddqd (iddqd)

v0.3.3

Compare Source

Added
  • A lot of new documentation. Most functions now have doctests.
Fixed
  • Serde implementations no longer do internal buffering.
  • Serde implementations now reserve capacity if the size hint is available; thanks @​aatifsyed for your first contribution!
  • A few unnecessary bounds have been loosened.

v0.3.2

Compare Source

Added
  • The hash map types now support custom hashers.
  • With the new allocator-api2 feature (enabled by default), the hash map types now support custom allocators, including on stable. See the bumpalo-alloc example.
  • Added some documentation explaining iteration order.
  • Added a note in the README and lib.rs that small copyable keys like integers are best returned as owned ones.
Changed
  • Dropped the Ord requirement for Comparable keys. (The Hash requirement for Equivalent continues to be required.)

v0.3.1

Compare Source

Added
  • Re-export equivalent::Equivalent and equivalent::Comparable.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label May 31, 2025
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.

0 participants