Bump rust-i18n from 3.1.3 to 3.1.4 #15

Closed
dependabot[bot] wants to merge 1 commits from dependabot/cargo/rust-i18n-3.1.4 into main
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -349,9 +349,9 @@ dependencies = [
[[package]] [[package]]
name = "rust-i18n" name = "rust-i18n"
version = "3.1.3" version = "3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71b3a6e1c6565b77c86d868eea3068b0eb39582510f9c78cfbd5c67bd36fda9b" checksum = "a2b6307cde881492032919adf26e254981604a6657b339ae23cce8358e9ee203"
dependencies = [ dependencies = [
"globwalk", "globwalk",
"once_cell", "once_cell",

View File

@@ -12,7 +12,7 @@ edition = "2021"
# For serde info, see [dependencies.serde] # For serde info, see [dependencies.serde]
libc = "0.2.171, ~0.2.169" libc = "0.2.171, ~0.2.169"
ron = "0.8.1, >=0.8, <0.9" ron = "0.8.1, >=0.8, <0.9"
rust-i18n = "3.1.3, ~3.1.3" rust-i18n = "3.1.4"
[dependencies.clap] [dependencies.clap]
version = "4.5, ~4.5.27" version = "4.5, ~4.5.27"