From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Thu, 6 Mar 2025 14:27:13 -0500
Subject: Relax Rust dependencies

---
 shell/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/Cargo.toml b/shell/Cargo.toml
index fbafc86..f3ca31c 100644
--- a/shell/Cargo.toml
+++ b/shell/Cargo.toml
@@ -19,7 +19,7 @@ papers-document.workspace = true
 env_logger = "0.11"
 gettext-rs = { version = "0.7", features = ["gettext-system"] }
 log = "0.4"
-lru = "0.13"
+lru = "0.12"
 futures = "0.3"
 oo7 = { version = "0.3", optional = true }
 
