From 1bb46e41ff93da89a965567b11383c353942af7c Mon Sep 17 00:00:00 2001 From: grovesNL Date: Mon, 15 Jan 2024 16:03:19 -0330 Subject: [PATCH] Update lru --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85a4f8d..851defc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0 OR Zlib" wgpu = "0.18" etagere = "0.2.10" cosmic-text = "0.10" -lru = "0.11" +lru = "0.12.1" [dev-dependencies] winit = { version = "0.29.10", features = ["rwh_05"] }