Skip to content

Commit

Permalink
build(deps): update lru requirement from 0.12 to 0.13 (#435)
Browse files Browse the repository at this point in the history
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](jeromefroe/lru-rs@0.12.0...0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2025
1 parent 342ee6c commit deca4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ipnet = "2.10.0"

# hyper util
socket2 = { version = "0.5", features = ["all"] }
lru = { version = "0.12", default-features = false }
lru = { version = "0.13", default-features = false }

## boring-tls
boring2 = { version = "4.14.0", features = ["pq-experimental"] }
Expand Down

0 comments on commit deca4ed

Please sign in to comment.