Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

fix(deps): update rust crate lru to 0.16.0 - autoclosed#146

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/lru-0.x
Closed

fix(deps): update rust crate lru to 0.16.0 - autoclosed#146
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/lru-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2026

This PR contains the following updates:

Package Type Update Change
lru dependencies minor 0.10.00.16.0

Release Notes

jeromefroe/lru-rs (lru)

v0.16.3

Compare Source

  • Fix Stacked Borrows violation in IterMut.

v0.16.2

Compare Source

  • Upgrade hashbrown dependency to 0.16.0.

v0.16.1

Compare Source

  • Fix Clone for unbounded cache.

v0.16.0

Compare Source

  • Implement Clone for caches with custom hashers.

v0.15.0

Compare Source

  • Return bool from promote and demote to indicate whether key was found.

v0.14.0

Compare Source

  • Use NonZeroUsize::MAX instead of unwrap(), and update MSRV to 1.70.0.

v0.13.0

Compare Source

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.

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.

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
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.07%. Comparing base (7676848) to head (02b124c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
+ Coverage   85.95%   86.07%   +0.12%     
==========================================
  Files          11       11              
  Lines        4457     4461       +4     
==========================================
+ Hits         3831     3840       +9     
+ Misses        626      621       -5     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title fix(deps): update rust crate lru to 0.16.0 fix(deps): update rust crate lru to 0.16.0 - autoclosed Mar 30, 2026
@renovate renovate Bot closed this Mar 30, 2026
@renovate renovate Bot deleted the renovate/lru-0.x branch March 30, 2026 18:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants