@@ -512,6 +512,28 @@ dependencies = [
512
512
" windows-targets 0.52.4" ,
513
513
]
514
514
515
+ [[package ]]
516
+ name = " chrono-tz"
517
+ version = " 0.9.0"
518
+ source = " registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = " 93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
520
+ dependencies = [
521
+ " chrono" ,
522
+ " chrono-tz-build" ,
523
+ " phf 0.11.2" ,
524
+ ]
525
+
526
+ [[package ]]
527
+ name = " chrono-tz-build"
528
+ version = " 0.3.0"
529
+ source = " registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = " 0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
531
+ dependencies = [
532
+ " parse-zoneinfo" ,
533
+ " phf 0.11.2" ,
534
+ " phf_codegen 0.11.2" ,
535
+ ]
536
+
515
537
[[package ]]
516
538
name = " cipher"
517
539
version = " 0.4.4"
@@ -2197,7 +2219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2197
2219
checksum = " 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2198
2220
dependencies = [
2199
2221
" cfg-if" ,
2200
- " windows-targets 0.52.4 " ,
2222
+ " windows-targets 0.48.5 " ,
2201
2223
]
2202
2224
2203
2225
[[package ]]
@@ -2318,8 +2340,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
2340
checksum = " 7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2319
2341
dependencies = [
2320
2342
" log" ,
2321
- " phf" ,
2322
- " phf_codegen" ,
2343
+ " phf 0.10.1 " ,
2344
+ " phf_codegen 0.10.0 " ,
2323
2345
" string_cache" ,
2324
2346
" string_cache_codegen" ,
2325
2347
" tendril" ,
@@ -2480,6 +2502,7 @@ version = "0.1.0"
2480
2502
dependencies = [
2481
2503
" aes" ,
2482
2504
" chrono" ,
2505
+ " chrono-tz" ,
2483
2506
" colored" ,
2484
2507
" ctrlc" ,
2485
2508
" directories" ,
@@ -2835,6 +2858,15 @@ dependencies = [
2835
2858
" windows-targets 0.48.5" ,
2836
2859
]
2837
2860
2861
+ [[package ]]
2862
+ name = " parse-zoneinfo"
2863
+ version = " 0.3.1"
2864
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2865
+ checksum = " 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2866
+ dependencies = [
2867
+ " regex" ,
2868
+ ]
2869
+
2838
2870
[[package ]]
2839
2871
name = " pathdiff"
2840
2872
version = " 0.2.1"
@@ -2907,7 +2939,16 @@ version = "0.10.1"
2907
2939
source = " registry+https://github.com/rust-lang/crates.io-index"
2908
2940
checksum = " fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2909
2941
dependencies = [
2910
- " phf_shared" ,
2942
+ " phf_shared 0.10.0" ,
2943
+ ]
2944
+
2945
+ [[package ]]
2946
+ name = " phf"
2947
+ version = " 0.11.2"
2948
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = " ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2950
+ dependencies = [
2951
+ " phf_shared 0.11.2" ,
2911
2952
]
2912
2953
2913
2954
[[package ]]
@@ -2916,8 +2957,18 @@ version = "0.10.0"
2916
2957
source = " registry+https://github.com/rust-lang/crates.io-index"
2917
2958
checksum = " 4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2918
2959
dependencies = [
2919
- " phf_generator" ,
2920
- " phf_shared" ,
2960
+ " phf_generator 0.10.0" ,
2961
+ " phf_shared 0.10.0" ,
2962
+ ]
2963
+
2964
+ [[package ]]
2965
+ name = " phf_codegen"
2966
+ version = " 0.11.2"
2967
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2968
+ checksum = " e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2969
+ dependencies = [
2970
+ " phf_generator 0.11.2" ,
2971
+ " phf_shared 0.11.2" ,
2921
2972
]
2922
2973
2923
2974
[[package ]]
@@ -2926,7 +2977,17 @@ version = "0.10.0"
2926
2977
source = " registry+https://github.com/rust-lang/crates.io-index"
2927
2978
checksum = " 5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2928
2979
dependencies = [
2929
- " phf_shared" ,
2980
+ " phf_shared 0.10.0" ,
2981
+ " rand" ,
2982
+ ]
2983
+
2984
+ [[package ]]
2985
+ name = " phf_generator"
2986
+ version = " 0.11.2"
2987
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2988
+ checksum = " 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2989
+ dependencies = [
2990
+ " phf_shared 0.11.2" ,
2930
2991
" rand" ,
2931
2992
]
2932
2993
@@ -2939,6 +3000,15 @@ dependencies = [
2939
3000
" siphasher" ,
2940
3001
]
2941
3002
3003
+ [[package ]]
3004
+ name = " phf_shared"
3005
+ version = " 0.11.2"
3006
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = " 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
3008
+ dependencies = [
3009
+ " siphasher" ,
3010
+ ]
3011
+
2942
3012
[[package ]]
2943
3013
name = " pin-project-lite"
2944
3014
version = " 0.2.14"
@@ -3354,9 +3424,9 @@ dependencies = [
3354
3424
3355
3425
[[package ]]
3356
3426
name = " rustc-build-sysroot"
3357
- version = " 0.4.6 "
3427
+ version = " 0.4.7 "
3358
3428
source = " registry+https://github.com/rust-lang/crates.io-index"
3359
- checksum = " a9bf37423495cd3a6a9ef8c75fc4566de0d26de0ab75f36f67a426e58df5768c "
3429
+ checksum = " ab1dbbd1bdf65fdac44c885f6cca147ba179108ce284b60a08ccc04b1f1dbac0 "
3360
3430
dependencies = [
3361
3431
" anyhow" ,
3362
3432
" rustc_version" ,
@@ -3906,7 +3976,6 @@ dependencies = [
3906
3976
" rustc_session" ,
3907
3977
" rustc_span" ,
3908
3978
" smallvec" ,
3909
- " termcolor" ,
3910
3979
" thin-vec" ,
3911
3980
" tracing" ,
3912
3981
]
@@ -4394,6 +4463,7 @@ dependencies = [
4394
4463
" rustc_macros" ,
4395
4464
" rustc_session" ,
4396
4465
" rustc_span" ,
4466
+ " termcolor" ,
4397
4467
" thin-vec" ,
4398
4468
" tracing" ,
4399
4469
" unicode-normalization" ,
@@ -5285,7 +5355,7 @@ dependencies = [
5285
5355
" new_debug_unreachable" ,
5286
5356
" once_cell" ,
5287
5357
" parking_lot" ,
5288
- " phf_shared" ,
5358
+ " phf_shared 0.10.0 " ,
5289
5359
" precomputed-hash" ,
5290
5360
" serde" ,
5291
5361
]
@@ -5296,8 +5366,8 @@ version = "0.5.2"
5296
5366
source = " registry+https://github.com/rust-lang/crates.io-index"
5297
5367
checksum = " 6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
5298
5368
dependencies = [
5299
- " phf_generator" ,
5300
- " phf_shared" ,
5369
+ " phf_generator 0.10.0 " ,
5370
+ " phf_shared 0.10.0 " ,
5301
5371
" proc-macro2" ,
5302
5372
" quote" ,
5303
5373
]
@@ -5597,9 +5667,9 @@ version = "0.1.0"
5597
5667
5598
5668
[[package ]]
5599
5669
name = " time"
5600
- version = " 0.3.34 "
5670
+ version = " 0.3.36 "
5601
5671
source = " registry+https://github.com/rust-lang/crates.io-index"
5602
- checksum = " c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749 "
5672
+ checksum = " 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 "
5603
5673
dependencies = [
5604
5674
" deranged" ,
5605
5675
" itoa" ,
@@ -5618,9 +5688,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
5618
5688
5619
5689
[[package ]]
5620
5690
name = " time-macros"
5621
- version = " 0.2.17 "
5691
+ version = " 0.2.18 "
5622
5692
source = " registry+https://github.com/rust-lang/crates.io-index"
5623
- checksum = " 7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774 "
5693
+ checksum = " 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf "
5624
5694
dependencies = [
5625
5695
" num-conv" ,
5626
5696
" time-core" ,
0 commit comments