Skip to content

deps(deps): bump lru from 0.12.1 to 0.18.3 - #72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lru-0.18.3
Open

deps(deps): bump lru from 0.12.1 to 0.18.3#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lru-0.18.3

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps lru from 0.12.1 to 0.18.3.

Changelog

Sourced from lru's changelog.

v0.18.3 - 2026-08-27

  • Add sparse constructor.

v0.18.2 - 2026-08-03

  • Fix panic-safety unsoundness in pop method.

v0.18.1 - 2026-07-09

  • Add find_and_promote method.

v0.18.0 - 2026-04-27

  • Fix unconstrained lifetime in get_or_insert_mut_ref.

v0.17.0 - 2026-04-14

  • Upgrade hashbrown to 0.17.0 and update MSRV to 1.85.0.

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

... (truncated)

Commits
  • ceeee6a Merge pull request #244 from jeromefroe/jerome/prepare-0-18-3-release
  • 1810d9a Prepare 0.18.3 release
  • 0f4e37a Merge pull request #242 from drbrain/LruCache-sparse
  • f1c04a2 Merge pull request #243 from jeromefroe/jerome/nonnull-unchecked-on-box-ptr
  • bcd5722 fmt
  • fa08c36 Prefer into_raw over leak
  • 8a93408 fmt
  • 043384f Fix nonnull_unchecked_on_box_ptr lint
  • ea63d70 Add LruCache::sparse()
  • 2544aae Merge pull request #239 from jeromefroe/jerome/prepare-0-18-2-release
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.12.1 to 0.18.3.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.12.1...0.18.3)
---
updated-dependencies:
- dependency-name: lru
dependency-version: 0.18.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github

dependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants