File: relax-deps.patch

package info (click to toggle)
papers 48.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,096 kB
  • sloc: ansic: 38,478; sh: 195; xml: 127; makefile: 117
file content (21 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 }