From 329138d1e8f7789c607fb11fc2731dd84fcc65a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 06:08:36 +0000 Subject: [PATCH] build(deps): bump cached from 0.44.0 to 0.45.0 Bumps [cached](https://github.com/jaemk/cached) from 0.44.0 to 0.45.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 | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e390db4f1..a354b0fb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -873,9 +873,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700" +checksum = "c0e59e0e7b3df32ec782dd3bba8315f4bdeae81c8aecf6554ca2815ff403cf37" dependencies = [ "cached_proc_macro", "cached_proc_macro_types", @@ -887,7 +887,6 @@ dependencies = [ "serde", "serde_json", "thiserror", - "tokio", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e4c84ccf5..bb07c9f9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ anyhow = { version = "1.0", optional = true } bincode = "1.3" byteorder = "1.4" bytes = "1" -cached = { version = "0.44", default-features = false, features = [ +cached = { version = "0.45", default-features = false, features = [ "proc_macro", "redis_ahash", ], optional = true }