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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-19 06:43:06 +02:00
committed by generall
parent f9bf8f43fa
commit ad3df4b49c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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 }