From ad3df4b49c46d7c8e176187964a673e7d0fff2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:43:06 +0200 Subject: [PATCH] build(deps): bump quick_cache from 0.6.21 to 0.6.22 (#9084) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lib/common/common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7b3934c04..6f0cca78be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5958,9 +5958,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/lib/common/common/Cargo.toml b/lib/common/common/Cargo.toml index 08ae3cb330..c11c5af6e2 100644 --- a/lib/common/common/Cargo.toml +++ b/lib/common/common/Cargo.toml @@ -34,7 +34,7 @@ num_cpus = "1.17" ordered-float = { workspace = true } parking_lot = { workspace = true } ph = { workspace = true } -quick_cache = "0.6.19" +quick_cache = "0.6.22" rand = { workspace = true } schemars = { workspace = true } semver = { workspace = true }