rspack icon indicating copy to clipboard operation
rspack copied to clipboard

chore(deps): update crates (major)

Open renovate[bot] opened this issue 1 year ago • 2 comments

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

Compare Source

v6.0.1

Compare Source

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

Compare Source

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

Compare Source

  • [Added] More data type support in comparison helpers [#​673]

v6.0.0

Compare Source

  • [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> for RenderErrorReason [#​644]
  • [Changed] Add non_exhaustive attribute to all public memebers [#​647]
  • [Changed] RenderContext API 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

Compare Source

  • 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_std builds

v1.2.0

Note: This version has been yanked due to issues with the no_std feature!

  • Add a FxBuildHasher unit struct
  • Improve documentation
  • Add seed API for supplying custom seeds other than 0
  • Add FxRandomState based on rand (behind the rand feature) for random seeds
  • Make many functions const fn
  • Implement Clone for FxHasher struct

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.

renovate[bot] avatar Jun 25 '24 19:06 renovate[bot]