From a78f2426c2521c93952084ac5f85d6de37506934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:37:16 +0000 Subject: [PATCH] chore(deps): bump quick_cache from 0.6.21 to 0.6.23 Bumps [quick_cache](https://github.com/arthurprs/quick-cache) from 0.6.21 to 0.6.23. - [Release notes](https://github.com/arthurprs/quick-cache/releases) - [Commits](https://github.com/arthurprs/quick-cache/compare/v0.6.21...v0.6.23) --- updated-dependencies: - dependency-name: quick_cache dependency-version: 0.6.23 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7fbae25b..d674728f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1839,9 +1839,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick_cache" -version = "0.6.21" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3" +checksum = "3a3db184a8b66cfe87f0263a1de147a6b554c864d1767c6f7fa4eb0e5497b565" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 64acc61f..ca0dcd36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ prost-types = "0.14.4" # Exact-pinned per AGENTS.md "Pin security-critical deps" — this cache # holds authoritative hash results so a silent upstream change here # could affect integrity decisions. -quick_cache = "=0.6.21" +quick_cache = "=0.6.23" rand = "0.10.1" # Database and storage