From e302bc048380a8a2593d447c70f2f7647f471f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:48:56 +0000 Subject: [PATCH] Update cached requirement from 0.48.1 to 0.49.2 --- 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 6819c59..37f363f 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -23,7 +23,7 @@ quick-xml = { version = "0.31.0", features = ["serde", "encoding_rs", "serialize serde_yaml = "0.9" flate2 = "1.0" zip = "0.6" -cached = "0.48.1" +cached = "0.49.2" tokio = { version = "1.34.0", features = ["full"] } similar = "2.4.0" csv = "1.3.0"