Skip to content

build(deps): bump lru from 0.12.5 to 0.16.4#14

Merged
hokanosekai merged 1 commit into
mainfrom
dependabot/cargo/lru-0.18.0
May 25, 2026
Merged

build(deps): bump lru from 0.12.5 to 0.16.4#14
hokanosekai merged 1 commit into
mainfrom
dependabot/cargo/lru-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps lru from 0.12.5 to 0.16.4.

Changelog

Sourced from lru's changelog.

v0.16.4 - 2026-04-13

  • Add get_or_insert_with_key and variants.

v0.16.3 - 2026-01-07

  • Fix Stacked Borrows violation in IterMut.

v0.16.2 - 2025-10-14

  • Upgrade hashbrown dependency to 0.16.0.

v0.16.1 - 2025-09-08

  • Fix Clone for unbounded cache.

v0.16.0 - 2025-07-02

  • Implement Clone for caches with custom hashers.

v0.15.0 - 2025-06-26

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

v0.14.0 - 2025-04-12

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

v0.13.0 - 2025-01-27

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.
Commits
  • d8c7f5c Merge pull request #230 from jeromefroe/jerome/prepare-0-16-4-release
  • bd5261b Prepare 0.16.4 release
  • 16e161d Merge pull request #229 from pikatos/get_or_insert_with_key
  • 5135e8e Apply suggestions from code review
  • 81c2ef0 Add get_or_insert_with_key variants
  • af233e5 Merge pull request #225 from jeromefroe/jerome/prepare-0-16-3-release
  • cf56f9a Prepare 0.16.3 release
  • 62be24c Merge pull request #224 from paolobarbolini/iter-mut-stacked-borrows-violation
  • 25669e7 Add regression test for IterMut stacked borrows violation
  • b9bca34 Fix stacked borrows violation in IterMut::next and IterMut::next_back
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/lru-0.18.0 branch 2 times, most recently from 8e0d253 to 08ce9e0 Compare May 25, 2026 16:44
@hokanosekai hokanosekai enabled auto-merge (squash) May 25, 2026 16:51
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.16.4.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.12.5...0.16.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump lru from 0.12.5 to 0.18.0 build(deps): bump lru from 0.12.5 to 0.16.4 May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/lru-0.18.0 branch from 08ce9e0 to e617574 Compare May 25, 2026 16:52
@hokanosekai hokanosekai merged commit 37148e1 into main May 25, 2026
2 checks passed
@hokanosekai hokanosekai deleted the dependabot/cargo/lru-0.18.0 branch May 25, 2026 16:53
@hokanosekai
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Looks like this PR has already been merged!

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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant