@@ -211,7 +211,7 @@ checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
211
211
dependencies = [
212
212
" lazy_static" ,
213
213
" memchr" ,
214
- " regex-automata" ,
214
+ " regex-automata 0.1.10 " ,
215
215
]
216
216
217
217
[[package ]]
@@ -1710,6 +1710,73 @@ version = "2.0.1"
1710
1710
source = " registry+https://github.com/rust-lang/crates.io-index"
1711
1711
checksum = " 3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
1712
1712
1713
+ [[package ]]
1714
+ name = " icu_list"
1715
+ version = " 1.0.0"
1716
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = " c40218275f081c4493f190357c5395647b06734c2dc3dcb41cc099a0f60168b1"
1718
+ dependencies = [
1719
+ " displaydoc" ,
1720
+ " icu_locid" ,
1721
+ " icu_provider" ,
1722
+ " regex-automata 0.2.0" ,
1723
+ " writeable" ,
1724
+ " zerovec" ,
1725
+ ]
1726
+
1727
+ [[package ]]
1728
+ name = " icu_locid"
1729
+ version = " 1.0.0"
1730
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = " 34b3de5d99a0e275fe6193b9586dbf37364daebc0d39c89b5cf8376a53b789e8"
1732
+ dependencies = [
1733
+ " displaydoc" ,
1734
+ " litemap" ,
1735
+ " tinystr" ,
1736
+ " writeable" ,
1737
+ " zerovec" ,
1738
+ ]
1739
+
1740
+ [[package ]]
1741
+ name = " icu_provider"
1742
+ version = " 1.0.1"
1743
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = " 2f911086e3c521a8a824d4f8bfd87769645ced2f07ff913b521c0d793be07100"
1745
+ dependencies = [
1746
+ " displaydoc" ,
1747
+ " icu_locid" ,
1748
+ " icu_provider_macros" ,
1749
+ " stable_deref_trait" ,
1750
+ " writeable" ,
1751
+ " yoke" ,
1752
+ " zerofrom" ,
1753
+ " zerovec" ,
1754
+ ]
1755
+
1756
+ [[package ]]
1757
+ name = " icu_provider_adapters"
1758
+ version = " 1.0.0"
1759
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1760
+ checksum = " 980c71d8a91b246ebbb97847178a4b816eea39d1d550c70ee566384555bb6545"
1761
+ dependencies = [
1762
+ " icu_locid" ,
1763
+ " icu_provider" ,
1764
+ " tinystr" ,
1765
+ " yoke" ,
1766
+ " zerovec" ,
1767
+ ]
1768
+
1769
+ [[package ]]
1770
+ name = " icu_provider_macros"
1771
+ version = " 1.0.0"
1772
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = " 38cf6f5b65cf81f0b4298da647101acbfe6ae0e25263f92bd7a22597e9d6d606"
1774
+ dependencies = [
1775
+ " proc-macro2" ,
1776
+ " quote" ,
1777
+ " syn" ,
1778
+ ]
1779
+
1713
1780
[[package ]]
1714
1781
name = " idna"
1715
1782
version = " 0.2.0"
@@ -2037,6 +2104,12 @@ dependencies = [
2037
2104
" walkdir" ,
2038
2105
]
2039
2106
2107
+ [[package ]]
2108
+ name = " litemap"
2109
+ version = " 0.6.0"
2110
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2111
+ checksum = " f34a3f4798fac63fb48cf277eefa38f94d3443baff555bb98e4f56bc9092368e"
2112
+
2040
2113
[[package ]]
2041
2114
name = " lld-wrapper"
2042
2115
version = " 0.1.0"
@@ -2103,7 +2176,7 @@ version = "0.1.0"
2103
2176
source = " registry+https://github.com/rust-lang/crates.io-index"
2104
2177
checksum = " 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2105
2178
dependencies = [
2106
- " regex-automata" ,
2179
+ " regex-automata 0.1.10 " ,
2107
2180
]
2108
2181
2109
2182
[[package ]]
@@ -2930,6 +3003,15 @@ dependencies = [
2930
3003
" regex-syntax" ,
2931
3004
]
2932
3005
3006
+ [[package ]]
3007
+ name = " regex-automata"
3008
+ version = " 0.2.0"
3009
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3010
+ checksum = " e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3011
+ dependencies = [
3012
+ " memchr" ,
3013
+ ]
3014
+
2933
3015
[[package ]]
2934
3016
name = " regex-syntax"
2935
3017
version = " 0.6.26"
@@ -3204,6 +3286,18 @@ dependencies = [
3204
3286
" rustc_span" ,
3205
3287
]
3206
3288
3289
+ [[package ]]
3290
+ name = " rustc_baked_icu_data"
3291
+ version = " 0.0.0"
3292
+ dependencies = [
3293
+ " icu_list" ,
3294
+ " icu_locid" ,
3295
+ " icu_provider" ,
3296
+ " icu_provider_adapters" ,
3297
+ " litemap" ,
3298
+ " zerovec" ,
3299
+ ]
3300
+
3207
3301
[[package ]]
3208
3302
name = " rustc_borrowck"
3209
3303
version = " 0.0.0"
@@ -3424,13 +3518,18 @@ version = "0.0.0"
3424
3518
dependencies = [
3425
3519
" fluent-bundle" ,
3426
3520
" fluent-syntax" ,
3521
+ " icu_list" ,
3522
+ " icu_locid" ,
3523
+ " icu_provider_adapters" ,
3427
3524
" intl-memoizer" ,
3525
+ " rustc_baked_icu_data" ,
3428
3526
" rustc_data_structures" ,
3429
3527
" rustc_macros" ,
3430
3528
" rustc_serialize" ,
3431
3529
" rustc_span" ,
3432
3530
" tracing" ,
3433
3531
" unic-langid" ,
3532
+ " writeable" ,
3434
3533
]
3435
3534
3436
3535
[[package ]]
@@ -4934,6 +5033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4934
5033
checksum = " f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
4935
5034
dependencies = [
4936
5035
" displaydoc" ,
5036
+ " zerovec" ,
4937
5037
]
4938
5038
4939
5039
[[package ]]
@@ -5544,6 +5644,12 @@ version = "0.42.0"
5544
5644
source = " registry+https://github.com/rust-lang/crates.io-index"
5545
5645
checksum = " f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
5546
5646
5647
+ [[package ]]
5648
+ name = " writeable"
5649
+ version = " 0.5.0"
5650
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5651
+ checksum = " f8e6ab4f5da1b24daf2c590cfac801bacb27b15b4f050e84eb60149ea726f06b"
5652
+
5547
5653
[[package ]]
5548
5654
name = " xattr"
5549
5655
version = " 0.2.2"
@@ -5596,3 +5702,71 @@ checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5596
5702
dependencies = [
5597
5703
" winapi" ,
5598
5704
]
5705
+
5706
+ [[package ]]
5707
+ name = " yoke"
5708
+ version = " 0.6.2"
5709
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5710
+ checksum = " 1fe1d55ca72c32d573bfbd5cb2f0ca65a497854c44762957a6d3da96041a5184"
5711
+ dependencies = [
5712
+ " serde" ,
5713
+ " stable_deref_trait" ,
5714
+ " yoke-derive" ,
5715
+ " zerofrom" ,
5716
+ ]
5717
+
5718
+ [[package ]]
5719
+ name = " yoke-derive"
5720
+ version = " 0.6.1"
5721
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5722
+ checksum = " 1346e4cd025ae818b88566eac7eb65ab33a994ea55f355c86889af2e7e56b14e"
5723
+ dependencies = [
5724
+ " proc-macro2" ,
5725
+ " quote" ,
5726
+ " syn" ,
5727
+ " synstructure" ,
5728
+ ]
5729
+
5730
+ [[package ]]
5731
+ name = " zerofrom"
5732
+ version = " 0.1.1"
5733
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5734
+ checksum = " 79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5735
+ dependencies = [
5736
+ " zerofrom-derive" ,
5737
+ ]
5738
+
5739
+ [[package ]]
5740
+ name = " zerofrom-derive"
5741
+ version = " 0.1.1"
5742
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5743
+ checksum = " 2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5744
+ dependencies = [
5745
+ " proc-macro2" ,
5746
+ " quote" ,
5747
+ " syn" ,
5748
+ " synstructure" ,
5749
+ ]
5750
+
5751
+ [[package ]]
5752
+ name = " zerovec"
5753
+ version = " 0.9.0"
5754
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5755
+ checksum = " b9d919a74c17749ccb17beaf6405562e413cd94e98ba52ca1e64bbe7eefbd8b8"
5756
+ dependencies = [
5757
+ " yoke" ,
5758
+ " zerofrom" ,
5759
+ " zerovec-derive" ,
5760
+ ]
5761
+
5762
+ [[package ]]
5763
+ name = " zerovec-derive"
5764
+ version = " 0.9.0"
5765
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5766
+ checksum = " 490e5f878c2856225e884c35927e7ea6db3c24cdb7229b72542c7526ad7ed49e"
5767
+ dependencies = [
5768
+ " proc-macro2" ,
5769
+ " quote" ,
5770
+ " syn" ,
5771
+ " synstructure" ,
5772
+ ]
0 commit comments