From 92941cc398aab0be716971317d8e33c5263fb7c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Jul 2024 00:01:14 +0000 Subject: [PATCH] fix(deps): update rust crate quick_cache to 0.6.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09955f8..2483224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,9 +2034,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347e1a588d1de074eeb3c00eadff93db4db65aeb62aee852b1efd0949fe65b6c" +checksum = "3e00e03be638aaab399c951dba6bea0161f99f26df0ccab4ab0fc6eb9535bd48" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index be55158..e80f6c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ once_cell = "1.19.0" path_macro = "1.0.0" percent-encoding = "2.3.1" pin-project = "1.1.5" -quick_cache = "0.5.1" +quick_cache = "0.6.0" rand = "0.8.5" regex = "1.10.4" reqwest = { version = "0.12.4", default-features = false, features = [