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 4.0.2 to 5.0.0 #3083

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2021

Bumps dashmap from 4.0.2 to 5.0.0.

Release notes

Sourced from dashmap's releases.

v5.0.0

Hey ho buckaroo!

v5.0.0 is a maintenance release introducing minor breaking API changes and new features.

Changelog:

  • Switch to parking_lot for locking
  • Support serde and FromIterator for custom hashers
  • Implement Clone for Iter
  • Add scoped access view() method
  • Specify more explicit lifetimes
  • Add remove_if_mut method
  • Update MSRV and dev toolchains to 1.49

Thanks to all contributors that helped make this release possible.

Joel (xacrimon) Wejdenstål

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2021
@codecov
Copy link

codecov bot commented Dec 12, 2021

Codecov Report

Merging #3083 (4bd4c97) into master (a2ca1c3) will increase coverage by 0.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3083      +/-   ##
==========================================
+ Coverage   32.88%   33.33%   +0.45%     
==========================================
  Files         518      518              
  Lines       46774    46774              
  Branches    21278    21269       -9     
==========================================
+ Hits        15377    15587     +210     
+ Misses      17078    16959     -119     
+ Partials    14319    14228      -91     
Flag Coverage Δ
unittests 33.33% <ø> (+0.45%) ⬆️

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

Impacted Files Coverage Δ
network/src/worker.rs 32.26% <0.00%> (-17.74%) ⬇️
rpc/server/src/module/mod.rs 0.00% <0.00%> (-16.66%) ⬇️
vm/types/src/transaction/error.rs 3.58% <0.00%> (-10.71%) ⬇️
config/src/helper.rs 49.02% <0.00%> (-5.88%) ⬇️
cmd/starcoin/src/cli_state.rs 44.74% <0.00%> (-5.26%) ⬇️
consensus/src/difficulty.rs 40.00% <0.00%> (-4.70%) ⬇️
commons/accumulator/src/tree_store/mock.rs 35.14% <0.00%> (-2.70%) ⬇️
storage/src/db_storage/mod.rs 46.38% <0.00%> (-2.41%) ⬇️
network-p2p/src/peer_info.rs 44.03% <0.00%> (-2.17%) ⬇️
sync/src/tasks/block_sync_task.rs 38.83% <0.00%> (-2.12%) ⬇️
... and 84 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 a2ca1c3...4bd4c97. Read the comment docs.

@jolestar jolestar requested a review from nanne007 December 13, 2021 02:06
@dependabot dependabot bot force-pushed the dependabot/cargo/dashmap-5.0.0 branch 4 times, most recently from 52c1fef to 859e440 Compare December 17, 2021 09:16
@dependabot dependabot bot force-pushed the dependabot/cargo/dashmap-5.0.0 branch 2 times, most recently from 64c16b0 to e24966a Compare December 24, 2021 07:07
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/commits/v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/dashmap-5.0.0 branch from e24966a to 4bd4c97 Compare December 24, 2021 10:08
@jolestar jolestar merged commit 4738185 into master Jan 14, 2022
@jolestar jolestar deleted the dependabot/cargo/dashmap-5.0.0 branch January 14, 2022 05:15
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