From b5e52660aeed4b68e2b41c39495290257377b078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:17:59 +0000 Subject: [PATCH] Update cached requirement from 0.53.1 to 0.54.0 --- updated-dependencies: - dependency-name: cached dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- helper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/Cargo.toml b/helper/Cargo.toml index 1523c16..7d15534 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -23,7 +23,7 @@ quick-xml = { version = "0.37.0", features = ["serde", "encoding_rs", "serialize serde_yaml = "0.9" flate2 = "1.0" zip = "2.2" -cached = "0.53.1" +cached = "0.54.0" tokio = { version = "1.34.0", features = ["full"] } similar = "2.4.0" csv = "1.3.0"