Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 12, 2023

Bumps dashmap from 5.2.0 to 5.3.4.

Release notes

Sourced from dashmap's releases.

v5.3.4

This release switches to a non-spinlock lock implementation. This improves worst-case performance and gets rid of a possible but in-practice non-catastrophic data-race.

v5.3.3

This release reverts #194 since it introduced bugs that require a breaking API change to fix.

v5.3.2

Hi!

This release includes a minor feature set tweak, removing the transient dependency on ahash from hashbrown: #205

v5.3.1

Hi folks!

This short patch release improves the performance of the new custom locks I had to hastily adapt to fix the deadlock bug mentioned in the v5.3.0 release notes. Further improvements will be made as time goes on, contributions and ideas accepted.

v5.3.0

DashMap v5.3.0 is a maintenance release featuring various bug fixes and some new features!

Changelog:

  • Only invoke the hasher once per write operation: #194
  • Set the default hasher type for VacantEntry and OccupiedEntry: #193
  • Use std:🧵:available_parallelism in place of num_cpus: #199
  • Introduce mapped references: #203
  • Fix #191, #201, #195: #202

Thanks to @​joshtriplett, @​stepancheg, @​artemshein, @​skyzh, @​RustyYato, @​donkeyteethUX and others involved for making this release possible.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.2.0 to 5.3.4.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v5.2.0...v5.3.4)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2023

The following labels could not be found: domain: deps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant