@@ -81,6 +81,18 @@ dependencies = [
81
81
" unicode-width" ,
82
82
]
83
83
84
+ [[package ]]
85
+ name = " getrandom"
86
+ version = " 0.3.3"
87
+ source = " registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = " 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
89
+ dependencies = [
90
+ " cfg-if" ,
91
+ " libc" ,
92
+ " r-efi" ,
93
+ " wasi" ,
94
+ ]
95
+
84
96
[[package ]]
85
97
name = " hermit-abi"
86
98
version = " 0.3.1"
@@ -111,9 +123,9 @@ checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
111
123
112
124
[[package ]]
113
125
name = " linux-raw-sys"
114
- version = " 0.4.14 "
126
+ version = " 0.9.4 "
115
127
source = " registry+https://github.com/rust-lang/crates.io-index"
116
- checksum = " 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 "
128
+ checksum = " cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 "
117
129
118
130
[[package ]]
119
131
name = " memchr"
@@ -137,6 +149,12 @@ version = "1.20.2"
137
149
source = " registry+https://github.com/rust-lang/crates.io-index"
138
150
checksum = " 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
139
151
152
+ [[package ]]
153
+ name = " r-efi"
154
+ version = " 5.2.0"
155
+ source = " registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = " 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
157
+
140
158
[[package ]]
141
159
name = " regex"
142
160
version = " 1.8.4"
@@ -166,9 +184,9 @@ dependencies = [
166
184
167
185
[[package ]]
168
186
name = " rustix"
169
- version = " 0.38.42 "
187
+ version = " 1.0.7 "
170
188
source = " registry+https://github.com/rust-lang/crates.io-index"
171
- checksum = " f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85 "
189
+ checksum = " c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 "
172
190
dependencies = [
173
191
" bitflags" ,
174
192
" errno" ,
@@ -188,12 +206,12 @@ dependencies = [
188
206
189
207
[[package ]]
190
208
name = " tempfile"
191
- version = " 3.14 .0"
209
+ version = " 3.20 .0"
192
210
source = " registry+https://github.com/rust-lang/crates.io-index"
193
- checksum = " 28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c "
211
+ checksum = " e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 "
194
212
dependencies = [
195
- " cfg-if" ,
196
213
" fastrand" ,
214
+ " getrandom" ,
197
215
" once_cell" ,
198
216
" rustix" ,
199
217
" windows-sys" ,
@@ -242,6 +260,15 @@ dependencies = [
242
260
" winapi-util" ,
243
261
]
244
262
263
+ [[package ]]
264
+ name = " wasi"
265
+ version = " 0.14.2+wasi-0.2.4"
266
+ source = " registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = " 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
268
+ dependencies = [
269
+ " wit-bindgen-rt" ,
270
+ ]
271
+
245
272
[[package ]]
246
273
name = " winapi"
247
274
version = " 0.3.9"
@@ -345,3 +372,12 @@ name = "windows_x86_64_msvc"
345
372
version = " 0.52.6"
346
373
source = " registry+https://github.com/rust-lang/crates.io-index"
347
374
checksum = " 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
375
+
376
+ [[package ]]
377
+ name = " wit-bindgen-rt"
378
+ version = " 0.39.0"
379
+ source = " registry+https://github.com/rust-lang/crates.io-index"
380
+ checksum = " 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
381
+ dependencies = [
382
+ " bitflags" ,
383
+ ]
0 commit comments