From 1975a670767a89f152b191b07304aa2ca48c9a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:47:07 +0000 Subject: [PATCH] Bump gettext-rs from 0.7.0 to 0.7.2 Bumps [gettext-rs](https://github.com/gettext-rs/gettext-rs) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/gettext-rs/gettext-rs/releases) - [Commits](https://github.com/gettext-rs/gettext-rs/compare/0.7.0...0.7.2) --- updated-dependencies: - dependency-name: gettext-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2c5f5c..ddf8c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,9 +250,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "gettext-rs" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" +checksum = "a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a" dependencies = [ "gettext-sys", "locale_config", diff --git a/Cargo.toml b/Cargo.toml index 1472dd7..00d45f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,4 +62,4 @@ enum_dispatch = "0.3" # gettext-rs is not supported under Windows (native) [target.'cfg( not(target_env = "msvc") )'.dependencies] # TODO: 0.7.1 removed gettext macro. -gettext-rs = { version = "=0.7.0", features = ["gettext-system"] } +gettext-rs = { version = "=0.7.2", features = ["gettext-system"] }