From 8f89ffed13cff9bd730f4c67505845c0b56f22b2 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Wed, 26 Jul 2023 22:36:24 -0230 Subject: [PATCH] Bump `lru` to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71e5a01..9885038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0 OR Zlib" wgpu = "0.16" etagere = "0.2.8" cosmic-text = "0.9" -lru = "0.9" +lru = "0.11" [dev-dependencies] winit = "0.27.0"