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 either from 1.6.1 to 1.7.0 #3499

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2022

Bumps either from 1.6.1 to 1.7.0.

Commits
  • d6f088e Merge pull request #73 from cuviper/release-1.7.0
  • 2370b06 Release 1.7.0
  • f1eca77 Merge pull request #72 from cuviper/clone_from
  • f90883c Specialize Clone::clone_from
  • 26a6dc7 Merge pull request #71 from cuviper/iter-more
  • 366fa77 Implement FusedIterator
  • 1c2f758 Specialize DoubleEndedIterator::rfind
  • 4721198 Specialize more Iterator methods
  • fbbadd0 Merge pull request #66 from Ten0/fix_missing_double_ended_iter_spec
  • ea284e2 Delay nth_back until we have MSRV >= 1.37
  • Additional commits viewable in compare view

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 requested a review from sanlee42 as a code owner June 30, 2022 15:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2022
Bumps [either](https://github.com/bluss/either) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/bluss/either/releases)
- [Commits](rayon-rs/either@1.6.1...1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/either-1.7.0 branch from cee4e77 to bc59367 Compare July 8, 2022 16:43
@codecov
Copy link

codecov bot commented Jul 8, 2022

Codecov Report

Merging #3499 (bc59367) into master (ec44d09) will decrease coverage by 0.43%.
The diff coverage is 1.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3499      +/-   ##
==========================================
- Coverage   29.65%   29.23%   -0.42%     
==========================================
  Files         588      588              
  Lines       49567    49672     +105     
  Branches    23346    23370      +24     
==========================================
- Hits        14694    14516     -178     
- Misses      20596    20775     +179     
- Partials    14277    14381     +104     
Flag Coverage Δ
unittests 29.23% <1.49%> (-0.42%) ⬇️

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

Impacted Files Coverage Δ
block-relayer/src/block_relayer.rs 15.79% <ø> (ø)
cmd/indexer/src/lib.rs 66.67% <ø> (ø)
cmd/miner_client/src/solver.rs 16.67% <0.00%> (ø)
cmd/starcoin/src/chain/get_txn_proof_cmd.rs 0.00% <0.00%> (ø)
cmd/starcoin/src/state/get_proof_cmd.rs 0.00% <0.00%> (ø)
...mons/forkable-jellyfish-merkle/src/iterator/mod.rs 45.00% <ø> (ø)
commons/forkable-jellyfish-merkle/src/lib.rs 40.62% <ø> (-0.38%) ⬇️
network-p2p/src/behaviour.rs 51.45% <ø> (ø)
network-p2p/src/protocol/generic_proto/handler.rs 41.58% <ø> (ø)
network/api/src/messages.rs 28.25% <ø> (ø)
... and 99 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 94c2ddb...bc59367. Read the comment docs.

@nkysg nkysg merged commit 4f84493 into master Jul 12, 2022
@nkysg nkysg deleted the dependabot/cargo/either-1.7.0 branch July 12, 2022 08:31
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