@@ -17,6 +17,17 @@ version = "1.0.2"
17
17
source = " registry+https://github.com/rust-lang/crates.io-index"
18
18
checksum = " f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
19
20
+ [[package ]]
21
+ name = " aes"
22
+ version = " 0.8.3"
23
+ source = " registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = " ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
25
+ dependencies = [
26
+ " cfg-if" ,
27
+ " cipher" ,
28
+ " cpufeatures" ,
29
+ ]
30
+
20
31
[[package ]]
21
32
name = " aho-corasick"
22
33
version = " 1.1.1"
@@ -142,6 +153,16 @@ version = "1.0.0"
142
153
source = " registry+https://github.com/rust-lang/crates.io-index"
143
154
checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
144
155
156
+ [[package ]]
157
+ name = " cipher"
158
+ version = " 0.4.4"
159
+ source = " registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = " 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
161
+ dependencies = [
162
+ " crypto-common" ,
163
+ " inout" ,
164
+ ]
165
+
145
166
[[package ]]
146
167
name = " color-eyre"
147
168
version = " 0.6.2"
@@ -199,6 +220,15 @@ dependencies = [
199
220
" windows-sys 0.45.0" ,
200
221
]
201
222
223
+ [[package ]]
224
+ name = " cpufeatures"
225
+ version = " 0.2.9"
226
+ source = " registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = " a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
228
+ dependencies = [
229
+ " libc" ,
230
+ ]
231
+
202
232
[[package ]]
203
233
name = " crossbeam-channel"
204
234
version = " 0.5.8"
@@ -218,6 +248,16 @@ dependencies = [
218
248
" cfg-if" ,
219
249
]
220
250
251
+ [[package ]]
252
+ name = " crypto-common"
253
+ version = " 0.1.6"
254
+ source = " registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = " 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
256
+ dependencies = [
257
+ " generic-array" ,
258
+ " typenum" ,
259
+ ]
260
+
221
261
[[package ]]
222
262
name = " ctrlc"
223
263
version = " 3.4.1"
@@ -284,6 +324,16 @@ version = "2.0.1"
284
324
source = " registry+https://github.com/rust-lang/crates.io-index"
285
325
checksum = " 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
286
326
327
+ [[package ]]
328
+ name = " generic-array"
329
+ version = " 0.14.7"
330
+ source = " registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = " 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
332
+ dependencies = [
333
+ " typenum" ,
334
+ " version_check" ,
335
+ ]
336
+
287
337
[[package ]]
288
338
name = " getrandom"
289
339
version = " 0.2.10"
@@ -332,6 +382,15 @@ dependencies = [
332
382
" unicode-width" ,
333
383
]
334
384
385
+ [[package ]]
386
+ name = " inout"
387
+ version = " 0.1.3"
388
+ source = " registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = " a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
390
+ dependencies = [
391
+ " generic-array" ,
392
+ ]
393
+
335
394
[[package ]]
336
395
name = " instant"
337
396
version = " 0.1.12"
@@ -469,6 +528,7 @@ dependencies = [
469
528
name = " miri"
470
529
version = " 0.1.0"
471
530
dependencies = [
531
+ " aes" ,
472
532
" colored" ,
473
533
" ctrlc" ,
474
534
" env_logger" ,
@@ -726,9 +786,9 @@ dependencies = [
726
786
727
787
[[package ]]
728
788
name = " rustix"
729
- version = " 0.38.17 "
789
+ version = " 0.38.19 "
730
790
source = " registry+https://github.com/rust-lang/crates.io-index"
731
- checksum = " f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7 "
791
+ checksum = " 745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed "
732
792
dependencies = [
733
793
" bitflags 2.4.0" ,
734
794
" errno" ,
@@ -909,6 +969,12 @@ dependencies = [
909
969
" tracing-core" ,
910
970
]
911
971
972
+ [[package ]]
973
+ name = " typenum"
974
+ version = " 1.17.0"
975
+ source = " registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = " 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
977
+
912
978
[[package ]]
913
979
name = " ui_test"
914
980
version = " 0.21.2"
@@ -954,6 +1020,12 @@ version = "0.1.0"
954
1020
source = " registry+https://github.com/rust-lang/crates.io-index"
955
1021
checksum = " 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
956
1022
1023
+ [[package ]]
1024
+ name = " version_check"
1025
+ version = " 0.9.4"
1026
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = " 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1028
+
957
1029
[[package ]]
958
1030
name = " wasi"
959
1031
version = " 0.11.0+wasi-snapshot-preview1"
0 commit comments