summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-06-17 12:04:44 +0200
committerGitHub <[email protected]>2024-06-17 12:04:44 +0200
commit38025a3e35c960ed03f520f911b40608b9f9abd3 (patch)
tree6ee75dc72f1e2401bce4664ec5bae68aaf1e7df0 /Cargo.lock
parentc6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff)
parent45724c4a8b293e8696ef487368f72f90a5c7a01d (diff)
downloadwebol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar
webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar.gz
webol-38025a3e35c960ed03f520f911b40608b9f9abd3.zip
Merge pull request #38 from FxQnLr/time
Time
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock77
1 files changed, 76 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0654c77..750d578 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -27,6 +27,21 @@ dependencies = [
27] 27]
28 28
29[[package]] 29[[package]]
30name = "android-tzdata"
31version = "0.1.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
35[[package]]
36name = "android_system_properties"
37version = "0.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40dependencies = [
41 "libc",
42]
43
44[[package]]
30name = "arbitrary" 45name = "arbitrary"
31version = "1.3.2" 46version = "1.3.2"
32source = "registry+https://github.com/rust-lang/crates.io-index" 47source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -204,6 +219,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 219checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
205 220
206[[package]] 221[[package]]
222name = "chrono"
223version = "0.4.38"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
226dependencies = [
227 "android-tzdata",
228 "iana-time-zone",
229 "num-traits",
230 "windows-targets 0.52.5",
231]
232
233[[package]]
207name = "color-eyre" 234name = "color-eyre"
208version = "0.6.3" 235version = "0.6.3"
209source = "registry+https://github.com/rust-lang/crates.io-index" 236source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -280,6 +307,12 @@ dependencies = [
280] 307]
281 308
282[[package]] 309[[package]]
310name = "core-foundation-sys"
311version = "0.8.6"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
314
315[[package]]
283name = "cpufeatures" 316name = "cpufeatures"
284version = "0.2.12" 317version = "0.2.12"
285source = "registry+https://github.com/rust-lang/crates.io-index" 318source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -655,6 +688,29 @@ dependencies = [
655] 688]
656 689
657[[package]] 690[[package]]
691name = "iana-time-zone"
692version = "0.1.60"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
695dependencies = [
696 "android_system_properties",
697 "core-foundation-sys",
698 "iana-time-zone-haiku",
699 "js-sys",
700 "wasm-bindgen",
701 "windows-core",
702]
703
704[[package]]
705name = "iana-time-zone-haiku"
706version = "0.1.2"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
709dependencies = [
710 "cc",
711]
712
713[[package]]
658name = "icu_collections" 714name = "icu_collections"
659version = "1.5.0" 715version = "1.5.0"
660source = "registry+https://github.com/rust-lang/crates.io-index" 716source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1011,6 +1067,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1067checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1012 1068
1013[[package]] 1069[[package]]
1070name = "num-traits"
1071version = "0.2.19"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1074dependencies = [
1075 "autocfg",
1076]
1077
1078[[package]]
1014name = "num_cpus" 1079name = "num_cpus"
1015version = "1.16.0" 1080version = "1.16.0"
1016source = "registry+https://github.com/rust-lang/crates.io-index" 1081source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2048,6 +2113,7 @@ version = "0.3.18"
2048source = "registry+https://github.com/rust-lang/crates.io-index" 2113source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2114checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2050dependencies = [ 2115dependencies = [
2116 "chrono",
2051 "matchers", 2117 "matchers",
2052 "nu-ansi-term", 2118 "nu-ansi-term",
2053 "once_cell", 2119 "once_cell",
@@ -2322,7 +2388,7 @@ dependencies = [
2322 2388
2323[[package]] 2389[[package]]
2324name = "webol" 2390name = "webol"
2325version = "0.4.1" 2391version = "0.4.2"
2326dependencies = [ 2392dependencies = [
2327 "axum", 2393 "axum",
2328 "axum-macros", 2394 "axum-macros",
@@ -2386,6 +2452,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2452checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2387 2453
2388[[package]] 2454[[package]]
2455name = "windows-core"
2456version = "0.52.0"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2459dependencies = [
2460 "windows-targets 0.52.5",
2461]
2462
2463[[package]]
2389name = "windows-sys" 2464name = "windows-sys"
2390version = "0.48.0" 2465version = "0.48.0"
2391source = "registry+https://github.com/rust-lang/crates.io-index" 2466source = "registry+https://github.com/rust-lang/crates.io-index"