From 5e8b9cfffa7706cfae3a66605f07f0b13db62e97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 07:42:10 +0000 Subject: [PATCH] fix(deps): update rust crate lru to 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d6e0a1..b2f1a2a 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.10.1" maplit = "1.0.2" ordered-float = "3.7.0" regex = "1.8.4"