Update Rust crate dashmap to v6 #30

Open
renovate-bot wants to merge 1 commits from renovate/dashmap-6.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
dashmap dependencies major 5.5.3 -> 6.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 + d5c8be6213

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:


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dashmap](https://github.com/xacrimon/dashmap) | dependencies | major | `5.5.3` -> `6.0.0` | --- ### Release Notes <details> <summary>xacrimon/dashmap (dashmap)</summary> ### [`v6.1.0`](https://github.com/xacrimon/dashmap/releases/tag/v6.1.0) [Compare Source](https://github.com/xacrimon/dashmap/compare/v6.0.1...v6.1.0) - https://github.com/xacrimon/dashmap/pull/308 ### [`v6.0.1`](https://github.com/xacrimon/dashmap/releases/tag/v6.0.1) [Compare Source](https://github.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 [@&#8203;JesusGuzmanJr](https://github.com/JesusGuzmanJr) for notifying me about a critical bug that was introduced so that I could resolve it: [#&#8203;304](https://github.com/xacrimon/dashmap/issues/304). PRs for this release: [#&#8203;305](https://github.com/xacrimon/dashmap/issues/305) + https://github.com/xacrimon/dashmap/commit/d5c8be6213ca85d7e3ccbcc1eb5b95651ce7e253 ### [`v6.0.0`](https://github.com/xacrimon/dashmap/releases/tag/v6.0.0) [Compare Source](https://github.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: - [#&#8203;303](https://github.com/xacrimon/dashmap/issues/303) - [#&#8203;287](https://github.com/xacrimon/dashmap/issues/287) Minor QoL improvements were made in: - [#&#8203;302](https://github.com/xacrimon/dashmap/issues/302) - [#&#8203;300](https://github.com/xacrimon/dashmap/issues/300) Special to the following contributors for making this release possible: - [@&#8203;conradludgate](https://github.com/conradludgate) - [@&#8203;arthurprs](https://github.com/arthurprs) - [@&#8203;joshtriplett](https://github.com/joshtriplett) - [@&#8203;dtzxporter](https://github.com/dtzxporter) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-03-05 02:27:31 +01:00
Update Rust crate dashmap to v6
Some checks failed
renovate/artifacts Artifact file update failure
tests / fmt (push) Successful in 1m26s
tests / clippy (push) Successful in 1m27s
tests / build (push) Successful in 1m32s
tests / test (push) Successful in 1m32s
tests / pre-commit (push) Failing after 54s
3c9cdea4a5
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package dashmap@5.5.3 --precise 6.1.0
    Updating crates.io index
error: failed to select a version for the requirement `dashmap = "^5"`
candidate versions found which didn't match: 6.1.0
location searched: crates.io index
required by package `songbird v0.4.6`
    ... which satisfies dependency `songbird = "^0.4.0"` (locked to 0.4.6) of package `ohrwurm v0.1.0 (/tmp/renovate/repos/gitea/jheuel/ohrwurm)`

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package dashmap@5.5.3 --precise 6.1.0 Updating crates.io index error: failed to select a version for the requirement `dashmap = "^5"` candidate versions found which didn't match: 6.1.0 location searched: crates.io index required by package `songbird v0.4.6` ... which satisfies dependency `songbird = "^0.4.0"` (locked to 0.4.6) of package `ohrwurm v0.1.0 (/tmp/renovate/repos/gitea/jheuel/ohrwurm)` ```
Some checks failed
renovate/artifacts Artifact file update failure
tests / fmt (push) Successful in 1m26s
tests / clippy (push) Successful in 1m27s
tests / build (push) Successful in 1m32s
tests / test (push) Successful in 1m32s
tests / pre-commit (push) Failing after 54s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/dashmap-6.x:renovate/dashmap-6.x
git checkout renovate/dashmap-6.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jheuel/ohrwurm#30