@@ -37,6 +37,21 @@ dependencies = [
3737 " memchr" ,
3838]
3939
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+
4055[[package ]]
4156name = " annotate-snippets"
4257version = " 0.9.2"
@@ -106,6 +121,12 @@ dependencies = [
106121 " serde" ,
107122]
108123
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+
109130[[package ]]
110131name = " camino"
111132version = " 1.1.6"
@@ -150,6 +171,18 @@ version = "1.0.0"
150171source = " registry+https://github.com/rust-lang/crates.io-index"
151172checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152173
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+
153186[[package ]]
154187name = " cipher"
155188version = " 0.4.4"
@@ -216,6 +249,12 @@ dependencies = [
216249 " windows-sys 0.52.0" ,
217250]
218251
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+
219258[[package ]]
220259name = " cpufeatures"
221260version = " 0.2.12"
@@ -319,6 +358,29 @@ version = "0.28.1"
319358source = " registry+https://github.com/rust-lang/crates.io-index"
320359checksum = " 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
321360
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+
322384[[package ]]
323385name = " indenter"
324386version = " 0.3.3"
@@ -372,6 +434,15 @@ dependencies = [
372434 " libc" ,
373435]
374436
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+
375446[[package ]]
376447name = " lazy_static"
377448version = " 1.4.0"
@@ -484,6 +555,7 @@ name = "miri"
484555version = " 0.1.0"
485556dependencies = [
486557 " aes" ,
558+ " chrono" ,
487559 " colored" ,
488560 " ctrlc" ,
489561 " getrandom" ,
@@ -512,6 +584,15 @@ dependencies = [
512584 " libc" ,
513585]
514586
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+
515596[[package ]]
516597name = " number_prefix"
517598version = " 0.4.0"
@@ -964,6 +1045,60 @@ version = "0.11.0+wasi-snapshot-preview1"
9641045source = " registry+https://github.com/rust-lang/crates.io-index"
9651046checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
9661047
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+
9671102[[package ]]
9681103name = " winapi"
9691104version = " 0.3.9"
@@ -986,6 +1121,15 @@ version = "0.4.0"
9861121source = " registry+https://github.com/rust-lang/crates.io-index"
9871122checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
9881123
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+
9891133[[package ]]
9901134name = " windows-sys"
9911135version = " 0.48.0"
0 commit comments