@@ -37,21 +37,6 @@ 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
-
55
40
[[package ]]
56
41
name = " annotate-snippets"
57
42
version = " 0.9.2"
@@ -121,12 +106,6 @@ dependencies = [
121
106
" serde" ,
122
107
]
123
108
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
-
130
109
[[package ]]
131
110
name = " camino"
132
111
version = " 1.1.6"
@@ -177,10 +156,29 @@ version = "0.4.38"
177
156
source = " registry+https://github.com/rust-lang/crates.io-index"
178
157
checksum = " a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
179
158
dependencies = [
180
- " android-tzdata" ,
181
- " iana-time-zone" ,
182
159
" num-traits" ,
183
- " windows-targets 0.52.3" ,
160
+ ]
161
+
162
+ [[package ]]
163
+ name = " chrono-tz"
164
+ version = " 0.9.0"
165
+ source = " registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = " 93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
167
+ dependencies = [
168
+ " chrono" ,
169
+ " chrono-tz-build" ,
170
+ " phf" ,
171
+ ]
172
+
173
+ [[package ]]
174
+ name = " chrono-tz-build"
175
+ version = " 0.3.0"
176
+ source = " registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = " 0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
178
+ dependencies = [
179
+ " parse-zoneinfo" ,
180
+ " phf" ,
181
+ " phf_codegen" ,
184
182
]
185
183
186
184
[[package ]]
@@ -249,12 +247,6 @@ dependencies = [
249
247
" windows-sys 0.52.0" ,
250
248
]
251
249
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
-
258
250
[[package ]]
259
251
name = " cpufeatures"
260
252
version = " 0.2.12"
@@ -379,29 +371,6 @@ version = "0.28.1"
379
371
source = " registry+https://github.com/rust-lang/crates.io-index"
380
372
checksum = " 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
381
373
382
- [[package ]]
383
- name = " iana-time-zone"
384
- version = " 0.1.60"
385
- source = " registry+https://github.com/rust-lang/crates.io-index"
386
- checksum = " e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
387
- dependencies = [
388
- " android_system_properties" ,
389
- " core-foundation-sys" ,
390
- " iana-time-zone-haiku" ,
391
- " js-sys" ,
392
- " wasm-bindgen" ,
393
- " windows-core" ,
394
- ]
395
-
396
- [[package ]]
397
- name = " iana-time-zone-haiku"
398
- version = " 0.1.2"
399
- source = " registry+https://github.com/rust-lang/crates.io-index"
400
- checksum = " f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
401
- dependencies = [
402
- " cc" ,
403
- ]
404
-
405
374
[[package ]]
406
375
name = " indenter"
407
376
version = " 0.3.3"
@@ -455,15 +424,6 @@ dependencies = [
455
424
" libc" ,
456
425
]
457
426
458
- [[package ]]
459
- name = " js-sys"
460
- version = " 0.3.69"
461
- source = " registry+https://github.com/rust-lang/crates.io-index"
462
- checksum = " 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
463
- dependencies = [
464
- " wasm-bindgen" ,
465
- ]
466
-
467
427
[[package ]]
468
428
name = " lazy_static"
469
429
version = " 1.4.0"
@@ -587,6 +547,7 @@ version = "0.1.0"
587
547
dependencies = [
588
548
" aes" ,
589
549
" chrono" ,
550
+ " chrono-tz" ,
590
551
" colored" ,
591
552
" ctrlc" ,
592
553
" directories" ,
@@ -690,6 +651,15 @@ dependencies = [
690
651
" windows-targets 0.48.5" ,
691
652
]
692
653
654
+ [[package ]]
655
+ name = " parse-zoneinfo"
656
+ version = " 0.3.0"
657
+ source = " registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = " c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
659
+ dependencies = [
660
+ " regex" ,
661
+ ]
662
+
693
663
[[package ]]
694
664
name = " perf-event-open-sys"
695
665
version = " 3.0.0"
@@ -699,6 +669,44 @@ dependencies = [
699
669
" libc" ,
700
670
]
701
671
672
+ [[package ]]
673
+ name = " phf"
674
+ version = " 0.11.2"
675
+ source = " registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = " ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
677
+ dependencies = [
678
+ " phf_shared" ,
679
+ ]
680
+
681
+ [[package ]]
682
+ name = " phf_codegen"
683
+ version = " 0.11.2"
684
+ source = " registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = " e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
686
+ dependencies = [
687
+ " phf_generator" ,
688
+ " phf_shared" ,
689
+ ]
690
+
691
+ [[package ]]
692
+ name = " phf_generator"
693
+ version = " 0.11.2"
694
+ source = " registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = " 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
696
+ dependencies = [
697
+ " phf_shared" ,
698
+ " rand" ,
699
+ ]
700
+
701
+ [[package ]]
702
+ name = " phf_shared"
703
+ version = " 0.11.2"
704
+ source = " registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = " 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
706
+ dependencies = [
707
+ " siphasher" ,
708
+ ]
709
+
702
710
[[package ]]
703
711
name = " pin-project-lite"
704
712
version = " 0.2.13"
@@ -931,6 +939,12 @@ dependencies = [
931
939
" lazy_static" ,
932
940
]
933
941
942
+ [[package ]]
943
+ name = " siphasher"
944
+ version = " 0.3.11"
945
+ source = " registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = " 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
947
+
934
948
[[package ]]
935
949
name = " smallvec"
936
950
version = " 1.13.1"
@@ -1094,60 +1108,6 @@ version = "0.11.0+wasi-snapshot-preview1"
1094
1108
source = " registry+https://github.com/rust-lang/crates.io-index"
1095
1109
checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1096
1110
1097
- [[package ]]
1098
- name = " wasm-bindgen"
1099
- version = " 0.2.92"
1100
- source = " registry+https://github.com/rust-lang/crates.io-index"
1101
- checksum = " 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
1102
- dependencies = [
1103
- " cfg-if" ,
1104
- " wasm-bindgen-macro" ,
1105
- ]
1106
-
1107
- [[package ]]
1108
- name = " wasm-bindgen-backend"
1109
- version = " 0.2.92"
1110
- source = " registry+https://github.com/rust-lang/crates.io-index"
1111
- checksum = " 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
1112
- dependencies = [
1113
- " bumpalo" ,
1114
- " log" ,
1115
- " once_cell" ,
1116
- " proc-macro2" ,
1117
- " quote" ,
1118
- " syn" ,
1119
- " wasm-bindgen-shared" ,
1120
- ]
1121
-
1122
- [[package ]]
1123
- name = " wasm-bindgen-macro"
1124
- version = " 0.2.92"
1125
- source = " registry+https://github.com/rust-lang/crates.io-index"
1126
- checksum = " a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
1127
- dependencies = [
1128
- " quote" ,
1129
- " wasm-bindgen-macro-support" ,
1130
- ]
1131
-
1132
- [[package ]]
1133
- name = " wasm-bindgen-macro-support"
1134
- version = " 0.2.92"
1135
- source = " registry+https://github.com/rust-lang/crates.io-index"
1136
- checksum = " e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
1137
- dependencies = [
1138
- " proc-macro2" ,
1139
- " quote" ,
1140
- " syn" ,
1141
- " wasm-bindgen-backend" ,
1142
- " wasm-bindgen-shared" ,
1143
- ]
1144
-
1145
- [[package ]]
1146
- name = " wasm-bindgen-shared"
1147
- version = " 0.2.92"
1148
- source = " registry+https://github.com/rust-lang/crates.io-index"
1149
- checksum = " af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
1150
-
1151
1111
[[package ]]
1152
1112
name = " winapi"
1153
1113
version = " 0.3.9"
@@ -1170,15 +1130,6 @@ version = "0.4.0"
1170
1130
source = " registry+https://github.com/rust-lang/crates.io-index"
1171
1131
checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1172
1132
1173
- [[package ]]
1174
- name = " windows-core"
1175
- version = " 0.52.0"
1176
- source = " registry+https://github.com/rust-lang/crates.io-index"
1177
- checksum = " 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1178
- dependencies = [
1179
- " windows-targets 0.52.3" ,
1180
- ]
1181
-
1182
1133
[[package ]]
1183
1134
name = " windows-sys"
1184
1135
version = " 0.48.0"
0 commit comments