@@ -37,6 +37,21 @@ dependencies = [
37
37
" memchr" ,
38
38
]
39
39
40
+ [[package ]]
41
+ name = " android-tzdata"
42
+ version = " 0.1.1"
43
+ source = " registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = " e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
45
+
46
+ [[package ]]
47
+ name = " android_system_properties"
48
+ version = " 0.1.5"
49
+ source = " registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = " 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
51
+ dependencies = [
52
+ " libc" ,
53
+ ]
54
+
40
55
[[package ]]
41
56
name = " annotate-snippets"
42
57
version = " 0.9.2"
@@ -106,6 +121,12 @@ dependencies = [
106
121
" serde" ,
107
122
]
108
123
124
+ [[package ]]
125
+ name = " bumpalo"
126
+ version = " 3.16.0"
127
+ source = " registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = " 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
129
+
109
130
[[package ]]
110
131
name = " camino"
111
132
version = " 1.1.6"
@@ -150,6 +171,18 @@ version = "1.0.0"
150
171
source = " registry+https://github.com/rust-lang/crates.io-index"
151
172
checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152
173
174
+ [[package ]]
175
+ name = " chrono"
176
+ version = " 0.4.38"
177
+ source = " registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = " a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
179
+ dependencies = [
180
+ " android-tzdata" ,
181
+ " iana-time-zone" ,
182
+ " num-traits" ,
183
+ " windows-targets 0.52.3" ,
184
+ ]
185
+
153
186
[[package ]]
154
187
name = " cipher"
155
188
version = " 0.4.4"
@@ -216,6 +249,12 @@ dependencies = [
216
249
" windows-sys 0.52.0" ,
217
250
]
218
251
252
+ [[package ]]
253
+ name = " core-foundation-sys"
254
+ version = " 0.8.6"
255
+ source = " registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = " 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
257
+
219
258
[[package ]]
220
259
name = " cpufeatures"
221
260
version = " 0.2.12"
@@ -319,6 +358,29 @@ version = "0.28.1"
319
358
source = " registry+https://github.com/rust-lang/crates.io-index"
320
359
checksum = " 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
321
360
361
+ [[package ]]
362
+ name = " iana-time-zone"
363
+ version = " 0.1.60"
364
+ source = " registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = " e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
366
+ dependencies = [
367
+ " android_system_properties" ,
368
+ " core-foundation-sys" ,
369
+ " iana-time-zone-haiku" ,
370
+ " js-sys" ,
371
+ " wasm-bindgen" ,
372
+ " windows-core" ,
373
+ ]
374
+
375
+ [[package ]]
376
+ name = " iana-time-zone-haiku"
377
+ version = " 0.1.2"
378
+ source = " registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = " f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
380
+ dependencies = [
381
+ " cc" ,
382
+ ]
383
+
322
384
[[package ]]
323
385
name = " indenter"
324
386
version = " 0.3.3"
@@ -372,6 +434,15 @@ dependencies = [
372
434
" libc" ,
373
435
]
374
436
437
+ [[package ]]
438
+ name = " js-sys"
439
+ version = " 0.3.69"
440
+ source = " registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = " 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
442
+ dependencies = [
443
+ " wasm-bindgen" ,
444
+ ]
445
+
375
446
[[package ]]
376
447
name = " lazy_static"
377
448
version = " 1.4.0"
@@ -484,6 +555,7 @@ name = "miri"
484
555
version = " 0.1.0"
485
556
dependencies = [
486
557
" aes" ,
558
+ " chrono" ,
487
559
" colored" ,
488
560
" ctrlc" ,
489
561
" getrandom" ,
@@ -512,6 +584,15 @@ dependencies = [
512
584
" libc" ,
513
585
]
514
586
587
+ [[package ]]
588
+ name = " num-traits"
589
+ version = " 0.2.18"
590
+ source = " registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = " da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
592
+ dependencies = [
593
+ " autocfg" ,
594
+ ]
595
+
515
596
[[package ]]
516
597
name = " number_prefix"
517
598
version = " 0.4.0"
@@ -964,6 +1045,60 @@ version = "0.11.0+wasi-snapshot-preview1"
964
1045
source = " registry+https://github.com/rust-lang/crates.io-index"
965
1046
checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
966
1047
1048
+ [[package ]]
1049
+ name = " wasm-bindgen"
1050
+ version = " 0.2.92"
1051
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = " 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1053
+ dependencies = [
1054
+ " cfg-if" ,
1055
+ " wasm-bindgen-macro" ,
1056
+ ]
1057
+
1058
+ [[package ]]
1059
+ name = " wasm-bindgen-backend"
1060
+ version = " 0.2.92"
1061
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = " 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1063
+ dependencies = [
1064
+ " bumpalo" ,
1065
+ " log" ,
1066
+ " once_cell" ,
1067
+ " proc-macro2" ,
1068
+ " quote" ,
1069
+ " syn" ,
1070
+ " wasm-bindgen-shared" ,
1071
+ ]
1072
+
1073
+ [[package ]]
1074
+ name = " wasm-bindgen-macro"
1075
+ version = " 0.2.92"
1076
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = " a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1078
+ dependencies = [
1079
+ " quote" ,
1080
+ " wasm-bindgen-macro-support" ,
1081
+ ]
1082
+
1083
+ [[package ]]
1084
+ name = " wasm-bindgen-macro-support"
1085
+ version = " 0.2.92"
1086
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = " e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1088
+ dependencies = [
1089
+ " proc-macro2" ,
1090
+ " quote" ,
1091
+ " syn" ,
1092
+ " wasm-bindgen-backend" ,
1093
+ " wasm-bindgen-shared" ,
1094
+ ]
1095
+
1096
+ [[package ]]
1097
+ name = " wasm-bindgen-shared"
1098
+ version = " 0.2.92"
1099
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = " af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1101
+
967
1102
[[package ]]
968
1103
name = " winapi"
969
1104
version = " 0.3.9"
@@ -986,6 +1121,15 @@ version = "0.4.0"
986
1121
source = " registry+https://github.com/rust-lang/crates.io-index"
987
1122
checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
988
1123
1124
+ [[package ]]
1125
+ name = " windows-core"
1126
+ version = " 0.52.0"
1127
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = " 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1129
+ dependencies = [
1130
+ " windows-targets 0.52.3" ,
1131
+ ]
1132
+
989
1133
[[package ]]
990
1134
name = " windows-sys"
991
1135
version = " 0.48.0"
0 commit comments