Update lru requirement from 0.12.0 to 0.14.0

Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.0...0.14.0)

---
updated-dependencies:
- dependency-name: lru
  dependency-version: 0.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-14 20:16:20 +00:00
committed by GitHub
parent 3fa90e70e2
commit b971865e20

View File

@@ -50,7 +50,7 @@ fail = { version = "0.5.0", optional = true }
time = { version = "0.3.35", features = ["serde-well-known"] }
smallvec = "1.8.0"
rayon = "1.5.2"
lru = "0.12.0"
lru = "0.14.0"
fastdivide = "0.4.0"
itertools = "0.14.0"
measure_time = "0.9.0"