From 157e1781b6abcd455a1bb1d0ebfeaaed55d97d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 08:37:54 +0000 Subject: [PATCH] build(deps): Update lru requirement from 0.12 to 0.16 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](https://github.com/jeromefroe/lru-rs/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ea2c20..5ff9597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ schemars = "0.8" parquet = { version = "54.0.0", features = ["arrow"] } gix = { version = "0.66", features = ["blocking-network-client"], optional = true } clap = { version = "4.0", features = ["derive"], optional = true } -lru = { version = "0.12", optional = true } +lru = { version = "0.16", optional = true } hex = { version = "0.4", optional = true } chrono = { version = "0.4", optional = true }