Skip to content

fix(deps): update high-confidence-rust-minor#181

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/high-confidence-rust-minor
Open

fix(deps): update high-confidence-rust-minor#181
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/high-confidence-rust-minor

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
hashbrown dependencies minor 0.15.00.16.0 0.17.0
rand (source) dependencies minor 0.9.00.10.0 0.10.1
regress dev-dependencies minor =0.10.3=0.11.0 0.11.1
regress dependencies minor 0.10.10.11.0 0.11.1

Release Notes

rust-lang/hashbrown (hashbrown)

v0.16.1

Compare Source

Added
  • Added HashTable methods related to the raw bucket index (#​657)
  • Added VacantEntryRef::insert_with_key (#​579)
Changed
  • Removed specialization for Copy types (#​662)
  • The get_many_mut family of methods have been renamed to get_disjoint_mut
    to match the standard library. The old names are still present for now, but
    deprecated. (#​648)
  • Recognize and use over-sized allocations when using custom allocators. (#​523)
  • Depend on serde_core instead of serde. (#​649)
  • Optimized collect on rayon parallel iterators. (#​652)

v0.16.0

Compare Source

Changed
  • Bump foldhash, the default hasher, to 0.2.0.
  • Replaced DefaultHashBuilder with a newtype wrapper around foldhash instead
    of re-exporting it directly.
rust-random/rand (rand)

v0.10.0

Compare Source

Changes
  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#​1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#​1632)
  • Use Edition 2024 and MSRV 1.85 (#​1653)
  • Let Fill be implemented for element types, not sliceable types (#​1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#​1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#​1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#​1674)
  • Remove Clone support for StdRng, ReseedingRng (#​1677)
  • Use postcard instead of bincode to test the serde feature (#​1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#​1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#​1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#​1717)
Additions
  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#​1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#​1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#​1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#​1734)
Removals
ridiculousfish/regress (regress)

v0.11.0

Compare Source

v0.11.0

This release adds support for duplicate named capture groups and includes a set of correctness fixes around Unicode case folding, word-character handling, and capture-group indexing. Unicode data has also been updated to Unicode 17.

Added
  • Implement TC39 duplicate named capturing groups support, allowing the same group name in disjoint alternations.
  • Update Unicode data tables to Unicode 17.
Fixed
  • Fix incorrect ASCII executor behavior when Unicode mode and case-insensitive matching were combined.
  • Fix Unicode case-insensitive word-character handling for characters such as U+212A and U+017F (in fact the only such characters).
  • Fix a panic for character classes for certain script extensions

New Contributors

Full Changelog: ridiculousfish/regress@v0.10.4...v0.11.0

v0.10.5

Compare Source

What's Changed

  • impl Modifier by @​asukaminato0721 in #​133
  • Update hashbrown requirement from 0.15.0 to 0.16.0
  • Fixes a bug where a branch that could never match would incorrectly number capture groups #​131
  • Fixes a bug where certain non-greedy loops over empty capture groups might loop infinitely #​131
  • Various performance optimizations

Full Changelog: ridiculousfish/regress@v0.10.4...v0.10.5

v0.10.4

Compare Source

What's Changed

Welcome new committer @​asukaminato0721

Full Changelog: ridiculousfish/regress@v0.10.3...v0.10.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9am and before 5pm on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Mar 2, 2026
@renovate
renovate Bot enabled auto-merge March 2, 2026 11:08
stedi-pr-bot[bot]
stedi-pr-bot Bot previously approved these changes Mar 2, 2026
@renovate
renovate Bot force-pushed the renovate/high-confidence-rust-minor branch from 87c1f5c to 75239f8 Compare March 31, 2026 12:58
@stedi-renovator

Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@stedi-sentry stedi-sentry left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StediSentry: separate-approval policy satisfied — approving on behalf of the stedi-sentry team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant