diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 | ||||
-rw-r--r-- | rust/regex-rs/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -652,9 +652,9 @@ dependencies = [ [[package]] name = "gettext-rs" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a6716b8a0db461a2720b850ba1623e5b69e4b1aa0224cf5e1fb23a0fe49e65c" +checksum = "a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a" dependencies = [ "gettext-sys", "locale_config", 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" |