From 3a5474b51b4464e71cf8843867ac2810ac539bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:48:10 +0000 Subject: [PATCH] build(deps): bump cached from 0.53.1 to 0.54.0 Bumps [cached](https://github.com/jaemk/cached) from 0.53.1 to 0.54.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d5bfa3f7..b6171563f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,9 +1068,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.53.1" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4d73155ae6b28cf5de4cfc29aeb02b8a1c6dab883cb015d15cd514e42766846" +checksum = "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae" dependencies = [ "ahash", "cached_proc_macro", diff --git a/Cargo.toml b/Cargo.toml index 0cafc4ffe..9d4608232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ bytemuck = { version = "1.19", features = [ ], optional = true } byteorder = "1.5" bytes = "1" -cached = { version = "0.53", features = [ +cached = { version = "0.54", features = [ "disk_store", "redis_ahash", ], optional = true }