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.7.2 to 0.7.3 #3256

Merged
merged 1 commit into from Mar 3, 2022
Merged

Bump lru from 0.7.2 to 0.7.3 #3256

merged 1 commit into from Mar 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps lru from 0.7.2 to 0.7.3.

Changelog

Sourced from lru's changelog.

v0.7.3 - 2022-02-28

  • Add get_or_insert method.
Commits
  • ff5f987 Merge pull request #127 from jeromefroe/jerome/prepare-next-release
  • bbf3eab Prepare 0.7.3 release
  • 5733911 Merge pull request #126 from davegarred/davegarred/get_or_insert
  • 0fedd22 Combine logic between put and get_or_insert
  • 05b64ef Add a get_or_insert method
  • 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.7.2 to 0.7.3.
- [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.7.2...0.7.3)

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

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

codecov bot commented Mar 1, 2022

Codecov Report

Merging #3256 (60b4a21) into master (abb263c) will increase coverage by 0.27%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3256      +/-   ##
==========================================
+ Coverage   31.78%   32.04%   +0.27%     
==========================================
  Files         493      493              
  Lines       46062    46062              
  Branches    21152    21144       -8     
==========================================
+ Hits        14635    14758     +123     
+ Misses      17429    17281     -148     
- Partials    13998    14023      +25     
Flag Coverage Δ
unittests 32.04% <ø> (+0.27%) ⬆️

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

Impacted Files Coverage Δ
rpc/server/src/module/mod.rs 0.00% <0.00%> (-16.66%) ⬇️
test-helper/src/dummy_network_service.rs 22.23% <0.00%> (-14.81%) ⬇️
vm/types/src/transaction/error.rs 3.58% <0.00%> (-10.71%) ⬇️
vm/types/src/transaction_metadata.rs 56.72% <0.00%> (-7.46%) ⬇️
state/state-store-api/src/lib.rs 43.75% <0.00%> (-6.25%) ⬇️
cmd/starcoin/src/cli_state.rs 44.74% <0.00%> (-5.26%) ⬇️
storage/src/cache_storage/mod.rs 42.86% <0.00%> (-4.28%) ⬇️
network-p2p/src/peer_info.rs 44.05% <0.00%> (-3.62%) ⬇️
config/src/available_port.rs 50.00% <0.00%> (-1.92%) ⬇️
storage/src/db_storage/mod.rs 46.82% <0.00%> (-1.81%) ⬇️
... and 78 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 abb263c...60b4a21. Read the comment docs.

@nkysg nkysg self-requested a review March 2, 2022 01:21
@nkysg nkysg merged commit ee94909 into master Mar 3, 2022
@nkysg nkysg deleted the dependabot/cargo/lru-0.7.3 branch March 3, 2022 02:27
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.

None yet

1 participant