From 75c8ac0303bb46d14eade64489231e53f4538aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:48:06 +0000 Subject: [PATCH] Bump quick_cache from 0.6.21 to 0.6.22 Bumps [quick_cache](https://github.com/arthurprs/quick-cache) from 0.6.21 to 0.6.22. - [Release notes](https://github.com/arthurprs/quick-cache/releases) - [Commits](https://github.com/arthurprs/quick-cache/compare/v0.6.21...v0.6.22) --- updated-dependencies: - dependency-name: quick_cache dependency-version: 0.6.22 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 acc0243..841d688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,9 +1245,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3" +checksum = "d1c821816e9b928e20e92ed59bb3ac4aab321d16ca2316871c9fe7ca739cd477" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 31913cc..ffbabe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ schnellru = "0.2.4" tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] } moka = { version = "0.12.15", features = ["sync"] } rand = "0.10.0" -quick_cache = "0.6.21" +quick_cache = "0.6.22" # rustc-hash replaces unmaintained fxhash (RUSTSEC-2025-0057). Drop-in compatible # via `rustc_hash::FxBuildHasher`; both are `BuildHasherDefault`-shaped. rustc-hash = "2"