From 4607b947820872697d8db3dbad796fee97fda560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:19:35 +0000 Subject: [PATCH] chore(deps): Update cached requirement from 0.47.0 to 0.48.0 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-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 eb3b152363..c931131da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ cached-client = ["cached"] [dependencies] async-trait = "0.1.52" base64 = "0.21.0" -cached = { version = "0.47.0", optional = true, features = ["async"] } +cached = { version = "0.48.0", optional = true, features = ["async"] } cfg-if = "1.0.0" chrono = { version = "0.4.27", default-features = false, features = ["serde"] } const-oid = "0.9.1"