@@ -1153,6 +1153,17 @@ dependencies = [
1153
1153
" winapi" ,
1154
1154
]
1155
1155
1156
+ [[package ]]
1157
+ name = " displaydoc"
1158
+ version = " 0.2.3"
1159
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1160
+ checksum = " 3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1161
+ dependencies = [
1162
+ " proc-macro2" ,
1163
+ " quote" ,
1164
+ " syn" ,
1165
+ ]
1166
+
1156
1167
[[package ]]
1157
1168
name = " dlmalloc"
1158
1169
version = " 0.2.3"
@@ -1833,11 +1844,10 @@ dependencies = [
1833
1844
1834
1845
[[package ]]
1835
1846
name = " intl_pluralrules"
1836
- version = " 7.0.1 "
1847
+ version = " 7.0.2 "
1837
1848
source = " registry+https://github.com/rust-lang/crates.io-index"
1838
- checksum = " b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf "
1849
+ checksum = " 078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972 "
1839
1850
dependencies = [
1840
- " tinystr" ,
1841
1851
" unic-langid" ,
1842
1852
]
1843
1853
@@ -4912,9 +4922,12 @@ dependencies = [
4912
4922
4913
4923
[[package ]]
4914
4924
name = " tinystr"
4915
- version = " 0.3.4 "
4925
+ version = " 0.7.0 "
4916
4926
source = " registry+https://github.com/rust-lang/crates.io-index"
4917
- checksum = " 29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
4927
+ checksum = " f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
4928
+ dependencies = [
4929
+ " displaydoc" ,
4930
+ ]
4918
4931
4919
4932
[[package ]]
4920
4933
name = " tinyvec"
@@ -5140,28 +5153,28 @@ dependencies = [
5140
5153
5141
5154
[[package ]]
5142
5155
name = " unic-langid"
5143
- version = " 0.9.0 "
5156
+ version = " 0.9.1 "
5144
5157
source = " registry+https://github.com/rust-lang/crates.io-index"
5145
- checksum = " 73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5 "
5158
+ checksum = " 398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f "
5146
5159
dependencies = [
5147
5160
" unic-langid-impl" ,
5148
5161
" unic-langid-macros" ,
5149
5162
]
5150
5163
5151
5164
[[package ]]
5152
5165
name = " unic-langid-impl"
5153
- version = " 0.9.0 "
5166
+ version = " 0.9.1 "
5154
5167
source = " registry+https://github.com/rust-lang/crates.io-index"
5155
- checksum = " 1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d "
5168
+ checksum = " e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff "
5156
5169
dependencies = [
5157
5170
" tinystr" ,
5158
5171
]
5159
5172
5160
5173
[[package ]]
5161
5174
name = " unic-langid-macros"
5162
- version = " 0.9.0 "
5175
+ version = " 0.9.1 "
5163
5176
source = " registry+https://github.com/rust-lang/crates.io-index"
5164
- checksum = " 18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5 "
5177
+ checksum = " 055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe "
5165
5178
dependencies = [
5166
5179
" proc-macro-hack" ,
5167
5180
" tinystr" ,
@@ -5171,9 +5184,9 @@ dependencies = [
5171
5184
5172
5185
[[package ]]
5173
5186
name = " unic-langid-macros-impl"
5174
- version = " 0.9.0 "
5187
+ version = " 0.9.1 "
5175
5188
source = " registry+https://github.com/rust-lang/crates.io-index"
5176
- checksum = " 29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f "
5189
+ checksum = " 1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8 "
5177
5190
dependencies = [
5178
5191
" proc-macro-hack" ,
5179
5192
" quote" ,
0 commit comments