Skip to content

Commit a20bd6a

Browse files
chore(deps): update lru requirement from 0.11.1 to 0.12.0 (#581)
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.11.1...0.12.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>
1 parent 5213f78 commit a20bd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ time = { version = "0.3.11", optional = true, features = ["local-offset"] }
3838
unicode-segmentation = "1.10"
3939
unicode-width = "0.1"
4040
document-features = { version = "0.2.7", optional = true }
41-
lru = "0.11.1"
41+
lru = "0.12.0"
4242

4343
[dev-dependencies]
4444
anyhow = "1.0.71"

0 commit comments

Comments
 (0)