Skip to content

Commit e5c5af7

Browse files
chore(deps): bump lru in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [lru](https://github.com/jeromefroe/lru-rs). Updates `lru` from 0.12.5 to 0.16.3 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.5...0.16.3) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79c3ebc commit e5c5af7

2 files changed

Lines changed: 9 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ chrono = { version = "0.4", optional = true }
3737
rand = { version = "0.9", optional = true }
3838

3939
# LRU cache (for cache feature)
40-
lru = { version = "0.12", optional = true }
40+
lru = { version = "0.16", optional = true }
4141

4242
# Async trait support (for aur feature)
4343
async-trait = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)