diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-11 18:02:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 18:02:20 +0000 |
commit | 7f4fb5717d6d4f1d4d31aa359c6dcbd3279282c8 (patch) | |
tree | 6e405e0da788f23df18215786c742f16e95a5844 | |
parent | c073f87acdd246b97a5a1448f64714aa4a6dd788 (diff) | |
parent | 25260310cd2cd258dd5e9e29fc428cca82a7e862 (diff) |
Merge pull request #2896 from newsboat/dependabot/cargo/gettext-rs-0.7.2
-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" |