From 9a4297f9da9f20626ce2559d49806b1b0e36cfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:21:12 +0000 Subject: [PATCH] Bump rust-i18n from 3.1.3 to 3.1.4 Bumps [rust-i18n](https://github.com/longbridge/rust-i18n) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/longbridge/rust-i18n/releases) - [Commits](https://github.com/longbridge/rust-i18n/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: rust-i18n dependency-version: 3.1.4 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 0944759..ea4996d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,9 +349,9 @@ dependencies = [ [[package]] name = "rust-i18n" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71b3a6e1c6565b77c86d868eea3068b0eb39582510f9c78cfbd5c67bd36fda9b" +checksum = "a2b6307cde881492032919adf26e254981604a6657b339ae23cce8358e9ee203" dependencies = [ "globwalk", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 44023bc..bc303e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # For serde info, see [dependencies.serde] libc = "0.2.171, ~0.2.169" ron = "0.8.1, >=0.8, <0.9" -rust-i18n = "3.1.3, ~3.1.3" +rust-i18n = "3.1.4" [dependencies.clap] version = "4.5, ~4.5.27" -- 2.49.1