From e1d315eab6ffed7b208148de1268c1b0d04fc329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:30:43 +0000 Subject: [PATCH] Update cached requirement from 0.55 to 0.56 --- updated-dependencies: - dependency-name: cached dependency-version: 0.56.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 e44c53c..a5b530d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] alloy = "1.0" base64 = "0.22" -cached = "0.55" +cached = "0.56" dotenv = "0.15" futures-util = "0.3" hex = "0.4"