Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dashmap from 5.2.0 to 5.3.4 #3568

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2022

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] <[email protected]>
@dependabot dependabot bot requested review from sanlee42 and nkysg as code owners July 26, 2022 15:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2022
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #3568 (3b90247) into master (6011f5f) will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3568      +/-   ##
==========================================
+ Coverage   29.41%   29.55%   +0.15%     
==========================================
  Files         589      589              
  Lines       49805    49805              
  Branches    23433    23435       +2     
==========================================
+ Hits        14643    14714      +71     
+ Misses      21015    20898     -117     
- Partials    14147    14193      +46     
Flag Coverage Δ
unittests 29.55% <ø> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
executor/src/block_executor.rs 25.59% <0.00%> (-11.62%) ⬇️
consensus/src/consensus.rs 57.15% <0.00%> (-4.76%) ⬇️
vm/types/src/transaction_metadata.rs 55.23% <0.00%> (-4.47%) ⬇️
storage/src/transaction_info/mod.rs 50.00% <0.00%> (-4.34%) ⬇️
chain/src/chain.rs 34.30% <0.00%> (-4.34%) ⬇️
vm/types/src/time.rs 68.75% <0.00%> (-3.12%) ⬇️
commons/accumulator/src/lib.rs 48.98% <0.00%> (-3.06%) ⬇️
consensus/src/difficulty.rs 40.00% <0.00%> (-2.35%) ⬇️
vm/natives/src/token.rs 26.67% <0.00%> (-2.22%) ⬇️
commons/stream-task/src/event.rs 27.23% <0.00%> (-2.22%) ⬇️
... and 77 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6011f5f...3b90247. Read the comment docs.

@nkysg nkysg self-requested a review July 27, 2022 07:13
@nkysg nkysg merged commit 9237c5b into master Jul 27, 2022
@nkysg nkysg deleted the dependabot/cargo/dashmap-5.3.4 branch July 27, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant