@@ -17,6 +17,21 @@ 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 = "android-tzdata"
22
+ version = "0.1.1"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
25
+
26
+ [[package]]
27
+ name = "android_system_properties"
28
+ version = "0.1.5"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31
+ dependencies = [
32
+ "libc",
33
+ ]
34
+
20
35
[[package]]
21
36
name = "anyhow"
22
37
version = "1.0.80"
@@ -269,17 +284,17 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
269
284
270
285
[[package]]
271
286
name = "chrono"
272
- version = "0.4.19 "
287
+ version = "0.4.35 "
273
288
source = "registry+https://github.com/rust-lang/crates.io-index"
274
- checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 "
289
+ checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a "
275
290
dependencies = [
291
+ "android-tzdata",
292
+ "iana-time-zone",
276
293
"js-sys",
277
- "libc",
278
- "num-integer",
279
294
"num-traits",
280
295
"serde",
281
296
"wasm-bindgen",
282
- "winapi ",
297
+ "windows-targets 0.52.4 ",
283
298
]
284
299
285
300
[[package]]
@@ -757,6 +772,29 @@ dependencies = [
757
772
"tokio-native-tls",
758
773
]
759
774
775
+ [[package]]
776
+ name = "iana-time-zone"
777
+ version = "0.1.60"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
780
+ dependencies = [
781
+ "android_system_properties",
782
+ "core-foundation-sys",
783
+ "iana-time-zone-haiku",
784
+ "js-sys",
785
+ "wasm-bindgen",
786
+ "windows-core",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "iana-time-zone-haiku"
791
+ version = "0.1.2"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
794
+ dependencies = [
795
+ "cc",
796
+ ]
797
+
760
798
[[package]]
761
799
name = "idna"
762
800
version = "0.5.0"
@@ -932,15 +970,6 @@ dependencies = [
932
970
"tempfile",
933
971
]
934
972
935
- [[package]]
936
- name = "num-integer"
937
- version = "0.1.46"
938
- source = "registry+https://github.com/rust-lang/crates.io-index"
939
- checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
940
- dependencies = [
941
- "num-traits",
942
- ]
943
-
944
973
[[package]]
945
974
name = "num-traits"
946
975
version = "0.2.18"
@@ -1935,6 +1964,15 @@ version = "0.4.0"
1935
1964
source = "registry+https://github.com/rust-lang/crates.io-index"
1936
1965
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1937
1966
1967
+ [[package]]
1968
+ name = "windows-core"
1969
+ version = "0.52.0"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1972
+ dependencies = [
1973
+ "windows-targets 0.52.4",
1974
+ ]
1975
+
1938
1976
[[package]]
1939
1977
name = "windows-sys"
1940
1978
version = "0.48.0"
0 commit comments