Skip to content

Commit 261fea5

Browse files
chore(deps): update lru requirement from 0.16 to 0.17
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.16.0...0.17.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 258ecaf commit 261fea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2020
nom = "7.1.3"
2121
nom-derive = "0.10.1"
2222
serde = { version = "1.0.166", features = ["derive"] }
23-
lru = "0.16"
23+
lru = "0.17"
2424

2525
[features]
2626
default = ["parse_unknown_fields"]

0 commit comments

Comments
 (0)