From 83a9d445a4af935c995a083eb2d574341670ed52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:57:06 +0000 Subject: [PATCH] deps: bump quick_cache from 0.6.21 to 0.6.22 in the rust-minor group Bumps the rust-minor group with 1 update: [quick_cache](https://github.com/arthurprs/quick-cache). Updates `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 dependency-group: rust-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 333381d..811b66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,9 +842,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[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",