You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
877 B

From c84bac99a95e57c8966d228fcf3343e965d7997b Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Mon, 1 Feb 2021 16:06:11 +0100
Subject: [PATCH] libnewsboat: relax requirements
Signed-off-by: rpm-build <rpm-build>
---
rust/libnewsboat/Cargo.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 60c3243..ef88ae5 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -10,12 +10,12 @@ regex-rs = { path="../regex-rs" }
chrono = "0.4"
fastrand = "1.8.0"
-once_cell = "1.15.0"
-url = "2.3.1"
-percent-encoding = "2.2.0"
+once_cell = "1.14.0"
+url = "2.2.2"
+percent-encoding = "2.1.0"
xdg = "2.4.1"
-backtrace = "= 0.3"
-unicode-width = "0.1.10"
+backtrace = ">= 0.3"
+unicode-width = "0.1.9"
nom = "7"
libc = "0.2"
natord = "1.0.9"
--
2.37.3