Skip to content

cargo(deps): bump the utilities group across 1 directory with 2 updates#887

Merged
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/cargo/develop/utilities-628195a666
Apr 1, 2026
Merged

cargo(deps): bump the utilities group across 1 directory with 2 updates#887
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/cargo/develop/utilities-628195a666

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Bumps the utilities group with 2 updates in the / directory: once_cell and rustc-hash.

Updates once_cell from 1.21.3 to 1.21.4

Changelog

Sourced from once_cell's changelog.

1.21.4

  • Fix unsoundness in OnceCell::wait under --features=parking_lot, #295.

    If thread A calls wait, while thread B calls get_or_try_init(f), and, furthermore, f panics, the wait incorrectly returns and thread A observes uninitialized memory.

    Kudos to @​meng-xu-cs for a nice find!

Commits
  • 80fe900 Merge pull request #296 from matklad/matklad/plfix
  • a5e09c9 release 1.21.4
  • 2426d45 Merge pull request #295 from matklad/matklad/plfix
  • a144121 Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features
  • 232a1a4 Merge pull request #292 from phil-opp/doc-fix
  • d31767b fix OnceCell::wait with features=parking_lot
  • 28d29ae Fix: sync::OnceCell::try_insert docs should import sync variant
  • 0f78fb0 make the command 'cargo test --no-default-features' work
  • fda60a6 Merge pull request #287 from AbeZbm/add-tests
  • b5b98c0 Add tests for OnceRef
  • See full diff in compare view

Updates rustc-hash from 2.1.1 to 2.1.2

Changelog

Sourced from rustc-hash's changelog.

2.1.2

Commits
  • fdb275c Merge pull request #67 from Noratrieb/new-version
  • acafa43 Prepare 2.1.2
  • 140e525 Merge pull request #65 from morrisonlevi/split_first_chunk
  • f061387 style: use consistent range format
  • 211455c refactor!: use split_first_chunk to help optimizer
  • 464a82f Merge pull request #63 from estebank/const-Default
  • 2170d5e On nightly, impl const Default
  • 1a998d5 Merge pull request #62 from CryZe/128-bit-on-more-platforms
  • 6849c16 Use 128-bit Widening Multiply on More Platforms
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust labels Apr 1, 2026
@dependabot dependabot Bot requested a review from Dwlad90 as a code owner April 1, 2026 10:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust labels Apr 1, 2026
@dependabot dependabot Bot changed the title cargo(deps): bump the utilities group with 2 updates cargo(deps): bump the utilities group across 1 directory with 2 updates Apr 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/develop/utilities-628195a666 branch from 8cf9f13 to 63d1eb0 Compare April 1, 2026 10:30
Bumps the utilities group with 2 updates: [once_cell](https://github.com/matklad/once_cell) and [rustc-hash](https://github.com/rust-lang/rustc-hash).


Updates `once_cell` from 1.21.3 to 1.21.4
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.3...v1.21.4)

Updates `rustc-hash` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rustc-hash@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: utilities
- dependency-name: rustc-hash
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: utilities
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/develop/utilities-628195a666 branch from 63d1eb0 to 3b40fb6 Compare April 1, 2026 11:19
@github-actions github-actions Bot merged commit 4c8fcd7 into develop Apr 1, 2026
14 checks passed
@github-actions github-actions Bot deleted the dependabot/cargo/develop/utilities-628195a666 branch April 1, 2026 11:57
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 production rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant