From dbfe819087dfe0b48f418f3060dd2e2f4030b9a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:22:26 +0000 Subject: [PATCH] fix(deps): update rust crate cached to 0.49.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb6830..feef0e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["color", "rich", "port", "term", "cli"] categories = ["command-line-interface"] [dependencies] -cached = "0.43.0" +cached = "0.49.0" fraction = { version = "0.13.1", default-features = false } lazy_static = "1.4.0" lru = "0.10.0"