summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/libnewsboat/Cargo.toml2
-rw-r--r--rust/regex-rs/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 2848b4cb..8b508ba0 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -23,7 +23,7 @@ chrono = "0.4.34"
unicode-segmentation = "1.12.0"
[dependencies.gettext-rs]
-version = "0.7.1"
+version = "0.7.2"
# 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/rust/regex-rs/Cargo.toml b/rust/regex-rs/Cargo.toml
index a6301bd4..44aad3ec 100644
--- a/rust/regex-rs/Cargo.toml
+++ b/rust/regex-rs/Cargo.toml
@@ -12,4 +12,4 @@ strprintf = { path="../strprintf" }
bitflags = "2.6"
libc = ">=0.2.69"
-gettext-rs = "0.7.1"
+gettext-rs = "0.7.2"