From 25cb408515a818d439272a88932273ab0f737f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:01:22 +0000 Subject: [PATCH] chore(deps): bump cached from 0.56.0 to 2.0.2 Bumps [cached](https://github.com/jaemk/cached) from 0.56.0 to 2.0.2. - [Release notes](https://github.com/jaemk/cached/releases) - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 +++++++++++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 42 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46e6666e..7df18573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ "blue-build-template", "blue-build-utils", "bon", - "cached", + "cached 2.0.2", "clap", "clap-verbosity-flag", "clap_complete", @@ -491,7 +491,7 @@ dependencies = [ "anyhow", "blue-build-utils", "bon", - "cached", + "cached 2.0.2", "chrono", "clap", "colored", @@ -526,7 +526,7 @@ version = "0.9.35" dependencies = [ "blue-build-utils", "bon", - "cached", + "cached 2.0.2", "colored", "indexmap 2.13.0", "log", @@ -558,7 +558,7 @@ dependencies = [ "base64 0.22.1", "blake2", "bon", - "cached", + "cached 2.0.2", "chrono", "clap", "comlexr", @@ -651,8 +651,8 @@ checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c" dependencies = [ "ahash 0.8.12", "async-trait", - "cached_proc_macro", - "cached_proc_macro_types", + "cached_proc_macro 0.25.0", + "cached_proc_macro_types 0.1.1", "futures", "hashbrown 0.15.5", "once_cell", @@ -661,6 +661,22 @@ dependencies = [ "web-time", ] +[[package]] +name = "cached" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc0df7748fe2f601e376916ab19e7bfc2c74461b8abe3bce2ce20036ad8de38f" +dependencies = [ + "ahash 0.8.12", + "cached_proc_macro 2.0.0", + "cached_proc_macro_types 1.0.0", + "hashbrown 0.16.1", + "parking_lot", + "thiserror 2.0.18", + "tokio", + "web-time", +] + [[package]] name = "cached_proc_macro" version = "0.25.0" @@ -673,12 +689,30 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "cached_proc_macro" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66e734c52502e6cf54dce2ba07108906b04b8fe57f4f5e3ef7d58267b4abf060" +dependencies = [ + "darling 0.20.11", + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "cached_proc_macro_types" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" +[[package]] +name = "cached_proc_macro_types" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26cf465651fa6ad902a2d327ba60c3a6bc61c6a2f4ad70d091cf20dfda0074ef" + [[package]] name = "cbc" version = "0.1.2" @@ -4722,7 +4756,7 @@ dependencies = [ "async-trait", "aws-lc-rs", "base64 0.22.1", - "cached", + "cached 0.56.0", "cfg-if", "chrono", "const-oid", diff --git a/Cargo.toml b/Cargo.toml index 409989fd..b9097aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.9.35" [workspace.dependencies] bon = "3.8.2" -cached = { version = "0.56.0", features = ["async"]} +cached = { version = "2.0.2", features = ["async"]} chrono = "0.4.43" clap = "4.6.1" colored = "3.1.1"