cargo(deps): bump the utilities group across 1 directory with 2 updates#887
Merged
github-actions[bot] merged 1 commit intodevelopfrom Apr 1, 2026
Merged
Conversation
8cf9f13 to
63d1eb0
Compare
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>
63d1eb0 to
3b40fb6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the utilities group with 2 updates in the / directory: once_cell and rustc-hash.
Updates
once_cellfrom 1.21.3 to 1.21.4Changelog
Sourced from once_cell's changelog.
Commits
80fe900Merge pull request #296 from matklad/matklad/plfixa5e09c9release 1.21.42426d45Merge pull request #295 from matklad/matklad/plfixa144121Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features232a1a4Merge pull request #292 from phil-opp/doc-fixd31767bfix OnceCell::wait with features=parking_lot28d29aeFix:sync::OnceCell::try_insertdocs should importsyncvariant0f78fb0make the command 'cargo test --no-default-features' workfda60a6Merge pull request #287 from AbeZbm/add-testsb5b98c0Add tests for OnceRefUpdates
rustc-hashfrom 2.1.1 to 2.1.2Changelog
Sourced from rustc-hash's changelog.
Commits
fdb275cMerge pull request #67 from Noratrieb/new-versionacafa43Prepare 2.1.2140e525Merge pull request #65 from morrisonlevi/split_first_chunkf061387style: use consistent range format211455crefactor!: use split_first_chunk to help optimizer464a82fMerge pull request #63 from estebank/const-Default2170d5eOn nightly,impl const Default1a998d5Merge pull request #62 from CryZe/128-bit-on-more-platforms6849c16Use 128-bit Widening Multiply on More Platforms