1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
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
Forwarded: not-needed
---
shell/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/Cargo.toml b/shell/Cargo.toml
index 50262bd..242f51e 100644
--- a/shell/Cargo.toml
+++ b/shell/Cargo.toml
@@ -20,7 +20,7 @@ gtk.workspace = true
env_logger.workspace = true
log.workspace = true
gettext-rs = { version = "0.7", features = ["gettext-system"] }
-lru = "0.16"
+lru = ">= 0.12, < 1"
futures = "0.3"
git-version = "0.3"
|