diff --git a/packages/newsboat/rust-libnewsboat-Cargo.toml.patch b/packages/newsboat/rust-libnewsboat-Cargo.toml.patch index d61a566c0..d8034bdf2 100644 --- a/packages/newsboat/rust-libnewsboat-Cargo.toml.patch +++ b/packages/newsboat/rust-libnewsboat-Cargo.toml.patch @@ -1,5 +1,6 @@ ---- ./rust/libnewsboat/Cargo.toml.orig 2021-05-17 16:44:12.665188034 +0000 -+++ ./rust/libnewsboat/Cargo.toml 2021-05-17 16:44:22.377378220 +0000 +diff -uNr newsboat-2.24/rust/libnewsboat/Cargo.toml newsboat-2.24.mod/rust/libnewsboat/Cargo.toml +--- newsboat-2.24/rust/libnewsboat/Cargo.toml 2021-06-20 20:40:09.000000000 +0300 ++++ newsboat-2.24.mod/rust/libnewsboat/Cargo.toml 2021-07-17 22:24:18.930766657 +0300 @@ -17,7 +17,7 @@ backtrace = "= 0.3" unicode-width = "0.1.8" @@ -14,7 +15,7 @@ default-features = false -[dependencies.gettext-rs] --version = "0.6.0" +-version = "0.7.0" -# Don't let the crate build its own copy of gettext; force it to use the one -# built into glibc. -features = [ "gettext-system" ] diff --git a/packages/newsboat/rust-regex-rs-Cargo.toml.patch b/packages/newsboat/rust-regex-rs-Cargo.toml.patch index b56582625..fcf152171 100644 --- a/packages/newsboat/rust-regex-rs-Cargo.toml.patch +++ b/packages/newsboat/rust-regex-rs-Cargo.toml.patch @@ -1,7 +1,8 @@ ---- ./rust/regex-rs/Cargo.toml.orig 2021-05-17 15:54:50.865965562 +0000 -+++ ./rust/regex-rs/Cargo.toml 2021-05-17 15:54:57.293957473 +0000 +diff -uNr newsboat-2.24/rust/regex-rs/Cargo.toml newsboat-2.24.mod/rust/regex-rs/Cargo.toml +--- newsboat-2.24/rust/regex-rs/Cargo.toml 2021-06-20 20:40:09.000000000 +0300 ++++ newsboat-2.24.mod/rust/regex-rs/Cargo.toml 2021-07-17 22:25:36.235307902 +0300 @@ -12,4 +12,3 @@ bitflags = "1.2" libc = ">=0.2.69" --gettext-rs = "0.6.0" +-gettext-rs = "0.7.0"