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 lru from 0.6.6 to 0.7.0 #2932

Merged
merged 1 commit into from
Oct 11, 2021
Merged

Bump lru from 0.6.6 to 0.7.0 #2932

merged 1 commit into from
Oct 11, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2021

Bumps lru from 0.6.6 to 0.7.0.

Changelog

Sourced from lru's changelog.

v0.7.0 - 2021-09-14

  • Explicitly implement Borrow for String and Vec types for non-nightly.
Commits
  • 09f68c6 Merge pull request #116 from jeromefroe/jerome/prepare-0.7.0-release
  • 9e82e0a Release 0.7.0
  • 0bf27e9 Merge pull request #115 from Dr-Emann/explicit_borrow_str_slice
  • 075a23d Explicitly implement Borrow for String & Vec for non-nightly
  • See full diff 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)

Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.6.6 to 0.7.0.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.6.6...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 5, 2021
@codecov
Copy link

codecov bot commented Oct 5, 2021

Codecov Report

Merging #2932 (1ee99ce) into master (524d1c3) will decrease coverage by 0.39%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2932      +/-   ##
==========================================
- Coverage   33.39%   33.00%   -0.38%     
==========================================
  Files         517      517              
  Lines       45070    45110      +40     
  Branches    20549    20551       +2     
==========================================
- Hits        15047    14885     -162     
- Misses      15844    15890      +46     
- Partials    14179    14335     +156     
Flag Coverage Δ
unittests 33.00% <0.00%> (-0.38%) ⬇️

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

Impacted Files Coverage Δ
cmd/starcoin/src/lib.rs 100.00% <ø> (ø)
network-p2p/src/service.rs 29.41% <0.00%> (-1.35%) ⬇️
network/api/src/lib.rs 39.14% <0.00%> (-3.72%) ⬇️
network/api/src/messages.rs 32.37% <0.00%> (-0.57%) ⬇️
network/api/src/peer_provider.rs 30.32% <ø> (ø)
network/src/service.rs 34.24% <0.00%> (-0.34%) ⬇️
network/src/service_ref.rs 36.37% <0.00%> (-1.47%) ⬇️
rpc/api/src/network_manager.rs 15.39% <0.00%> (-1.28%) ⬇️
rpc/client/src/lib.rs 13.20% <0.00%> (-0.07%) ⬇️
rpc/server/src/module/network_manager_rpc.rs 4.55% <0.00%> (-0.45%) ⬇️
... and 67 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 b70d3d5...1ee99ce. Read the comment docs.

@sanlee42 sanlee42 merged commit 5d4bb9d into master Oct 11, 2021
@sanlee42 sanlee42 deleted the dependabot/cargo/lru-0.7.0 branch October 11, 2021 04:16
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