From 72990d5894ae7593226d9a5de1fb46f5d0012044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:12:13 +0000 Subject: [PATCH] Bump cached from 0.59.0 to 2.0.2 Bumps [cached](https://github.com/jaemk/cached) from 0.59.0 to 2.0.2. - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 ++++++-------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acc0243..e8fddd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,17 +70,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "async-trait" -version = "0.1.89" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "atomic" version = "0.6.1" @@ -165,17 +154,14 @@ dependencies = [ [[package]] name = "cached" -version = "0.59.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b6f5d101f0f6322c8646a45b7c581a673e476329040d97565815c2461dd0c4" +checksum = "dc0df7748fe2f601e376916ab19e7bfc2c74461b8abe3bce2ce20036ad8de38f" dependencies = [ "ahash", - "async-trait", "cached_proc_macro", "cached_proc_macro_types", - "futures", "hashbrown 0.16.1", - "once_cell", "parking_lot", "thiserror 2.0.18", "tokio", @@ -184,9 +170,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.27.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ebcf9c75f17a17d55d11afc98e46167d4790a263f428891b8705ab2f793eca3" +checksum = "66e734c52502e6cf54dce2ba07108906b04b8fe57f4f5e3ef7d58267b4abf060" dependencies = [ "darling", "proc-macro2", @@ -196,9 +182,9 @@ dependencies = [ [[package]] name = "cached_proc_macro_types" -version = "0.1.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" +checksum = "26cf465651fa6ad902a2d327ba60c3a6bc61c6a2f4ad70d091cf20dfda0074ef" [[package]] name = "caches" diff --git a/Cargo.toml b/Cargo.toml index 31913cc..4d09995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ lru = "0.16.3" TinyUFO = "0.8.0" mini-moka = "0.10.3" foyer = "0.22.3" -cached = { version = "0.59.0", features = ["async"] } +cached = { version = "2.0.2", features = ["async"] } clru = "0.6.3" lru-mem = "0.3.0" sieve-cache = "1.1.6"