File tree 4 files changed +15
-23
lines changed 4 files changed +15
-23
lines changed Original file line number Diff line number Diff line change @@ -1259,16 +1259,16 @@ dependencies = [
1259
1259
1260
1260
[[package ]]
1261
1261
name = " fluent-bundle"
1262
- version = " 0.15.3 "
1262
+ version = " 0.16.0 "
1263
1263
source = " registry+https://github.com/rust-lang/crates.io-index"
1264
- checksum = " 7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493 "
1264
+ checksum = " 01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4 "
1265
1265
dependencies = [
1266
1266
" fluent-langneg" ,
1267
1267
" fluent-syntax" ,
1268
1268
" intl-memoizer" ,
1269
1269
" intl_pluralrules" ,
1270
- " rustc-hash 1 .1.0 " ,
1271
- " self_cell 0.10.3 " ,
1270
+ " rustc-hash 2 .1.1 " ,
1271
+ " self_cell" ,
1272
1272
" smallvec" ,
1273
1273
" unic-langid" ,
1274
1274
]
@@ -1284,11 +1284,12 @@ dependencies = [
1284
1284
1285
1285
[[package ]]
1286
1286
name = " fluent-syntax"
1287
- version = " 0.11.1 "
1287
+ version = " 0.12.0 "
1288
1288
source = " registry+https://github.com/rust-lang/crates.io-index"
1289
- checksum = " 2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d "
1289
+ checksum = " 54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198 "
1290
1290
dependencies = [
1291
- " thiserror 1.0.69" ,
1291
+ " memchr" ,
1292
+ " thiserror 2.0.12" ,
1292
1293
]
1293
1294
1294
1295
[[package ]]
@@ -1934,9 +1935,9 @@ dependencies = [
1934
1935
1935
1936
[[package ]]
1936
1937
name = " intl-memoizer"
1937
- version = " 0.5.2 "
1938
+ version = " 0.5.3 "
1938
1939
source = " registry+https://github.com/rust-lang/crates.io-index"
1939
- checksum = " fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda "
1940
+ checksum = " 310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f "
1940
1941
dependencies = [
1941
1942
" type-map" ,
1942
1943
" unic-langid" ,
@@ -4832,15 +4833,6 @@ version = "1.2.0"
4832
4833
source = " registry+https://github.com/rust-lang/crates.io-index"
4833
4834
checksum = " 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4834
4835
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
-
4844
4836
[[package ]]
4845
4837
name = " self_cell"
4846
4838
version = " 1.2.0"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- fluent-bundle = " 0.15.2 "
9
- fluent-syntax = " 0.11 "
8
+ fluent-bundle = " 0.16 "
9
+ fluent-syntax = " 0.12 "
10
10
icu_list = " 1.2"
11
11
icu_locid = " 1.2"
12
12
icu_provider_adapters = " 1.2"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ proc-macro = true
9
9
[dependencies ]
10
10
# tidy-alphabetical-start
11
11
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 "
14
14
proc-macro2 = " 1"
15
15
quote = " 1"
16
16
syn = { version = " 2" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ semver = "1.0"
15
15
serde = { version = " 1.0.125" , features = [" derive" ], optional = true }
16
16
termcolor = " 1.1.3"
17
17
rustc-hash = " 2.0.0"
18
- fluent-syntax = " 0.11.1 "
18
+ fluent-syntax = " 0.12 "
19
19
similar = " 2.5.0"
20
20
toml = " 0.7.8"
21
21
You can’t perform that action at this time.
0 commit comments