marc2332 / freya

Cross-platform GUI library for πŸ¦€ Rust powered by 🧬 Dioxus and 🎨 Skia.
https://freyaui.dev/
MIT License
1.41k stars 56 forks source link

fix(deps): update rust crate dashmap to v6 #739

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dashmap dependencies major 5.4.0 -> 6.0.0

Release Notes

xacrimon/dashmap (dashmap) ### [`v6.0.1`](https://togithub.com/xacrimon/dashmap/releases/tag/v6.0.1) [Compare Source](https://togithub.com/xacrimon/dashmap/compare/v6.0.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](https://togithub.com/JesusGuzmanJr) for notifying me about a critical bug that was introduced so that I could resolve it: [#​304](https://togithub.com/xacrimon/dashmap/issues/304). PRs for this release: [#​305](https://togithub.com/xacrimon/dashmap/issues/305) + https://github.com/xacrimon/dashmap/commit/d5c8be6213ca85d7e3ccbcc1eb5b95651ce7e253 ### [`v6.0.0`](https://togithub.com/xacrimon/dashmap/releases/tag/v6.0.0) [Compare Source](https://togithub.com/xacrimon/dashmap/compare/v5.5.3+small-opts...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: - [#​303](https://togithub.com/xacrimon/dashmap/issues/303) - [#​287](https://togithub.com/xacrimon/dashmap/issues/287) Minor QoL improvements were made in: - [#​302](https://togithub.com/xacrimon/dashmap/issues/302) - [#​300](https://togithub.com/xacrimon/dashmap/issues/300) Special to the following contributors for making this release possible: - [@​conradludgate](https://togithub.com/conradludgate) - [@​arthurprs](https://togithub.com/arthurprs) - [@​joshtriplett](https://togithub.com/joshtriplett) - [@​dtzxporter](https://togithub.com/dtzxporter) ### [`v5.5.3`](https://togithub.com/xacrimon/dashmap/compare/v5.5.2...v5.5.3+small-opts) [Compare Source](https://togithub.com/xacrimon/dashmap/compare/v5.5.2...v5.5.3+small-opts) ### [`v5.5.2`](https://togithub.com/xacrimon/dashmap/releases/tag/v5.5.2) [Compare Source](https://togithub.com/xacrimon/dashmap/compare/v5.5.1...v5.5.2) This release merely reverts [#​259](https://togithub.com/xacrimon/dashmap/issues/259) since it introduced data race violations. We'll look into this more in the coming time and try to investigate why and how to gain back the additional 0.5%-ish lost performance. Additionally, v5.5.1 has been yanked. Thanks to [@​Turbo87](https://togithub.com/Turbo87) and the crates.io team for reporting this issue. ### [`v5.5.1`](https://togithub.com/xacrimon/dashmap/releases/tag/v5.5.1) [Compare Source](https://togithub.com/xacrimon/dashmap/compare/v5.5.0...v5.5.1) This release includes a couple of internal changes such as committing `Cargo.lock` as well as minor optimizations to lookup performance. ### [`v5.5.0`](https://togithub.com/xacrimon/dashmap/releases/tag/v5.5.0) [Compare Source](https://togithub.com/xacrimon/dashmap/compare/v5.4.0...v5.5.0) Hey folks. This time is not especially different. This release contains QoL improvements, some bugfixes to get around panics and then panic message improvement as well as the usual ephemeral dep updates.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.75%. Comparing base (f5b2885) to head (a402fa2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #739 +/- ## ======================================= Coverage 73.75% 73.75% ======================================= Files 198 198 Lines 20355 20355 ======================================= Hits 15012 15012 Misses 5343 5343 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.