Update rust-i18n v3.1.1 (#127)

This commit is contained in:
Jason Lee 2024-08-09 11:53:42 +08:00 committed by GitHub
parent eb53016d71
commit 8aa80ead58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

63
Cargo.lock generated
View file

@ -502,6 +502,12 @@ dependencies = [
"arrayvec",
]
[[package]]
name = "base62"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f879ef8fc74665ed7f0e6127cb106315888fc2744f68e14b74f83edbb2a08992"
[[package]]
name = "base64"
version = "0.22.1"
@ -2933,7 +2939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -2952,6 +2958,12 @@ dependencies = [
"libc",
]
[[package]]
name = "libyml"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64804cc6a5042d4f05379909ba25b503ec04e2c082151d62122d5dcaa274b961"
[[package]]
name = "libz-sys"
version = "1.1.18"
@ -2964,12 +2976,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linkme"
version = "0.3.27"
@ -4308,9 +4314,9 @@ dependencies = [
[[package]]
name = "rust-i18n"
version = "3.0.1"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dcd94370631e5658a0a23635f7f47e43d06a00ad948e0bb5de79b00d85b880c"
checksum = "86c962de4e085155073c9ea6b00d8a8049f7dadfb63c62677615a248dd7b0443"
dependencies = [
"globwalk",
"once_cell",
@ -4322,9 +4328,9 @@ dependencies = [
[[package]]
name = "rust-i18n-macro"
version = "3.0.0"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355763801dcf287e777e42def7c578410783477b804b1107852119e0b2518396"
checksum = "0b727e4fde7339b901ed0a0d494c6ea576b5273c9692ff18db716b147b08dc68"
dependencies = [
"glob",
"once_cell",
@ -4333,18 +4339,20 @@ dependencies = [
"rust-i18n-support",
"serde",
"serde_json",
"serde_yaml",
"serde_yml",
"syn 2.0.71",
]
[[package]]
name = "rust-i18n-support"
version = "3.0.1"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399801f4d955abf1c3ce3ce2215dc76bd40beb4ae39e3a84936b21a79ce2caa5"
checksum = "33410d4f5d19e193c2f34c4210c6646dcbc68cd823f147a790556e53ad7d13b7"
dependencies = [
"arc-swap",
"base62",
"globwalk",
"itertools 0.11.0",
"lazy_static",
"normpath",
"once_cell",
@ -4352,7 +4360,8 @@ dependencies = [
"regex",
"serde",
"serde_json",
"serde_yaml",
"serde_yml",
"siphasher 1.0.1",
"toml 0.7.8",
"triomphe",
]
@ -4630,15 +4639,20 @@ dependencies = [
]
[[package]]
name = "serde_yaml"
version = "0.8.26"
name = "serde_yml"
version = "0.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
checksum = "48e76bab63c3fd98d27c17f9cbce177f64a91f5e69ac04cafe04e1bb25d1dc3c"
dependencies = [
"indexmap 1.9.3",
"indexmap 2.2.6",
"itoa 1.0.11",
"libyml",
"log",
"memchr",
"ryu",
"serde",
"yaml-rust",
"serde_json",
"tempfile",
]
[[package]]
@ -6602,15 +6616,6 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yazi"
version = "0.1.6"