From 36459b06ca6b84cf44e91aac2e3554909fb1e74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 22 Jul 2025 02:25:09 +0200 Subject: [PATCH] Update `lru` and remove patch of `etagere` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6921a2..29d8656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,9 @@ license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = { version = "25", default-features = false, features = ["wgsl"] } -etagere = "0.2.15" +etagere = "0.2" cosmic-text = "0.14" -lru = { version = "0.13", default-features = false } +lru = { version = "0.16", default-features = false } rustc-hash = "2.0" [dev-dependencies]