Skip to content

Commit 3c8c8aa

Browse files
build(deps): Update lru requirement from 0.12 to 0.16 (#52)
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.16.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cfed6b commit 3c8c8aa

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
@@ -27,7 +27,7 @@ schemars = "0.8"
2727
parquet = { version = "54.0.0", features = ["arrow"] }
2828
gix = { version = "0.66", features = ["blocking-network-client"], optional = true }
2929
clap = { version = "4.0", features = ["derive"], optional = true }
30-
lru = { version = "0.12", optional = true }
30+
lru = { version = "0.16", optional = true }
3131
hex = { version = "0.4", optional = true }
3232
chrono = { version = "0.4", optional = true }
3333

0 commit comments

Comments
 (0)