File: relax-deps.diff

package info (click to toggle)
newsboat 2.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,108 kB
  • sloc: cpp: 72,024; sh: 383; ansic: 346; makefile: 311; xml: 274; ruby: 206; python: 67; awk: 57; perl: 38
file content (44 lines) | stat: -rw-r--r-- 985 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -10,7 +10,7 @@
 
 chrono = "0.4"
 rand = "0.7"
-once_cell = "1.4.1"
+once_cell = "1.3.1"
 url = "2.0.0"
 percent-encoding = "2.0.0"
 xdg = "2.2.0"
@@ -19,7 +19,7 @@
 nom = "5"
 curl-sys = "0.4.5"
 libc = "0.2"
-gettext-rs = "0.5.0"
+gettext-rs = "0.4"
 natord = "1.0.9"
 lazy_static = "1.4.0"
 
@@ -35,13 +35,12 @@
 default-features = false
 
 [dependencies.gettext-sys]
-version = "0.19.9"
+version = "0.19.8"
 # Don't let the crate build its own copy of gettext; force it to use the one
 # built into glibc.
 features = [ "gettext-system" ]
 
 [dev-dependencies]
 tempfile = "3"
-# 0.9.6 fixes build failures on Nightly >=2020-04-08: https://github.com/newsboat/newsboat/issues/870
-proptest = ">=0.9.6"
+proptest = "0.9"
 section_testing = "0.0.4"
--- a/rust/regex-rs/Cargo.toml
+++ b/rust/regex-rs/Cargo.toml
@@ -12,4 +12,4 @@
 
 bitflags = "1.2"
 libc = ">=0.2.69"
-gettext-rs = "0.5.0"
+gettext-rs = "0.4.0"