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 itertools from 0.10.1 to 0.10.3 #3071

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps itertools from 0.10.1 to 0.10.3.

Changelog

Sourced from itertools's changelog.

Changelog

0.10.2

  • Add Itertools::multiunzip (#362, #565)
  • Add intersperse and intersperse_with free functions (#555)
  • Add Itertools::sorted_by_cached_key (#424, #575)
  • Specialize ProcessResults::fold (#563)
  • Fix subtraction overflow in DuplicatesBy::size_hint (#552)
  • Fix specialization tests (#574)
  • More Debug impls (#573)
  • Deprecate fold1 (use reduce instead) (#580)
  • Documentation fixes (HomogenousTuple, into_group_map, into_group_map_by, MultiPeek::peek) (#543 et al.)
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 7, 2021
@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #3071 (71b9533) into master (1e86284) will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3071      +/-   ##
==========================================
+ Coverage   33.07%   33.23%   +0.17%     
==========================================
  Files         518      518              
  Lines       46630    46630              
  Branches    21327    21335       +8     
==========================================
+ Hits        15416    15491      +75     
- Misses      16492    16509      +17     
+ Partials    14722    14630      -92     
Flag Coverage Δ
unittests 33.23% <ø> (+0.17%) ⬆️

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

Impacted Files Coverage Δ
network-rpc/core/src/lib.rs 23.53% <0.00%> (-5.88%) ⬇️
vm/vm-runtime/src/metrics.rs 45.84% <0.00%> (-4.16%) ⬇️
config/src/helper.rs 46.00% <0.00%> (-4.00%) ⬇️
txpool/src/pool/listener/tests.rs 10.91% <0.00%> (-3.63%) ⬇️
consensus/src/difficulty.rs 44.19% <0.00%> (-3.48%) ⬇️
state/state-tree/src/state_tree.rs 54.87% <0.00%> (-3.47%) ⬇️
...s/forkable-jellyfish-merkle/src/mock_tree_store.rs 35.60% <0.00%> (-3.38%) ⬇️
types/src/account_state.rs 60.00% <0.00%> (-3.33%) ⬇️
network-rpc/api/src/lib.rs 18.10% <0.00%> (-2.85%) ⬇️
account/src/account.rs 50.00% <0.00%> (-2.00%) ⬇️
... and 86 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 1e86284...71b9533. Read the comment docs.

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/itertools-0.10.3 branch from 6d01f14 to 71b9533 Compare December 8, 2021 15:01
Copy link
Member

@jolestar jolestar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 33ecfb9 into master Dec 10, 2021
@dependabot dependabot bot deleted the dependabot/cargo/itertools-0.10.3 branch December 10, 2021 09:11
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