From dde65faaf505caed197476c72d153bb6f9c407d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:20:20 +0000 Subject: [PATCH] fix(deps): update rust crate lru to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb6830..3eba960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-interface"] cached = "0.43.0" fraction = { version = "0.13.1", default-features = false } lazy_static = "1.4.0" -lru = "0.10.0" +lru = "0.11.0" maplit = "1.0.2" ordered-float = "3.7.0" regex = "1.9.0"