Skip to content

Commit c8b6ab2

Browse files
authored
Unrolled build for #141645
Rollup merge of #141645 - klensy:fluent-b, r=jieyouxu bump fluent-* crates This bumps fluent-* crates, switching to more up-to-date deps, reducing number of old ones. changelogs is pure refactoring: https://github.com/projectfluent/fluent-rs/blob/fluent-bundle%400.16.0/fluent-bundle/CHANGELOG.md https://github.com/projectfluent/fluent-rs/blob/fluent-bundle%400.16.0/fluent-syntax/CHANGELOG.md
2 parents c583fa6 + e6312c9 commit c8b6ab2

File tree

4 files changed

+15
-23
lines changed

4 files changed

+15
-23
lines changed

Cargo.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,16 +1259,16 @@ dependencies = [
12591259

12601260
[[package]]
12611261
name = "fluent-bundle"
1262-
version = "0.15.3"
1262+
version = "0.16.0"
12631263
source = "registry+https://github.com/rust-lang/crates.io-index"
1264-
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
1264+
checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4"
12651265
dependencies = [
12661266
"fluent-langneg",
12671267
"fluent-syntax",
12681268
"intl-memoizer",
12691269
"intl_pluralrules",
1270-
"rustc-hash 1.1.0",
1271-
"self_cell 0.10.3",
1270+
"rustc-hash 2.1.1",
1271+
"self_cell",
12721272
"smallvec",
12731273
"unic-langid",
12741274
]
@@ -1284,11 +1284,12 @@ dependencies = [
12841284

12851285
[[package]]
12861286
name = "fluent-syntax"
1287-
version = "0.11.1"
1287+
version = "0.12.0"
12881288
source = "registry+https://github.com/rust-lang/crates.io-index"
1289-
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
1289+
checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198"
12901290
dependencies = [
1291-
"thiserror 1.0.69",
1291+
"memchr",
1292+
"thiserror 2.0.12",
12921293
]
12931294

12941295
[[package]]
@@ -1934,9 +1935,9 @@ dependencies = [
19341935

19351936
[[package]]
19361937
name = "intl-memoizer"
1937-
version = "0.5.2"
1938+
version = "0.5.3"
19381939
source = "registry+https://github.com/rust-lang/crates.io-index"
1939-
checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
1940+
checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f"
19401941
dependencies = [
19411942
"type-map",
19421943
"unic-langid",
@@ -4832,15 +4833,6 @@ version = "1.2.0"
48324833
source = "registry+https://github.com/rust-lang/crates.io-index"
48334834
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
48344835

4835-
[[package]]
4836-
name = "self_cell"
4837-
version = "0.10.3"
4838-
source = "registry+https://github.com/rust-lang/crates.io-index"
4839-
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4840-
dependencies = [
4841-
"self_cell 1.2.0",
4842-
]
4843-
48444836
[[package]]
48454837
name = "self_cell"
48464838
version = "1.2.0"

compiler/rustc_error_messages/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
fluent-bundle = "0.15.2"
9-
fluent-syntax = "0.11"
8+
fluent-bundle = "0.16"
9+
fluent-syntax = "0.12"
1010
icu_list = "1.2"
1111
icu_locid = "1.2"
1212
icu_provider_adapters = "1.2"

compiler/rustc_fluent_macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ proc-macro = true
99
[dependencies]
1010
# tidy-alphabetical-start
1111
annotate-snippets = "0.11"
12-
fluent-bundle = "0.15.2"
13-
fluent-syntax = "0.11"
12+
fluent-bundle = "0.16"
13+
fluent-syntax = "0.12"
1414
proc-macro2 = "1"
1515
quote = "1"
1616
syn = { version = "2", features = ["full"] }

src/tools/tidy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ semver = "1.0"
1515
serde = { version = "1.0.125", features = ["derive"], optional = true }
1616
termcolor = "1.1.3"
1717
rustc-hash = "2.0.0"
18-
fluent-syntax = "0.11.1"
18+
fluent-syntax = "0.12"
1919
similar = "2.5.0"
2020
toml = "0.7.8"
2121

0 commit comments

Comments
 (0)