From 57917aa698db1ed55df9d9bc44614f13ff7c1e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 00:50:04 +0000 Subject: [PATCH] Update cached requirement from 0.54.0 to 0.55.1 --- updated-dependencies: - dependency-name: cached dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- git-function-history-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-function-history-lib/Cargo.toml b/git-function-history-lib/Cargo.toml index 57baa73b..29b7dc30 100644 --- a/git-function-history-lib/Cargo.toml +++ b/git-function-history-lib/Cargo.toml @@ -23,7 +23,7 @@ cache = ["dep:cached"] chrono = "0.4.38" rayon = { version = "1.10.0", optional = true } cfg-if = "1.0.0" -cached = { version = "0.54.0", optional = true } +cached = { version = "0.55.1", optional = true } gix = { version = "0.70.0", default-features = false, features = [ "max-performance-safe", "revision",