Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
695688d
1
Parent(s):
d2967a9
π chore: bump the app version
Browse files- Cargo.lock +124 -151
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -38,7 +38,7 @@ dependencies = [
|
|
38 |
"log",
|
39 |
"mime",
|
40 |
"mime_guess",
|
41 |
-
"percent-encoding 2.
|
42 |
"pin-project-lite",
|
43 |
]
|
44 |
|
@@ -70,7 +70,7 @@ dependencies = [
|
|
70 |
"language-tags",
|
71 |
"local-channel",
|
72 |
"mime",
|
73 |
-
"percent-encoding 2.
|
74 |
"pin-project-lite",
|
75 |
"rand 0.8.5",
|
76 |
"sha1",
|
@@ -190,8 +190,8 @@ dependencies = [
|
|
190 |
"serde_urlencoded 0.7.1",
|
191 |
"smallvec 1.10.0",
|
192 |
"socket2",
|
193 |
-
"time 0.3.
|
194 |
-
"url 2.
|
195 |
]
|
196 |
|
197 |
[[package]]
|
@@ -201,7 +201,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
201 |
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
202 |
dependencies = [
|
203 |
"actix-router",
|
204 |
-
"proc-macro2 1.0.
|
205 |
"quote 1.0.28",
|
206 |
"syn 1.0.109",
|
207 |
]
|
@@ -227,7 +227,7 @@ version = "0.7.6"
|
|
227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
228 |
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
229 |
dependencies = [
|
230 |
-
"getrandom 0.2.
|
231 |
"once_cell",
|
232 |
"version_check",
|
233 |
]
|
@@ -239,16 +239,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
239 |
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
240 |
dependencies = [
|
241 |
"cfg-if 1.0.0",
|
242 |
-
"getrandom 0.2.
|
243 |
"once_cell",
|
244 |
"version_check",
|
245 |
]
|
246 |
|
247 |
[[package]]
|
248 |
name = "aho-corasick"
|
249 |
-
version = "1.0.
|
250 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
251 |
-
checksum = "
|
252 |
dependencies = [
|
253 |
"memchr",
|
254 |
]
|
@@ -494,8 +494,8 @@ version = "0.16.2"
|
|
494 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
495 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
496 |
dependencies = [
|
497 |
-
"percent-encoding 2.
|
498 |
-
"time 0.3.
|
499 |
"version_check",
|
500 |
]
|
501 |
|
@@ -620,7 +620,7 @@ dependencies = [
|
|
620 |
"itoa 1.0.6",
|
621 |
"matches",
|
622 |
"phf 0.10.1",
|
623 |
-
"proc-macro2 1.0.
|
624 |
"quote 1.0.28",
|
625 |
"smallvec 1.10.0",
|
626 |
"syn 1.0.109",
|
@@ -628,12 +628,12 @@ dependencies = [
|
|
628 |
|
629 |
[[package]]
|
630 |
name = "cssparser-macros"
|
631 |
-
version = "0.6.
|
632 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
633 |
-
checksum = "
|
634 |
dependencies = [
|
635 |
"quote 1.0.28",
|
636 |
-
"syn
|
637 |
]
|
638 |
|
639 |
[[package]]
|
@@ -643,7 +643,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
643 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
644 |
dependencies = [
|
645 |
"convert_case",
|
646 |
-
"proc-macro2 1.0.
|
647 |
"quote 1.0.28",
|
648 |
"rustc_version 0.4.0",
|
649 |
"syn 1.0.109",
|
@@ -665,13 +665,19 @@ version = "0.4.8"
|
|
665 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666 |
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
667 |
|
|
|
|
|
|
|
|
|
|
|
|
|
668 |
[[package]]
|
669 |
name = "dtoa-short"
|
670 |
-
version = "0.3.
|
671 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
672 |
-
checksum = "
|
673 |
dependencies = [
|
674 |
-
"dtoa",
|
675 |
]
|
676 |
|
677 |
[[package]]
|
@@ -765,7 +771,7 @@ version = "0.1.8"
|
|
765 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
766 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
767 |
dependencies = [
|
768 |
-
"proc-macro2 1.0.
|
769 |
"quote 1.0.28",
|
770 |
"syn 1.0.109",
|
771 |
"synstructure",
|
@@ -824,11 +830,11 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
824 |
|
825 |
[[package]]
|
826 |
name = "form_urlencoded"
|
827 |
-
version = "1.
|
828 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
829 |
-
checksum = "
|
830 |
dependencies = [
|
831 |
-
"percent-encoding 2.
|
832 |
]
|
833 |
|
834 |
[[package]]
|
@@ -965,9 +971,9 @@ dependencies = [
|
|
965 |
|
966 |
[[package]]
|
967 |
name = "getrandom"
|
968 |
-
version = "0.2.
|
969 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
970 |
-
checksum = "
|
971 |
dependencies = [
|
972 |
"cfg-if 1.0.0",
|
973 |
"libc",
|
@@ -976,9 +982,9 @@ dependencies = [
|
|
976 |
|
977 |
[[package]]
|
978 |
name = "gimli"
|
979 |
-
version = "0.27.
|
980 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
981 |
-
checksum = "
|
982 |
|
983 |
[[package]]
|
984 |
name = "h2"
|
@@ -1076,7 +1082,7 @@ dependencies = [
|
|
1076 |
"log",
|
1077 |
"mac",
|
1078 |
"markup5ever 0.11.0",
|
1079 |
-
"proc-macro2 1.0.
|
1080 |
"quote 1.0.28",
|
1081 |
"syn 1.0.109",
|
1082 |
]
|
@@ -1201,7 +1207,7 @@ dependencies = [
|
|
1201 |
"tokio 1.28.2",
|
1202 |
"tower-service",
|
1203 |
"tracing",
|
1204 |
-
"want 0.3.
|
1205 |
]
|
1206 |
|
1207 |
[[package]]
|
@@ -1254,9 +1260,9 @@ dependencies = [
|
|
1254 |
|
1255 |
[[package]]
|
1256 |
name = "idna"
|
1257 |
-
version = "0.
|
1258 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1259 |
-
checksum = "
|
1260 |
dependencies = [
|
1261 |
"unicode-bidi",
|
1262 |
"unicode-normalization",
|
@@ -1342,9 +1348,9 @@ dependencies = [
|
|
1342 |
|
1343 |
[[package]]
|
1344 |
name = "js-sys"
|
1345 |
-
version = "0.3.
|
1346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1347 |
-
checksum = "
|
1348 |
dependencies = [
|
1349 |
"wasm-bindgen",
|
1350 |
]
|
@@ -1373,9 +1379,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
1373 |
|
1374 |
[[package]]
|
1375 |
name = "libc"
|
1376 |
-
version = "0.2.
|
1377 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1378 |
-
checksum = "
|
1379 |
|
1380 |
[[package]]
|
1381 |
name = "linux-raw-sys"
|
@@ -1412,9 +1418,9 @@ dependencies = [
|
|
1412 |
|
1413 |
[[package]]
|
1414 |
name = "lock_api"
|
1415 |
-
version = "0.4.
|
1416 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1417 |
-
checksum = "
|
1418 |
dependencies = [
|
1419 |
"autocfg 1.1.0",
|
1420 |
"scopeguard",
|
@@ -1422,9 +1428,9 @@ dependencies = [
|
|
1422 |
|
1423 |
[[package]]
|
1424 |
name = "log"
|
1425 |
-
version = "0.4.
|
1426 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1427 |
-
checksum = "
|
1428 |
|
1429 |
[[package]]
|
1430 |
name = "mac"
|
@@ -1593,9 +1599,9 @@ dependencies = [
|
|
1593 |
|
1594 |
[[package]]
|
1595 |
name = "net2"
|
1596 |
-
version = "0.2.
|
1597 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1598 |
-
checksum = "
|
1599 |
dependencies = [
|
1600 |
"cfg-if 0.1.10",
|
1601 |
"libc",
|
@@ -1641,24 +1647,24 @@ dependencies = [
|
|
1641 |
|
1642 |
[[package]]
|
1643 |
name = "object"
|
1644 |
-
version = "0.30.
|
1645 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1646 |
-
checksum = "
|
1647 |
dependencies = [
|
1648 |
"memchr",
|
1649 |
]
|
1650 |
|
1651 |
[[package]]
|
1652 |
name = "once_cell"
|
1653 |
-
version = "1.
|
1654 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1655 |
-
checksum = "
|
1656 |
|
1657 |
[[package]]
|
1658 |
name = "openssl"
|
1659 |
-
version = "0.10.
|
1660 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1661 |
-
checksum = "
|
1662 |
dependencies = [
|
1663 |
"bitflags",
|
1664 |
"cfg-if 1.0.0",
|
@@ -1675,7 +1681,7 @@ version = "0.1.1"
|
|
1675 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1676 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1677 |
dependencies = [
|
1678 |
-
"proc-macro2 1.0.
|
1679 |
"quote 1.0.28",
|
1680 |
"syn 2.0.18",
|
1681 |
]
|
@@ -1715,8 +1721,8 @@ version = "0.12.1"
|
|
1715 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1716 |
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
1717 |
dependencies = [
|
1718 |
-
"lock_api 0.4.
|
1719 |
-
"parking_lot_core 0.9.
|
1720 |
]
|
1721 |
|
1722 |
[[package]]
|
@@ -1736,15 +1742,15 @@ dependencies = [
|
|
1736 |
|
1737 |
[[package]]
|
1738 |
name = "parking_lot_core"
|
1739 |
-
version = "0.9.
|
1740 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741 |
-
checksum = "
|
1742 |
dependencies = [
|
1743 |
"cfg-if 1.0.0",
|
1744 |
"libc",
|
1745 |
-
"redox_syscall 0.
|
1746 |
"smallvec 1.10.0",
|
1747 |
-
"windows-
|
1748 |
]
|
1749 |
|
1750 |
[[package]]
|
@@ -1761,9 +1767,9 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
1761 |
|
1762 |
[[package]]
|
1763 |
name = "percent-encoding"
|
1764 |
-
version = "2.
|
1765 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1766 |
-
checksum = "
|
1767 |
|
1768 |
[[package]]
|
1769 |
name = "pest"
|
@@ -1793,7 +1799,7 @@ checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
|
|
1793 |
dependencies = [
|
1794 |
"pest",
|
1795 |
"pest_meta",
|
1796 |
-
"proc-macro2 1.0.
|
1797 |
"quote 1.0.28",
|
1798 |
"syn 2.0.18",
|
1799 |
]
|
@@ -1907,7 +1913,7 @@ dependencies = [
|
|
1907 |
"phf_generator 0.10.0",
|
1908 |
"phf_shared 0.10.0",
|
1909 |
"proc-macro-hack",
|
1910 |
-
"proc-macro2 1.0.
|
1911 |
"quote 1.0.28",
|
1912 |
"syn 1.0.109",
|
1913 |
]
|
@@ -1986,9 +1992,9 @@ dependencies = [
|
|
1986 |
|
1987 |
[[package]]
|
1988 |
name = "proc-macro2"
|
1989 |
-
version = "1.0.
|
1990 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1991 |
-
checksum = "
|
1992 |
dependencies = [
|
1993 |
"unicode-ident",
|
1994 |
]
|
@@ -2000,7 +2006,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2000 |
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
|
2001 |
dependencies = [
|
2002 |
"idna 0.2.3",
|
2003 |
-
"url 2.
|
2004 |
]
|
2005 |
|
2006 |
[[package]]
|
@@ -2018,7 +2024,7 @@ version = "1.0.28"
|
|
2018 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019 |
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2020 |
dependencies = [
|
2021 |
-
"proc-macro2 1.0.
|
2022 |
]
|
2023 |
|
2024 |
[[package]]
|
@@ -2125,7 +2131,7 @@ version = "0.6.4"
|
|
2125 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2126 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2127 |
dependencies = [
|
2128 |
-
"getrandom 0.2.
|
2129 |
]
|
2130 |
|
2131 |
[[package]]
|
@@ -2225,10 +2231,10 @@ checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
|
|
2225 |
dependencies = [
|
2226 |
"combine",
|
2227 |
"itoa 1.0.6",
|
2228 |
-
"percent-encoding 2.
|
2229 |
"ryu",
|
2230 |
"sha1_smol",
|
2231 |
-
"url 2.
|
2232 |
]
|
2233 |
|
2234 |
[[package]]
|
@@ -2237,15 +2243,6 @@ version = "0.1.57"
|
|
2237 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2238 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2239 |
|
2240 |
-
[[package]]
|
2241 |
-
name = "redox_syscall"
|
2242 |
-
version = "0.2.16"
|
2243 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2244 |
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2245 |
-
dependencies = [
|
2246 |
-
"bitflags",
|
2247 |
-
]
|
2248 |
-
|
2249 |
[[package]]
|
2250 |
name = "redox_syscall"
|
2251 |
version = "0.3.5"
|
@@ -2257,9 +2254,9 @@ dependencies = [
|
|
2257 |
|
2258 |
[[package]]
|
2259 |
name = "regex"
|
2260 |
-
version = "1.8.
|
2261 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2262 |
-
checksum = "
|
2263 |
dependencies = [
|
2264 |
"aho-corasick",
|
2265 |
"memchr",
|
@@ -2328,7 +2325,7 @@ dependencies = [
|
|
2328 |
"mime",
|
2329 |
"native-tls",
|
2330 |
"once_cell",
|
2331 |
-
"percent-encoding 2.
|
2332 |
"pin-project-lite",
|
2333 |
"serde",
|
2334 |
"serde_json",
|
@@ -2336,7 +2333,7 @@ dependencies = [
|
|
2336 |
"tokio 1.28.2",
|
2337 |
"tokio-native-tls",
|
2338 |
"tower-service",
|
2339 |
-
"url 2.
|
2340 |
"wasm-bindgen",
|
2341 |
"wasm-bindgen-futures",
|
2342 |
"web-sys",
|
@@ -2345,9 +2342,9 @@ dependencies = [
|
|
2345 |
|
2346 |
[[package]]
|
2347 |
name = "rlua"
|
2348 |
-
version = "0.19.
|
2349 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2350 |
-
checksum = "
|
2351 |
dependencies = [
|
2352 |
"bitflags",
|
2353 |
"bstr",
|
@@ -2358,9 +2355,9 @@ dependencies = [
|
|
2358 |
|
2359 |
[[package]]
|
2360 |
name = "rlua-lua54-sys"
|
2361 |
-
version = "0.1.
|
2362 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2363 |
-
checksum = "
|
2364 |
dependencies = [
|
2365 |
"cc",
|
2366 |
"libc",
|
@@ -2393,9 +2390,9 @@ dependencies = [
|
|
2393 |
|
2394 |
[[package]]
|
2395 |
name = "rustix"
|
2396 |
-
version = "0.37.
|
2397 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2398 |
-
checksum = "
|
2399 |
dependencies = [
|
2400 |
"bitflags",
|
2401 |
"errno",
|
@@ -2538,20 +2535,20 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
2538 |
|
2539 |
[[package]]
|
2540 |
name = "serde"
|
2541 |
-
version = "1.0.
|
2542 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2543 |
-
checksum = "
|
2544 |
dependencies = [
|
2545 |
"serde_derive",
|
2546 |
]
|
2547 |
|
2548 |
[[package]]
|
2549 |
name = "serde_derive"
|
2550 |
-
version = "1.0.
|
2551 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2552 |
-
checksum = "
|
2553 |
dependencies = [
|
2554 |
-
"proc-macro2 1.0.
|
2555 |
"quote 1.0.28",
|
2556 |
"syn 2.0.18",
|
2557 |
]
|
@@ -2573,7 +2570,7 @@ version = "0.5.5"
|
|
2573 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2574 |
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2575 |
dependencies = [
|
2576 |
-
"dtoa",
|
2577 |
"itoa 0.4.8",
|
2578 |
"serde",
|
2579 |
"url 1.7.2",
|
@@ -2736,7 +2733,7 @@ checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
|
|
2736 |
dependencies = [
|
2737 |
"phf_generator 0.7.24",
|
2738 |
"phf_shared 0.7.24",
|
2739 |
-
"proc-macro2 1.0.
|
2740 |
"quote 1.0.28",
|
2741 |
"string_cache_shared",
|
2742 |
]
|
@@ -2749,7 +2746,7 @@ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
2749 |
dependencies = [
|
2750 |
"phf_generator 0.10.0",
|
2751 |
"phf_shared 0.10.0",
|
2752 |
-
"proc-macro2 1.0.
|
2753 |
"quote 1.0.28",
|
2754 |
]
|
2755 |
|
@@ -2776,7 +2773,7 @@ version = "1.0.109"
|
|
2776 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2777 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2778 |
dependencies = [
|
2779 |
-
"proc-macro2 1.0.
|
2780 |
"quote 1.0.28",
|
2781 |
"unicode-ident",
|
2782 |
]
|
@@ -2787,7 +2784,7 @@ version = "2.0.18"
|
|
2787 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2788 |
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2789 |
dependencies = [
|
2790 |
-
"proc-macro2 1.0.
|
2791 |
"quote 1.0.28",
|
2792 |
"unicode-ident",
|
2793 |
]
|
@@ -2798,7 +2795,7 @@ version = "0.12.6"
|
|
2798 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2799 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2800 |
dependencies = [
|
2801 |
-
"proc-macro2 1.0.
|
2802 |
"quote 1.0.28",
|
2803 |
"syn 1.0.109",
|
2804 |
"unicode-xid 0.2.4",
|
@@ -2806,15 +2803,16 @@ dependencies = [
|
|
2806 |
|
2807 |
[[package]]
|
2808 |
name = "tempfile"
|
2809 |
-
version = "3.
|
2810 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2811 |
-
checksum = "
|
2812 |
dependencies = [
|
|
|
2813 |
"cfg-if 1.0.0",
|
2814 |
"fastrand",
|
2815 |
"redox_syscall 0.3.5",
|
2816 |
"rustix",
|
2817 |
-
"windows-sys 0.
|
2818 |
]
|
2819 |
|
2820 |
[[package]]
|
@@ -2852,7 +2850,7 @@ version = "1.0.40"
|
|
2852 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2853 |
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2854 |
dependencies = [
|
2855 |
-
"proc-macro2 1.0.
|
2856 |
"quote 1.0.28",
|
2857 |
"syn 2.0.18",
|
2858 |
]
|
@@ -2870,9 +2868,9 @@ dependencies = [
|
|
2870 |
|
2871 |
[[package]]
|
2872 |
name = "time"
|
2873 |
-
version = "0.3.
|
2874 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2875 |
-
checksum = "
|
2876 |
dependencies = [
|
2877 |
"itoa 1.0.6",
|
2878 |
"serde",
|
@@ -2996,7 +2994,7 @@ version = "2.1.0"
|
|
2996 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2997 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2998 |
dependencies = [
|
2999 |
-
"proc-macro2 1.0.
|
3000 |
"quote 1.0.28",
|
3001 |
"syn 2.0.18",
|
3002 |
]
|
@@ -3221,13 +3219,13 @@ dependencies = [
|
|
3221 |
|
3222 |
[[package]]
|
3223 |
name = "url"
|
3224 |
-
version = "2.
|
3225 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3226 |
-
checksum = "
|
3227 |
dependencies = [
|
3228 |
"form_urlencoded",
|
3229 |
-
"idna 0.
|
3230 |
-
"percent-encoding 2.
|
3231 |
]
|
3232 |
|
3233 |
[[package]]
|
@@ -3280,11 +3278,10 @@ dependencies = [
|
|
3280 |
|
3281 |
[[package]]
|
3282 |
name = "want"
|
3283 |
-
version = "0.3.
|
3284 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3285 |
-
checksum = "
|
3286 |
dependencies = [
|
3287 |
-
"log",
|
3288 |
"try-lock",
|
3289 |
]
|
3290 |
|
@@ -3308,9 +3305,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3308 |
|
3309 |
[[package]]
|
3310 |
name = "wasm-bindgen"
|
3311 |
-
version = "0.2.
|
3312 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3313 |
-
checksum = "
|
3314 |
dependencies = [
|
3315 |
"cfg-if 1.0.0",
|
3316 |
"wasm-bindgen-macro",
|
@@ -3318,14 +3315,14 @@ dependencies = [
|
|
3318 |
|
3319 |
[[package]]
|
3320 |
name = "wasm-bindgen-backend"
|
3321 |
-
version = "0.2.
|
3322 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3323 |
-
checksum = "
|
3324 |
dependencies = [
|
3325 |
"bumpalo",
|
3326 |
"log",
|
3327 |
"once_cell",
|
3328 |
-
"proc-macro2 1.0.
|
3329 |
"quote 1.0.28",
|
3330 |
"syn 2.0.18",
|
3331 |
"wasm-bindgen-shared",
|
@@ -3333,9 +3330,9 @@ dependencies = [
|
|
3333 |
|
3334 |
[[package]]
|
3335 |
name = "wasm-bindgen-futures"
|
3336 |
-
version = "0.4.
|
3337 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3338 |
-
checksum = "
|
3339 |
dependencies = [
|
3340 |
"cfg-if 1.0.0",
|
3341 |
"js-sys",
|
@@ -3345,9 +3342,9 @@ dependencies = [
|
|
3345 |
|
3346 |
[[package]]
|
3347 |
name = "wasm-bindgen-macro"
|
3348 |
-
version = "0.2.
|
3349 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3350 |
-
checksum = "
|
3351 |
dependencies = [
|
3352 |
"quote 1.0.28",
|
3353 |
"wasm-bindgen-macro-support",
|
@@ -3355,11 +3352,11 @@ dependencies = [
|
|
3355 |
|
3356 |
[[package]]
|
3357 |
name = "wasm-bindgen-macro-support"
|
3358 |
-
version = "0.2.
|
3359 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3360 |
-
checksum = "
|
3361 |
dependencies = [
|
3362 |
-
"proc-macro2 1.0.
|
3363 |
"quote 1.0.28",
|
3364 |
"syn 2.0.18",
|
3365 |
"wasm-bindgen-backend",
|
@@ -3368,15 +3365,15 @@ dependencies = [
|
|
3368 |
|
3369 |
[[package]]
|
3370 |
name = "wasm-bindgen-shared"
|
3371 |
-
version = "0.2.
|
3372 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3373 |
-
checksum = "
|
3374 |
|
3375 |
[[package]]
|
3376 |
name = "web-sys"
|
3377 |
-
version = "0.3.
|
3378 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3379 |
-
checksum = "
|
3380 |
dependencies = [
|
3381 |
"js-sys",
|
3382 |
"wasm-bindgen",
|
@@ -3384,7 +3381,7 @@ dependencies = [
|
|
3384 |
|
3385 |
[[package]]
|
3386 |
name = "websurfx"
|
3387 |
-
version = "0.12.
|
3388 |
dependencies = [
|
3389 |
"actix-files",
|
3390 |
"actix-web",
|
@@ -3464,37 +3461,13 @@ dependencies = [
|
|
3464 |
"windows_x86_64_msvc 0.42.2",
|
3465 |
]
|
3466 |
|
3467 |
-
[[package]]
|
3468 |
-
name = "windows-sys"
|
3469 |
-
version = "0.45.0"
|
3470 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3471 |
-
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
3472 |
-
dependencies = [
|
3473 |
-
"windows-targets 0.42.2",
|
3474 |
-
]
|
3475 |
-
|
3476 |
[[package]]
|
3477 |
name = "windows-sys"
|
3478 |
version = "0.48.0"
|
3479 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3480 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
3481 |
dependencies = [
|
3482 |
-
"windows-targets
|
3483 |
-
]
|
3484 |
-
|
3485 |
-
[[package]]
|
3486 |
-
name = "windows-targets"
|
3487 |
-
version = "0.42.2"
|
3488 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3489 |
-
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
3490 |
-
dependencies = [
|
3491 |
-
"windows_aarch64_gnullvm 0.42.2",
|
3492 |
-
"windows_aarch64_msvc 0.42.2",
|
3493 |
-
"windows_i686_gnu 0.42.2",
|
3494 |
-
"windows_i686_msvc 0.42.2",
|
3495 |
-
"windows_x86_64_gnu 0.42.2",
|
3496 |
-
"windows_x86_64_gnullvm 0.42.2",
|
3497 |
-
"windows_x86_64_msvc 0.42.2",
|
3498 |
]
|
3499 |
|
3500 |
[[package]]
|
|
|
38 |
"log",
|
39 |
"mime",
|
40 |
"mime_guess",
|
41 |
+
"percent-encoding 2.3.0",
|
42 |
"pin-project-lite",
|
43 |
]
|
44 |
|
|
|
70 |
"language-tags",
|
71 |
"local-channel",
|
72 |
"mime",
|
73 |
+
"percent-encoding 2.3.0",
|
74 |
"pin-project-lite",
|
75 |
"rand 0.8.5",
|
76 |
"sha1",
|
|
|
190 |
"serde_urlencoded 0.7.1",
|
191 |
"smallvec 1.10.0",
|
192 |
"socket2",
|
193 |
+
"time 0.3.22",
|
194 |
+
"url 2.4.0",
|
195 |
]
|
196 |
|
197 |
[[package]]
|
|
|
201 |
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
202 |
dependencies = [
|
203 |
"actix-router",
|
204 |
+
"proc-macro2 1.0.60",
|
205 |
"quote 1.0.28",
|
206 |
"syn 1.0.109",
|
207 |
]
|
|
|
227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
228 |
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
229 |
dependencies = [
|
230 |
+
"getrandom 0.2.10",
|
231 |
"once_cell",
|
232 |
"version_check",
|
233 |
]
|
|
|
239 |
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
240 |
dependencies = [
|
241 |
"cfg-if 1.0.0",
|
242 |
+
"getrandom 0.2.10",
|
243 |
"once_cell",
|
244 |
"version_check",
|
245 |
]
|
246 |
|
247 |
[[package]]
|
248 |
name = "aho-corasick"
|
249 |
+
version = "1.0.2"
|
250 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
251 |
+
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
252 |
dependencies = [
|
253 |
"memchr",
|
254 |
]
|
|
|
494 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
495 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
496 |
dependencies = [
|
497 |
+
"percent-encoding 2.3.0",
|
498 |
+
"time 0.3.22",
|
499 |
"version_check",
|
500 |
]
|
501 |
|
|
|
620 |
"itoa 1.0.6",
|
621 |
"matches",
|
622 |
"phf 0.10.1",
|
623 |
+
"proc-macro2 1.0.60",
|
624 |
"quote 1.0.28",
|
625 |
"smallvec 1.10.0",
|
626 |
"syn 1.0.109",
|
|
|
628 |
|
629 |
[[package]]
|
630 |
name = "cssparser-macros"
|
631 |
+
version = "0.6.1"
|
632 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
633 |
+
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
634 |
dependencies = [
|
635 |
"quote 1.0.28",
|
636 |
+
"syn 2.0.18",
|
637 |
]
|
638 |
|
639 |
[[package]]
|
|
|
643 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
644 |
dependencies = [
|
645 |
"convert_case",
|
646 |
+
"proc-macro2 1.0.60",
|
647 |
"quote 1.0.28",
|
648 |
"rustc_version 0.4.0",
|
649 |
"syn 1.0.109",
|
|
|
665 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666 |
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
667 |
|
668 |
+
[[package]]
|
669 |
+
name = "dtoa"
|
670 |
+
version = "1.0.6"
|
671 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
672 |
+
checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
|
673 |
+
|
674 |
[[package]]
|
675 |
name = "dtoa-short"
|
676 |
+
version = "0.3.4"
|
677 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
678 |
+
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
679 |
dependencies = [
|
680 |
+
"dtoa 1.0.6",
|
681 |
]
|
682 |
|
683 |
[[package]]
|
|
|
771 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
772 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
773 |
dependencies = [
|
774 |
+
"proc-macro2 1.0.60",
|
775 |
"quote 1.0.28",
|
776 |
"syn 1.0.109",
|
777 |
"synstructure",
|
|
|
830 |
|
831 |
[[package]]
|
832 |
name = "form_urlencoded"
|
833 |
+
version = "1.2.0"
|
834 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
835 |
+
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
836 |
dependencies = [
|
837 |
+
"percent-encoding 2.3.0",
|
838 |
]
|
839 |
|
840 |
[[package]]
|
|
|
971 |
|
972 |
[[package]]
|
973 |
name = "getrandom"
|
974 |
+
version = "0.2.10"
|
975 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
976 |
+
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
977 |
dependencies = [
|
978 |
"cfg-if 1.0.0",
|
979 |
"libc",
|
|
|
982 |
|
983 |
[[package]]
|
984 |
name = "gimli"
|
985 |
+
version = "0.27.3"
|
986 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
987 |
+
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
988 |
|
989 |
[[package]]
|
990 |
name = "h2"
|
|
|
1082 |
"log",
|
1083 |
"mac",
|
1084 |
"markup5ever 0.11.0",
|
1085 |
+
"proc-macro2 1.0.60",
|
1086 |
"quote 1.0.28",
|
1087 |
"syn 1.0.109",
|
1088 |
]
|
|
|
1207 |
"tokio 1.28.2",
|
1208 |
"tower-service",
|
1209 |
"tracing",
|
1210 |
+
"want 0.3.1",
|
1211 |
]
|
1212 |
|
1213 |
[[package]]
|
|
|
1260 |
|
1261 |
[[package]]
|
1262 |
name = "idna"
|
1263 |
+
version = "0.4.0"
|
1264 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1265 |
+
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
1266 |
dependencies = [
|
1267 |
"unicode-bidi",
|
1268 |
"unicode-normalization",
|
|
|
1348 |
|
1349 |
[[package]]
|
1350 |
name = "js-sys"
|
1351 |
+
version = "0.3.64"
|
1352 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1353 |
+
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
1354 |
dependencies = [
|
1355 |
"wasm-bindgen",
|
1356 |
]
|
|
|
1379 |
|
1380 |
[[package]]
|
1381 |
name = "libc"
|
1382 |
+
version = "0.2.146"
|
1383 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1384 |
+
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
1385 |
|
1386 |
[[package]]
|
1387 |
name = "linux-raw-sys"
|
|
|
1418 |
|
1419 |
[[package]]
|
1420 |
name = "lock_api"
|
1421 |
+
version = "0.4.10"
|
1422 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1423 |
+
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
1424 |
dependencies = [
|
1425 |
"autocfg 1.1.0",
|
1426 |
"scopeguard",
|
|
|
1428 |
|
1429 |
[[package]]
|
1430 |
name = "log"
|
1431 |
+
version = "0.4.19"
|
1432 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1433 |
+
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
1434 |
|
1435 |
[[package]]
|
1436 |
name = "mac"
|
|
|
1599 |
|
1600 |
[[package]]
|
1601 |
name = "net2"
|
1602 |
+
version = "0.2.39"
|
1603 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1604 |
+
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
1605 |
dependencies = [
|
1606 |
"cfg-if 0.1.10",
|
1607 |
"libc",
|
|
|
1647 |
|
1648 |
[[package]]
|
1649 |
name = "object"
|
1650 |
+
version = "0.30.4"
|
1651 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1652 |
+
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
|
1653 |
dependencies = [
|
1654 |
"memchr",
|
1655 |
]
|
1656 |
|
1657 |
[[package]]
|
1658 |
name = "once_cell"
|
1659 |
+
version = "1.18.0"
|
1660 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1661 |
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
1662 |
|
1663 |
[[package]]
|
1664 |
name = "openssl"
|
1665 |
+
version = "0.10.54"
|
1666 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1667 |
+
checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019"
|
1668 |
dependencies = [
|
1669 |
"bitflags",
|
1670 |
"cfg-if 1.0.0",
|
|
|
1681 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1682 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1683 |
dependencies = [
|
1684 |
+
"proc-macro2 1.0.60",
|
1685 |
"quote 1.0.28",
|
1686 |
"syn 2.0.18",
|
1687 |
]
|
|
|
1721 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722 |
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
1723 |
dependencies = [
|
1724 |
+
"lock_api 0.4.10",
|
1725 |
+
"parking_lot_core 0.9.8",
|
1726 |
]
|
1727 |
|
1728 |
[[package]]
|
|
|
1742 |
|
1743 |
[[package]]
|
1744 |
name = "parking_lot_core"
|
1745 |
+
version = "0.9.8"
|
1746 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1747 |
+
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
1748 |
dependencies = [
|
1749 |
"cfg-if 1.0.0",
|
1750 |
"libc",
|
1751 |
+
"redox_syscall 0.3.5",
|
1752 |
"smallvec 1.10.0",
|
1753 |
+
"windows-targets",
|
1754 |
]
|
1755 |
|
1756 |
[[package]]
|
|
|
1767 |
|
1768 |
[[package]]
|
1769 |
name = "percent-encoding"
|
1770 |
+
version = "2.3.0"
|
1771 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1772 |
+
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
1773 |
|
1774 |
[[package]]
|
1775 |
name = "pest"
|
|
|
1799 |
dependencies = [
|
1800 |
"pest",
|
1801 |
"pest_meta",
|
1802 |
+
"proc-macro2 1.0.60",
|
1803 |
"quote 1.0.28",
|
1804 |
"syn 2.0.18",
|
1805 |
]
|
|
|
1913 |
"phf_generator 0.10.0",
|
1914 |
"phf_shared 0.10.0",
|
1915 |
"proc-macro-hack",
|
1916 |
+
"proc-macro2 1.0.60",
|
1917 |
"quote 1.0.28",
|
1918 |
"syn 1.0.109",
|
1919 |
]
|
|
|
1992 |
|
1993 |
[[package]]
|
1994 |
name = "proc-macro2"
|
1995 |
+
version = "1.0.60"
|
1996 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1997 |
+
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
|
1998 |
dependencies = [
|
1999 |
"unicode-ident",
|
2000 |
]
|
|
|
2006 |
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
|
2007 |
dependencies = [
|
2008 |
"idna 0.2.3",
|
2009 |
+
"url 2.4.0",
|
2010 |
]
|
2011 |
|
2012 |
[[package]]
|
|
|
2024 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025 |
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2026 |
dependencies = [
|
2027 |
+
"proc-macro2 1.0.60",
|
2028 |
]
|
2029 |
|
2030 |
[[package]]
|
|
|
2131 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2132 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2133 |
dependencies = [
|
2134 |
+
"getrandom 0.2.10",
|
2135 |
]
|
2136 |
|
2137 |
[[package]]
|
|
|
2231 |
dependencies = [
|
2232 |
"combine",
|
2233 |
"itoa 1.0.6",
|
2234 |
+
"percent-encoding 2.3.0",
|
2235 |
"ryu",
|
2236 |
"sha1_smol",
|
2237 |
+
"url 2.4.0",
|
2238 |
]
|
2239 |
|
2240 |
[[package]]
|
|
|
2243 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2244 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2246 |
[[package]]
|
2247 |
name = "redox_syscall"
|
2248 |
version = "0.3.5"
|
|
|
2254 |
|
2255 |
[[package]]
|
2256 |
name = "regex"
|
2257 |
+
version = "1.8.4"
|
2258 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2259 |
+
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2260 |
dependencies = [
|
2261 |
"aho-corasick",
|
2262 |
"memchr",
|
|
|
2325 |
"mime",
|
2326 |
"native-tls",
|
2327 |
"once_cell",
|
2328 |
+
"percent-encoding 2.3.0",
|
2329 |
"pin-project-lite",
|
2330 |
"serde",
|
2331 |
"serde_json",
|
|
|
2333 |
"tokio 1.28.2",
|
2334 |
"tokio-native-tls",
|
2335 |
"tower-service",
|
2336 |
+
"url 2.4.0",
|
2337 |
"wasm-bindgen",
|
2338 |
"wasm-bindgen-futures",
|
2339 |
"web-sys",
|
|
|
2342 |
|
2343 |
[[package]]
|
2344 |
name = "rlua"
|
2345 |
+
version = "0.19.5"
|
2346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2347 |
+
checksum = "753540fb29c9a615ce5dd64be5c957271adc887c8424555fc372e0b88ebde074"
|
2348 |
dependencies = [
|
2349 |
"bitflags",
|
2350 |
"bstr",
|
|
|
2355 |
|
2356 |
[[package]]
|
2357 |
name = "rlua-lua54-sys"
|
2358 |
+
version = "0.1.5"
|
2359 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2360 |
+
checksum = "28b1af7df13ef18849005d82d8d16411ebdb7f35f9dcfcb790a4ce49bc1e05aa"
|
2361 |
dependencies = [
|
2362 |
"cc",
|
2363 |
"libc",
|
|
|
2390 |
|
2391 |
[[package]]
|
2392 |
name = "rustix"
|
2393 |
+
version = "0.37.20"
|
2394 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2395 |
+
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
2396 |
dependencies = [
|
2397 |
"bitflags",
|
2398 |
"errno",
|
|
|
2535 |
|
2536 |
[[package]]
|
2537 |
name = "serde"
|
2538 |
+
version = "1.0.164"
|
2539 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2540 |
+
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2541 |
dependencies = [
|
2542 |
"serde_derive",
|
2543 |
]
|
2544 |
|
2545 |
[[package]]
|
2546 |
name = "serde_derive"
|
2547 |
+
version = "1.0.164"
|
2548 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2549 |
+
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2550 |
dependencies = [
|
2551 |
+
"proc-macro2 1.0.60",
|
2552 |
"quote 1.0.28",
|
2553 |
"syn 2.0.18",
|
2554 |
]
|
|
|
2570 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2571 |
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2572 |
dependencies = [
|
2573 |
+
"dtoa 0.4.8",
|
2574 |
"itoa 0.4.8",
|
2575 |
"serde",
|
2576 |
"url 1.7.2",
|
|
|
2733 |
dependencies = [
|
2734 |
"phf_generator 0.7.24",
|
2735 |
"phf_shared 0.7.24",
|
2736 |
+
"proc-macro2 1.0.60",
|
2737 |
"quote 1.0.28",
|
2738 |
"string_cache_shared",
|
2739 |
]
|
|
|
2746 |
dependencies = [
|
2747 |
"phf_generator 0.10.0",
|
2748 |
"phf_shared 0.10.0",
|
2749 |
+
"proc-macro2 1.0.60",
|
2750 |
"quote 1.0.28",
|
2751 |
]
|
2752 |
|
|
|
2773 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2774 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2775 |
dependencies = [
|
2776 |
+
"proc-macro2 1.0.60",
|
2777 |
"quote 1.0.28",
|
2778 |
"unicode-ident",
|
2779 |
]
|
|
|
2784 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2785 |
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2786 |
dependencies = [
|
2787 |
+
"proc-macro2 1.0.60",
|
2788 |
"quote 1.0.28",
|
2789 |
"unicode-ident",
|
2790 |
]
|
|
|
2795 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2796 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2797 |
dependencies = [
|
2798 |
+
"proc-macro2 1.0.60",
|
2799 |
"quote 1.0.28",
|
2800 |
"syn 1.0.109",
|
2801 |
"unicode-xid 0.2.4",
|
|
|
2803 |
|
2804 |
[[package]]
|
2805 |
name = "tempfile"
|
2806 |
+
version = "3.6.0"
|
2807 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2808 |
+
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2809 |
dependencies = [
|
2810 |
+
"autocfg 1.1.0",
|
2811 |
"cfg-if 1.0.0",
|
2812 |
"fastrand",
|
2813 |
"redox_syscall 0.3.5",
|
2814 |
"rustix",
|
2815 |
+
"windows-sys 0.48.0",
|
2816 |
]
|
2817 |
|
2818 |
[[package]]
|
|
|
2850 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2851 |
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2852 |
dependencies = [
|
2853 |
+
"proc-macro2 1.0.60",
|
2854 |
"quote 1.0.28",
|
2855 |
"syn 2.0.18",
|
2856 |
]
|
|
|
2868 |
|
2869 |
[[package]]
|
2870 |
name = "time"
|
2871 |
+
version = "0.3.22"
|
2872 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2873 |
+
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
|
2874 |
dependencies = [
|
2875 |
"itoa 1.0.6",
|
2876 |
"serde",
|
|
|
2994 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2995 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2996 |
dependencies = [
|
2997 |
+
"proc-macro2 1.0.60",
|
2998 |
"quote 1.0.28",
|
2999 |
"syn 2.0.18",
|
3000 |
]
|
|
|
3219 |
|
3220 |
[[package]]
|
3221 |
name = "url"
|
3222 |
+
version = "2.4.0"
|
3223 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3224 |
+
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
3225 |
dependencies = [
|
3226 |
"form_urlencoded",
|
3227 |
+
"idna 0.4.0",
|
3228 |
+
"percent-encoding 2.3.0",
|
3229 |
]
|
3230 |
|
3231 |
[[package]]
|
|
|
3278 |
|
3279 |
[[package]]
|
3280 |
name = "want"
|
3281 |
+
version = "0.3.1"
|
3282 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3283 |
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
3284 |
dependencies = [
|
|
|
3285 |
"try-lock",
|
3286 |
]
|
3287 |
|
|
|
3305 |
|
3306 |
[[package]]
|
3307 |
name = "wasm-bindgen"
|
3308 |
+
version = "0.2.87"
|
3309 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3310 |
+
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
3311 |
dependencies = [
|
3312 |
"cfg-if 1.0.0",
|
3313 |
"wasm-bindgen-macro",
|
|
|
3315 |
|
3316 |
[[package]]
|
3317 |
name = "wasm-bindgen-backend"
|
3318 |
+
version = "0.2.87"
|
3319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3320 |
+
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
3321 |
dependencies = [
|
3322 |
"bumpalo",
|
3323 |
"log",
|
3324 |
"once_cell",
|
3325 |
+
"proc-macro2 1.0.60",
|
3326 |
"quote 1.0.28",
|
3327 |
"syn 2.0.18",
|
3328 |
"wasm-bindgen-shared",
|
|
|
3330 |
|
3331 |
[[package]]
|
3332 |
name = "wasm-bindgen-futures"
|
3333 |
+
version = "0.4.37"
|
3334 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3335 |
+
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
3336 |
dependencies = [
|
3337 |
"cfg-if 1.0.0",
|
3338 |
"js-sys",
|
|
|
3342 |
|
3343 |
[[package]]
|
3344 |
name = "wasm-bindgen-macro"
|
3345 |
+
version = "0.2.87"
|
3346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3347 |
+
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
3348 |
dependencies = [
|
3349 |
"quote 1.0.28",
|
3350 |
"wasm-bindgen-macro-support",
|
|
|
3352 |
|
3353 |
[[package]]
|
3354 |
name = "wasm-bindgen-macro-support"
|
3355 |
+
version = "0.2.87"
|
3356 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3357 |
+
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
3358 |
dependencies = [
|
3359 |
+
"proc-macro2 1.0.60",
|
3360 |
"quote 1.0.28",
|
3361 |
"syn 2.0.18",
|
3362 |
"wasm-bindgen-backend",
|
|
|
3365 |
|
3366 |
[[package]]
|
3367 |
name = "wasm-bindgen-shared"
|
3368 |
+
version = "0.2.87"
|
3369 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3370 |
+
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
3371 |
|
3372 |
[[package]]
|
3373 |
name = "web-sys"
|
3374 |
+
version = "0.3.64"
|
3375 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3376 |
+
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
3377 |
dependencies = [
|
3378 |
"js-sys",
|
3379 |
"wasm-bindgen",
|
|
|
3381 |
|
3382 |
[[package]]
|
3383 |
name = "websurfx"
|
3384 |
+
version = "0.12.3"
|
3385 |
dependencies = [
|
3386 |
"actix-files",
|
3387 |
"actix-web",
|
|
|
3461 |
"windows_x86_64_msvc 0.42.2",
|
3462 |
]
|
3463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3464 |
[[package]]
|
3465 |
name = "windows-sys"
|
3466 |
version = "0.48.0"
|
3467 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3468 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
3469 |
dependencies = [
|
3470 |
+
"windows-targets",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3471 |
]
|
3472 |
|
3473 |
[[package]]
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.12.
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "0.12.3"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|