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
|
From: Matthias Geiger <werdahias@debian.org>
Date: Wed, 31 Dec 2025 15:47:25 +0100
Subject: Relax gettext-sys
Forwarded: not-needed
Last-Update: 2025-09-02
Last-Update: 2025-09-02
---
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index e2ab87c..3ef80e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ async-lock = "3.4.0"
cairo-rs = { version = "0.21.0", features = ["pdf"] }
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
-gettext-sys = { version = "0.22.5", features = ["gettext-system"] }
+gettext-sys = { version = "0.21", features = ["gettext-system"] }
gio = { version = "0.21.0", features = ["v2_74"] }
glycin = { version = "3.0.4", features = ["gdk4", "unstable-config"] }
gtk = { package = "gtk4", version = "0.10.0", features = [
@@ -39,7 +39,7 @@ indexmap = "2.0.0"
libc = "0.2.158"
libgweather = "4.4.0"
log = "0.4.17"
-strum = { version = "0.27.1", features = ["derive"] }
+strum = { version = "0.26", features = ["derive"] }
thiserror = "2.0.3"
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
url = "2.3.1"
|