From 1fc8dba825930d3a3a4d34781f7e725c3ea6dc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:09:27 +0000 Subject: [PATCH] Update cached requirement from 0.55 to 0.58 Updates the requirements on [cached](https://github.com/jaemk/cached) to permit the latest version. - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-version: 0.58.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..257cb25 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.58" dotenv = "0.15" futures-util = "0.3" hex = "0.4"