From b6f81bde8c1bb6cda3062e4064bf4b8f48f37d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:15:19 +0000 Subject: [PATCH] Bump quick_cache from 0.4.1 to 0.4.2 Bumps [quick_cache](https://github.com/arthurprs/quick-cache) from 0.4.1 to 0.4.2. - [Commits](https://github.com/arthurprs/quick-cache/commits) --- updated-dependencies: - dependency-name: quick_cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a01f86ef2a..4ea47fb84b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6394,9 +6394,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c20af3800cee5134b79a3bd4a3d4b583c16ccfa5f53338f46400851a5b3819" +checksum = "b1380629287ed1247c1e0fcc6d43efdcec508b65382c9ab775cc8f3df7ca07b0" dependencies = [ "ahash 0.8.7", "equivalent",