From 81f9494e3a8cdfd9f29eb0182b73b407448fb061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:28:11 +0000 Subject: [PATCH] fix(deps): update rust crate quick_cache to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6f44fc..22c9517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ log = "0.4.20" lz4_flex = "0.11.2" min-max-heap = "1.3.0" path-absolutize = "3.1.1" -quick_cache = { version = "0.4.0", default-features = false, features = [] } +quick_cache = { version = "0.4.1", default-features = false, features = [] } rand = "0.8.5" seahash = { version = "4.1.0", optional = true } serde = { version = "1.0.196", features = ["derive", "rc"] }