Skip to content

build(deps): bump lru from 0.12.5 to 0.18.1#1

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lru-0.18.0
Closed

build(deps): bump lru from 0.12.5 to 0.18.1#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lru-0.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown

Bumps lru from 0.12.5 to 0.18.1.

Changelog

Sourced from lru's changelog.

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

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.
Commits
  • c6620d1 Merge pull request #237 from jeromefroe/jerome/prepare-0-18-1-release
  • da3c0fc Prepare 0.18.1 release
  • 1166263 Merge pull request #236 from pixmaip/find-and-promote
  • 2daba12 Apply suggestions from code review
  • 2ea00dc feat: add find_and_promote API
  • dac07e3 Merge pull request #234 from jeromefroe/jerome/prepare-0-18-0-release
  • 0335315 Prepare 0.18.0 release
  • e40bbdc Merge pull request #233 from paolobarbolini/get_or_insert_mut_ref-unconstrain...
  • a615a5b Fix unconstrained lifetime in LruCache::get_or_insert_mut_ref
  • 13321a9 Merge pull request #232 from jeromefroe/jerome/prepare-0-17-0-release
  • 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 Jul 5, 2026
Mullassery added a commit that referenced this pull request Jul 7, 2026
- Automated testing on every push and PR
- Python linting (ruff), type checking (mypy)
- Cargo test, clippy, fmt for Rust projects
- Coverage reporting via codecov
- Runs on Ubuntu latest

Closes production audit blocker #1: Missing CI/CD
Mullassery added a commit that referenced this pull request Jul 17, 2026
Support for left/right hand + forehead egocentric camera patterns used in
humanoid robot learning datasets (AgiBotWorld, TAVIS, Action_net).

Includes: config factory, hand pose metadata, stereo depth fusion,
teleoperation-aware time alignment, example code, augmentation.

Prioritized at #1 for v0.5.1+.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.18.1.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.12.5...0.18.1)

---
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 chore(deps): Bump lru from 0.12.5 to 0.18.0 build(deps): bump lru from 0.12.5 to 0.18.1 Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/lru-0.18.0 branch from 9f03ca6 to 97938e3 Compare July 17, 2026 10:49
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Author

Superseded by #14.

@dependabot dependabot Bot closed this Jul 17, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/lru-0.18.0 branch July 17, 2026 15:04
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.

0 participants