rspack
rspack copied to clipboard
chore(deps): update crates (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dashmap | workspace.dependencies | major | 5.5.3 -> 6.0.0 |
| handlebars | dependencies | major | 5.1.2 -> 6.0.0 |
| rustc-hash | workspace.dependencies | major | 1.1.0 -> 2.0.0 |
Release Notes
xacrimon/dashmap (dashmap)
v6.1.0
v6.0.1
This is a patch release, now the main release for v6 as v6.0.0 was yanked shortly after release.
Thanks to @JesusGuzmanJr for notifying me about a critical bug that was introduced so that I could resolve it: #304.
PRs for this release: #305 + https://github.com/xacrimon/dashmap/commit/d5c8be6213ca85d7e3ccbcc1eb5b95651ce7e253
v6.0.0
This release contains performance optimizations, most notably 10-40% gains on Apple Silicon but also 5-10% gains when measured in Intel Sapphire Rapids. This work was accomplished in:
Minor QoL improvements were made in:
Special to the following contributors for making this release possible:
sunng87/handlebars-rust (handlebars)
v6.1.0
- [Added] More data type support in comparison helpers [#673]
v6.0.0
- [Fixed] Various indent issue with partials, empty lines and helpers [#646] [#654] [#658]
- [Fixed] Bug when accessing nested path [#651]
- [Added] New public access to
PathSeg[#656] - [Added] New API to set single block params in
BlockContext[#655] - [Added]
From<RenderError>forRenderErrorReason[#644] - [Changed] Add
non_exhaustiveattribute to all public memebers [#647] - [Changed]
RenderContextAPI and improved performance for partial rendering [#661] [#662] - [Changed] Improved error messsage for template parsing [#638]
rust-lang/rustc-hash (rustc-hash)
v2.0.0
- Replace hash with faster and better finalized hash.
This replaces the previous "fxhash" algorithm originating in Firefox
with a custom hasher designed and implemented by Orson Peters (
@orlp). It was measured to have slightly better performance for rustc, has better theoretical properties and also includes a significantly better string hasher. - Fix
no_stdbuilds
v1.2.0
Note: This version has been yanked due to issues with the no_std feature!
- Add a
FxBuildHasherunit struct - Improve documentation
- Add seed API for supplying custom seeds other than 0
- Add
FxRandomStatebased onrand(behind therandfeature) for random seeds - Make many functions
const fn - Implement
CloneforFxHasherstruct
Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.