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

fix(deps): update rust crate lru to 0.12.0 #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

This PR contains the following updates:

Package Type Update Change
lru dependencies minor 0.10.0 -> 0.12.0

Release Notes

jeromefroe/lru-rs (lru)

v0.12.5

Compare Source

  • Upgrade hashbrown dependency to 0.15.

v0.12.4

Compare Source

  • Add methods that take a reference to the key that should be inserted.

v0.12.3

Compare Source

  • Add get_key_value_mut method.

v0.12.2

Compare Source

  • Add clone method.

v0.12.1

Compare Source

  • Add get_key_value method.

v0.12.0

Compare Source

  • Add lifetime specifier to try_get_or_insert_mut.
  • Add BuildHasher trait bound to Debug for LruCache.

v0.11.1

Compare Source

  • Add try_get_or_insert_mut method.

v0.11.0

Compare Source

  • Update dependency on hashbrown to 0.14 and update MSRV to 1.64.0.

v0.10.1

Compare Source

  • Add try_get_or_insert method.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.93%. Comparing base (7676848) to head (6ac0ba4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   85.95%   85.93%   -0.02%     
==========================================
  Files          11       11              
  Lines        4457     4458       +1     
==========================================
  Hits         3831     3831              
- Misses        626      627       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/lru-0.x branch from 5e8b9cf to acf9116 Compare July 5, 2023 16:55
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.10.1 fix(deps): update rust crate lru to 0.11.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/lru-0.x branch from acf9116 to dde65fa Compare July 11, 2023 16:20
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.11.0 fix(deps): update rust crate lru to 0.11.1 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/lru-0.x branch from dde65fa to c438e86 Compare September 6, 2023 03:12
@renovate renovate bot force-pushed the renovate/lru-0.x branch from c438e86 to cbc9876 Compare October 4, 2023 03:19
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.11.1 fix(deps): update rust crate lru to 0.12.0 Oct 4, 2023
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.12.0 fix(deps): update rust crate lru to 0.12.1 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/lru-0.x branch from cbc9876 to bd453f1 Compare November 22, 2023 03:12
@renovate renovate bot force-pushed the renovate/lru-0.x branch from bd453f1 to a619206 Compare January 29, 2024 00:24
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.12.1 fix(deps): update rust crate lru to 0.12.2 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/lru-0.x branch from a619206 to 10e74ab Compare February 24, 2024 15:34
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.12.2 fix(deps): update rust crate lru to 0.12.3 Feb 24, 2024
@renovate renovate bot changed the title fix(deps): update rust crate lru to 0.12.3 fix(deps): update rust crate lru to 0.12.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/lru-0.x branch from 10e74ab to 6ac0ba4 Compare May 5, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants