Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
8384560
1
Parent(s):
8a1d377
✨ feat: bump the app version (#36) (#37)
Browse files- Cargo.lock +138 -165
- 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 |
]
|
@@ -488,8 +488,8 @@ version = "0.16.2"
|
|
488 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
489 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
490 |
dependencies = [
|
491 |
-
"percent-encoding 2.
|
492 |
-
"time 0.3.
|
493 |
"version_check",
|
494 |
]
|
495 |
|
@@ -529,9 +529,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
529 |
|
530 |
[[package]]
|
531 |
name = "cpufeatures"
|
532 |
-
version = "0.2.
|
533 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534 |
-
checksum = "
|
535 |
dependencies = [
|
536 |
"libc",
|
537 |
]
|
@@ -614,7 +614,7 @@ dependencies = [
|
|
614 |
"itoa 1.0.6",
|
615 |
"matches",
|
616 |
"phf 0.10.1",
|
617 |
-
"proc-macro2 1.0.
|
618 |
"quote 1.0.28",
|
619 |
"smallvec 1.10.0",
|
620 |
"syn 1.0.109",
|
@@ -622,12 +622,12 @@ dependencies = [
|
|
622 |
|
623 |
[[package]]
|
624 |
name = "cssparser-macros"
|
625 |
-
version = "0.6.
|
626 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
627 |
-
checksum = "
|
628 |
dependencies = [
|
629 |
"quote 1.0.28",
|
630 |
-
"syn
|
631 |
]
|
632 |
|
633 |
[[package]]
|
@@ -637,7 +637,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
637 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
638 |
dependencies = [
|
639 |
"convert_case",
|
640 |
-
"proc-macro2 1.0.
|
641 |
"quote 1.0.28",
|
642 |
"rustc_version 0.4.0",
|
643 |
"syn 1.0.109",
|
@@ -659,13 +659,19 @@ version = "0.4.8"
|
|
659 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660 |
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
661 |
|
|
|
|
|
|
|
|
|
|
|
|
|
662 |
[[package]]
|
663 |
name = "dtoa-short"
|
664 |
-
version = "0.3.
|
665 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666 |
-
checksum = "
|
667 |
dependencies = [
|
668 |
-
"dtoa",
|
669 |
]
|
670 |
|
671 |
[[package]]
|
@@ -749,7 +755,7 @@ version = "0.1.8"
|
|
749 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
750 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
751 |
dependencies = [
|
752 |
-
"proc-macro2 1.0.
|
753 |
"quote 1.0.28",
|
754 |
"syn 1.0.109",
|
755 |
"synstructure",
|
@@ -808,11 +814,11 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
808 |
|
809 |
[[package]]
|
810 |
name = "form_urlencoded"
|
811 |
-
version = "1.
|
812 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
813 |
-
checksum = "
|
814 |
dependencies = [
|
815 |
-
"percent-encoding 2.
|
816 |
]
|
817 |
|
818 |
[[package]]
|
@@ -949,9 +955,9 @@ dependencies = [
|
|
949 |
|
950 |
[[package]]
|
951 |
name = "getrandom"
|
952 |
-
version = "0.2.
|
953 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
954 |
-
checksum = "
|
955 |
dependencies = [
|
956 |
"cfg-if 1.0.0",
|
957 |
"libc",
|
@@ -960,9 +966,9 @@ dependencies = [
|
|
960 |
|
961 |
[[package]]
|
962 |
name = "gimli"
|
963 |
-
version = "0.27.
|
964 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
965 |
-
checksum = "
|
966 |
|
967 |
[[package]]
|
968 |
name = "h2"
|
@@ -1060,7 +1066,7 @@ dependencies = [
|
|
1060 |
"log",
|
1061 |
"mac",
|
1062 |
"markup5ever 0.11.0",
|
1063 |
-
"proc-macro2 1.0.
|
1064 |
"quote 1.0.28",
|
1065 |
"syn 1.0.109",
|
1066 |
]
|
@@ -1185,7 +1191,7 @@ dependencies = [
|
|
1185 |
"tokio 1.28.2",
|
1186 |
"tower-service",
|
1187 |
"tracing",
|
1188 |
-
"want 0.3.
|
1189 |
]
|
1190 |
|
1191 |
[[package]]
|
@@ -1238,9 +1244,9 @@ dependencies = [
|
|
1238 |
|
1239 |
[[package]]
|
1240 |
name = "idna"
|
1241 |
-
version = "0.
|
1242 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1243 |
-
checksum = "
|
1244 |
dependencies = [
|
1245 |
"unicode-bidi",
|
1246 |
"unicode-normalization",
|
@@ -1326,9 +1332,9 @@ dependencies = [
|
|
1326 |
|
1327 |
[[package]]
|
1328 |
name = "js-sys"
|
1329 |
-
version = "0.3.
|
1330 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1331 |
-
checksum = "
|
1332 |
dependencies = [
|
1333 |
"wasm-bindgen",
|
1334 |
]
|
@@ -1357,9 +1363,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
1357 |
|
1358 |
[[package]]
|
1359 |
name = "libc"
|
1360 |
-
version = "0.2.
|
1361 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1362 |
-
checksum = "
|
1363 |
|
1364 |
[[package]]
|
1365 |
name = "linux-raw-sys"
|
@@ -1396,9 +1402,9 @@ dependencies = [
|
|
1396 |
|
1397 |
[[package]]
|
1398 |
name = "lock_api"
|
1399 |
-
version = "0.4.
|
1400 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1401 |
-
checksum = "
|
1402 |
dependencies = [
|
1403 |
"autocfg 1.1.0",
|
1404 |
"scopeguard",
|
@@ -1406,9 +1412,9 @@ dependencies = [
|
|
1406 |
|
1407 |
[[package]]
|
1408 |
name = "log"
|
1409 |
-
version = "0.4.
|
1410 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1411 |
-
checksum = "
|
1412 |
|
1413 |
[[package]]
|
1414 |
name = "mac"
|
@@ -1577,9 +1583,9 @@ dependencies = [
|
|
1577 |
|
1578 |
[[package]]
|
1579 |
name = "net2"
|
1580 |
-
version = "0.2.
|
1581 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1582 |
-
checksum = "
|
1583 |
dependencies = [
|
1584 |
"cfg-if 0.1.10",
|
1585 |
"libc",
|
@@ -1625,24 +1631,24 @@ dependencies = [
|
|
1625 |
|
1626 |
[[package]]
|
1627 |
name = "object"
|
1628 |
-
version = "0.30.
|
1629 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1630 |
-
checksum = "
|
1631 |
dependencies = [
|
1632 |
"memchr",
|
1633 |
]
|
1634 |
|
1635 |
[[package]]
|
1636 |
name = "once_cell"
|
1637 |
-
version = "1.
|
1638 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1639 |
-
checksum = "
|
1640 |
|
1641 |
[[package]]
|
1642 |
name = "openssl"
|
1643 |
-
version = "0.10.
|
1644 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645 |
-
checksum = "
|
1646 |
dependencies = [
|
1647 |
"bitflags",
|
1648 |
"cfg-if 1.0.0",
|
@@ -1659,7 +1665,7 @@ version = "0.1.1"
|
|
1659 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1660 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1661 |
dependencies = [
|
1662 |
-
"proc-macro2 1.0.
|
1663 |
"quote 1.0.28",
|
1664 |
"syn 2.0.18",
|
1665 |
]
|
@@ -1699,8 +1705,8 @@ version = "0.12.1"
|
|
1699 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1700 |
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
1701 |
dependencies = [
|
1702 |
-
"lock_api 0.4.
|
1703 |
-
"parking_lot_core 0.9.
|
1704 |
]
|
1705 |
|
1706 |
[[package]]
|
@@ -1720,15 +1726,15 @@ dependencies = [
|
|
1720 |
|
1721 |
[[package]]
|
1722 |
name = "parking_lot_core"
|
1723 |
-
version = "0.9.
|
1724 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1725 |
-
checksum = "
|
1726 |
dependencies = [
|
1727 |
"cfg-if 1.0.0",
|
1728 |
"libc",
|
1729 |
-
"redox_syscall 0.
|
1730 |
"smallvec 1.10.0",
|
1731 |
-
"windows-
|
1732 |
]
|
1733 |
|
1734 |
[[package]]
|
@@ -1745,15 +1751,15 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
1745 |
|
1746 |
[[package]]
|
1747 |
name = "percent-encoding"
|
1748 |
-
version = "2.
|
1749 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1750 |
-
checksum = "
|
1751 |
|
1752 |
[[package]]
|
1753 |
name = "pest"
|
1754 |
-
version = "2.6.
|
1755 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1756 |
-
checksum = "
|
1757 |
dependencies = [
|
1758 |
"thiserror",
|
1759 |
"ucd-trie",
|
@@ -1761,9 +1767,9 @@ dependencies = [
|
|
1761 |
|
1762 |
[[package]]
|
1763 |
name = "pest_derive"
|
1764 |
-
version = "2.6.
|
1765 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1766 |
-
checksum = "
|
1767 |
dependencies = [
|
1768 |
"pest",
|
1769 |
"pest_generator",
|
@@ -1771,22 +1777,22 @@ dependencies = [
|
|
1771 |
|
1772 |
[[package]]
|
1773 |
name = "pest_generator"
|
1774 |
-
version = "2.6.
|
1775 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1776 |
-
checksum = "
|
1777 |
dependencies = [
|
1778 |
"pest",
|
1779 |
"pest_meta",
|
1780 |
-
"proc-macro2 1.0.
|
1781 |
"quote 1.0.28",
|
1782 |
"syn 2.0.18",
|
1783 |
]
|
1784 |
|
1785 |
[[package]]
|
1786 |
name = "pest_meta"
|
1787 |
-
version = "2.6.
|
1788 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1789 |
-
checksum = "
|
1790 |
dependencies = [
|
1791 |
"once_cell",
|
1792 |
"pest",
|
@@ -1891,7 +1897,7 @@ dependencies = [
|
|
1891 |
"phf_generator 0.10.0",
|
1892 |
"phf_shared 0.10.0",
|
1893 |
"proc-macro-hack",
|
1894 |
-
"proc-macro2 1.0.
|
1895 |
"quote 1.0.28",
|
1896 |
"syn 1.0.109",
|
1897 |
]
|
@@ -1970,9 +1976,9 @@ dependencies = [
|
|
1970 |
|
1971 |
[[package]]
|
1972 |
name = "proc-macro2"
|
1973 |
-
version = "1.0.
|
1974 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1975 |
-
checksum = "
|
1976 |
dependencies = [
|
1977 |
"unicode-ident",
|
1978 |
]
|
@@ -1984,7 +1990,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1984 |
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
|
1985 |
dependencies = [
|
1986 |
"idna 0.2.3",
|
1987 |
-
"url 2.
|
1988 |
]
|
1989 |
|
1990 |
[[package]]
|
@@ -2002,7 +2008,7 @@ version = "1.0.28"
|
|
2002 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2003 |
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2004 |
dependencies = [
|
2005 |
-
"proc-macro2 1.0.
|
2006 |
]
|
2007 |
|
2008 |
[[package]]
|
@@ -2109,7 +2115,7 @@ version = "0.6.4"
|
|
2109 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2110 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2111 |
dependencies = [
|
2112 |
-
"getrandom 0.2.
|
2113 |
]
|
2114 |
|
2115 |
[[package]]
|
@@ -2209,10 +2215,10 @@ checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
|
|
2209 |
dependencies = [
|
2210 |
"combine",
|
2211 |
"itoa 1.0.6",
|
2212 |
-
"percent-encoding 2.
|
2213 |
"ryu",
|
2214 |
"sha1_smol",
|
2215 |
-
"url 2.
|
2216 |
]
|
2217 |
|
2218 |
[[package]]
|
@@ -2221,15 +2227,6 @@ version = "0.1.57"
|
|
2221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2222 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2223 |
|
2224 |
-
[[package]]
|
2225 |
-
name = "redox_syscall"
|
2226 |
-
version = "0.2.16"
|
2227 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228 |
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2229 |
-
dependencies = [
|
2230 |
-
"bitflags",
|
2231 |
-
]
|
2232 |
-
|
2233 |
[[package]]
|
2234 |
name = "redox_syscall"
|
2235 |
version = "0.3.5"
|
@@ -2241,9 +2238,9 @@ dependencies = [
|
|
2241 |
|
2242 |
[[package]]
|
2243 |
name = "regex"
|
2244 |
-
version = "1.8.
|
2245 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2246 |
-
checksum = "
|
2247 |
dependencies = [
|
2248 |
"aho-corasick",
|
2249 |
"memchr",
|
@@ -2312,7 +2309,7 @@ dependencies = [
|
|
2312 |
"mime",
|
2313 |
"native-tls",
|
2314 |
"once_cell",
|
2315 |
-
"percent-encoding 2.
|
2316 |
"pin-project-lite",
|
2317 |
"serde",
|
2318 |
"serde_json",
|
@@ -2320,7 +2317,7 @@ dependencies = [
|
|
2320 |
"tokio 1.28.2",
|
2321 |
"tokio-native-tls",
|
2322 |
"tower-service",
|
2323 |
-
"url 2.
|
2324 |
"wasm-bindgen",
|
2325 |
"wasm-bindgen-futures",
|
2326 |
"web-sys",
|
@@ -2329,9 +2326,9 @@ dependencies = [
|
|
2329 |
|
2330 |
[[package]]
|
2331 |
name = "rlua"
|
2332 |
-
version = "0.19.
|
2333 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2334 |
-
checksum = "
|
2335 |
dependencies = [
|
2336 |
"bitflags",
|
2337 |
"bstr",
|
@@ -2342,9 +2339,9 @@ dependencies = [
|
|
2342 |
|
2343 |
[[package]]
|
2344 |
name = "rlua-lua54-sys"
|
2345 |
-
version = "0.1.
|
2346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2347 |
-
checksum = "
|
2348 |
dependencies = [
|
2349 |
"cc",
|
2350 |
"libc",
|
@@ -2377,9 +2374,9 @@ dependencies = [
|
|
2377 |
|
2378 |
[[package]]
|
2379 |
name = "rustix"
|
2380 |
-
version = "0.37.
|
2381 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2382 |
-
checksum = "
|
2383 |
dependencies = [
|
2384 |
"bitflags",
|
2385 |
"errno",
|
@@ -2522,29 +2519,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
2522 |
|
2523 |
[[package]]
|
2524 |
name = "serde"
|
2525 |
-
version = "1.0.
|
2526 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2527 |
-
checksum = "
|
2528 |
dependencies = [
|
2529 |
"serde_derive",
|
2530 |
]
|
2531 |
|
2532 |
[[package]]
|
2533 |
name = "serde_derive"
|
2534 |
-
version = "1.0.
|
2535 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2536 |
-
checksum = "
|
2537 |
dependencies = [
|
2538 |
-
"proc-macro2 1.0.
|
2539 |
"quote 1.0.28",
|
2540 |
"syn 2.0.18",
|
2541 |
]
|
2542 |
|
2543 |
[[package]]
|
2544 |
name = "serde_json"
|
2545 |
-
version = "1.0.
|
2546 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2547 |
-
checksum = "
|
2548 |
dependencies = [
|
2549 |
"itoa 1.0.6",
|
2550 |
"ryu",
|
@@ -2557,7 +2554,7 @@ version = "0.5.5"
|
|
2557 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2558 |
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2559 |
dependencies = [
|
2560 |
-
"dtoa",
|
2561 |
"itoa 0.4.8",
|
2562 |
"serde",
|
2563 |
"url 1.7.2",
|
@@ -2604,9 +2601,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
2604 |
|
2605 |
[[package]]
|
2606 |
name = "sha2"
|
2607 |
-
version = "0.10.
|
2608 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2609 |
-
checksum = "
|
2610 |
dependencies = [
|
2611 |
"cfg-if 1.0.0",
|
2612 |
"cpufeatures",
|
@@ -2720,7 +2717,7 @@ checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
|
|
2720 |
dependencies = [
|
2721 |
"phf_generator 0.7.24",
|
2722 |
"phf_shared 0.7.24",
|
2723 |
-
"proc-macro2 1.0.
|
2724 |
"quote 1.0.28",
|
2725 |
"string_cache_shared",
|
2726 |
]
|
@@ -2733,7 +2730,7 @@ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
2733 |
dependencies = [
|
2734 |
"phf_generator 0.10.0",
|
2735 |
"phf_shared 0.10.0",
|
2736 |
-
"proc-macro2 1.0.
|
2737 |
"quote 1.0.28",
|
2738 |
]
|
2739 |
|
@@ -2760,7 +2757,7 @@ version = "1.0.109"
|
|
2760 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2761 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2762 |
dependencies = [
|
2763 |
-
"proc-macro2 1.0.
|
2764 |
"quote 1.0.28",
|
2765 |
"unicode-ident",
|
2766 |
]
|
@@ -2771,7 +2768,7 @@ version = "2.0.18"
|
|
2771 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2772 |
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2773 |
dependencies = [
|
2774 |
-
"proc-macro2 1.0.
|
2775 |
"quote 1.0.28",
|
2776 |
"unicode-ident",
|
2777 |
]
|
@@ -2782,7 +2779,7 @@ version = "0.12.6"
|
|
2782 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2783 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2784 |
dependencies = [
|
2785 |
-
"proc-macro2 1.0.
|
2786 |
"quote 1.0.28",
|
2787 |
"syn 1.0.109",
|
2788 |
"unicode-xid 0.2.4",
|
@@ -2790,15 +2787,16 @@ dependencies = [
|
|
2790 |
|
2791 |
[[package]]
|
2792 |
name = "tempfile"
|
2793 |
-
version = "3.
|
2794 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2795 |
-
checksum = "
|
2796 |
dependencies = [
|
|
|
2797 |
"cfg-if 1.0.0",
|
2798 |
"fastrand",
|
2799 |
"redox_syscall 0.3.5",
|
2800 |
"rustix",
|
2801 |
-
"windows-sys 0.
|
2802 |
]
|
2803 |
|
2804 |
[[package]]
|
@@ -2836,7 +2834,7 @@ version = "1.0.40"
|
|
2836 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2837 |
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2838 |
dependencies = [
|
2839 |
-
"proc-macro2 1.0.
|
2840 |
"quote 1.0.28",
|
2841 |
"syn 2.0.18",
|
2842 |
]
|
@@ -2854,9 +2852,9 @@ dependencies = [
|
|
2854 |
|
2855 |
[[package]]
|
2856 |
name = "time"
|
2857 |
-
version = "0.3.
|
2858 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2859 |
-
checksum = "
|
2860 |
dependencies = [
|
2861 |
"itoa 1.0.6",
|
2862 |
"serde",
|
@@ -2980,7 +2978,7 @@ version = "2.1.0"
|
|
2980 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2981 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2982 |
dependencies = [
|
2983 |
-
"proc-macro2 1.0.
|
2984 |
"quote 1.0.28",
|
2985 |
"syn 2.0.18",
|
2986 |
]
|
@@ -3205,13 +3203,13 @@ dependencies = [
|
|
3205 |
|
3206 |
[[package]]
|
3207 |
name = "url"
|
3208 |
-
version = "2.
|
3209 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3210 |
-
checksum = "
|
3211 |
dependencies = [
|
3212 |
"form_urlencoded",
|
3213 |
-
"idna 0.
|
3214 |
-
"percent-encoding 2.
|
3215 |
]
|
3216 |
|
3217 |
[[package]]
|
@@ -3264,11 +3262,10 @@ dependencies = [
|
|
3264 |
|
3265 |
[[package]]
|
3266 |
name = "want"
|
3267 |
-
version = "0.3.
|
3268 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3269 |
-
checksum = "
|
3270 |
dependencies = [
|
3271 |
-
"log",
|
3272 |
"try-lock",
|
3273 |
]
|
3274 |
|
@@ -3292,9 +3289,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3292 |
|
3293 |
[[package]]
|
3294 |
name = "wasm-bindgen"
|
3295 |
-
version = "0.2.
|
3296 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3297 |
-
checksum = "
|
3298 |
dependencies = [
|
3299 |
"cfg-if 1.0.0",
|
3300 |
"wasm-bindgen-macro",
|
@@ -3302,14 +3299,14 @@ dependencies = [
|
|
3302 |
|
3303 |
[[package]]
|
3304 |
name = "wasm-bindgen-backend"
|
3305 |
-
version = "0.2.
|
3306 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3307 |
-
checksum = "
|
3308 |
dependencies = [
|
3309 |
"bumpalo",
|
3310 |
"log",
|
3311 |
"once_cell",
|
3312 |
-
"proc-macro2 1.0.
|
3313 |
"quote 1.0.28",
|
3314 |
"syn 2.0.18",
|
3315 |
"wasm-bindgen-shared",
|
@@ -3317,9 +3314,9 @@ dependencies = [
|
|
3317 |
|
3318 |
[[package]]
|
3319 |
name = "wasm-bindgen-futures"
|
3320 |
-
version = "0.4.
|
3321 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3322 |
-
checksum = "
|
3323 |
dependencies = [
|
3324 |
"cfg-if 1.0.0",
|
3325 |
"js-sys",
|
@@ -3329,9 +3326,9 @@ dependencies = [
|
|
3329 |
|
3330 |
[[package]]
|
3331 |
name = "wasm-bindgen-macro"
|
3332 |
-
version = "0.2.
|
3333 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3334 |
-
checksum = "
|
3335 |
dependencies = [
|
3336 |
"quote 1.0.28",
|
3337 |
"wasm-bindgen-macro-support",
|
@@ -3339,11 +3336,11 @@ dependencies = [
|
|
3339 |
|
3340 |
[[package]]
|
3341 |
name = "wasm-bindgen-macro-support"
|
3342 |
-
version = "0.2.
|
3343 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3344 |
-
checksum = "
|
3345 |
dependencies = [
|
3346 |
-
"proc-macro2 1.0.
|
3347 |
"quote 1.0.28",
|
3348 |
"syn 2.0.18",
|
3349 |
"wasm-bindgen-backend",
|
@@ -3352,15 +3349,15 @@ dependencies = [
|
|
3352 |
|
3353 |
[[package]]
|
3354 |
name = "wasm-bindgen-shared"
|
3355 |
-
version = "0.2.
|
3356 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3357 |
-
checksum = "
|
3358 |
|
3359 |
[[package]]
|
3360 |
name = "web-sys"
|
3361 |
-
version = "0.3.
|
3362 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3363 |
-
checksum = "
|
3364 |
dependencies = [
|
3365 |
"js-sys",
|
3366 |
"wasm-bindgen",
|
@@ -3368,7 +3365,7 @@ dependencies = [
|
|
3368 |
|
3369 |
[[package]]
|
3370 |
name = "websurfx"
|
3371 |
-
version = "0.
|
3372 |
dependencies = [
|
3373 |
"actix-files",
|
3374 |
"actix-web",
|
@@ -3447,37 +3444,13 @@ dependencies = [
|
|
3447 |
"windows_x86_64_msvc 0.42.2",
|
3448 |
]
|
3449 |
|
3450 |
-
[[package]]
|
3451 |
-
name = "windows-sys"
|
3452 |
-
version = "0.45.0"
|
3453 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3454 |
-
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
3455 |
-
dependencies = [
|
3456 |
-
"windows-targets 0.42.2",
|
3457 |
-
]
|
3458 |
-
|
3459 |
[[package]]
|
3460 |
name = "windows-sys"
|
3461 |
version = "0.48.0"
|
3462 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3463 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
3464 |
dependencies = [
|
3465 |
-
"windows-targets
|
3466 |
-
]
|
3467 |
-
|
3468 |
-
[[package]]
|
3469 |
-
name = "windows-targets"
|
3470 |
-
version = "0.42.2"
|
3471 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3472 |
-
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
3473 |
-
dependencies = [
|
3474 |
-
"windows_aarch64_gnullvm 0.42.2",
|
3475 |
-
"windows_aarch64_msvc 0.42.2",
|
3476 |
-
"windows_i686_gnu 0.42.2",
|
3477 |
-
"windows_i686_msvc 0.42.2",
|
3478 |
-
"windows_x86_64_gnu 0.42.2",
|
3479 |
-
"windows_x86_64_gnullvm 0.42.2",
|
3480 |
-
"windows_x86_64_msvc 0.42.2",
|
3481 |
]
|
3482 |
|
3483 |
[[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 |
]
|
|
|
488 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
489 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
490 |
dependencies = [
|
491 |
+
"percent-encoding 2.3.0",
|
492 |
+
"time 0.3.22",
|
493 |
"version_check",
|
494 |
]
|
495 |
|
|
|
529 |
|
530 |
[[package]]
|
531 |
name = "cpufeatures"
|
532 |
+
version = "0.2.8"
|
533 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534 |
+
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
535 |
dependencies = [
|
536 |
"libc",
|
537 |
]
|
|
|
614 |
"itoa 1.0.6",
|
615 |
"matches",
|
616 |
"phf 0.10.1",
|
617 |
+
"proc-macro2 1.0.60",
|
618 |
"quote 1.0.28",
|
619 |
"smallvec 1.10.0",
|
620 |
"syn 1.0.109",
|
|
|
622 |
|
623 |
[[package]]
|
624 |
name = "cssparser-macros"
|
625 |
+
version = "0.6.1"
|
626 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
627 |
+
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
628 |
dependencies = [
|
629 |
"quote 1.0.28",
|
630 |
+
"syn 2.0.18",
|
631 |
]
|
632 |
|
633 |
[[package]]
|
|
|
637 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
638 |
dependencies = [
|
639 |
"convert_case",
|
640 |
+
"proc-macro2 1.0.60",
|
641 |
"quote 1.0.28",
|
642 |
"rustc_version 0.4.0",
|
643 |
"syn 1.0.109",
|
|
|
659 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660 |
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
661 |
|
662 |
+
[[package]]
|
663 |
+
name = "dtoa"
|
664 |
+
version = "1.0.6"
|
665 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666 |
+
checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
|
667 |
+
|
668 |
[[package]]
|
669 |
name = "dtoa-short"
|
670 |
+
version = "0.3.4"
|
671 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
672 |
+
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
673 |
dependencies = [
|
674 |
+
"dtoa 1.0.6",
|
675 |
]
|
676 |
|
677 |
[[package]]
|
|
|
755 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
756 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
757 |
dependencies = [
|
758 |
+
"proc-macro2 1.0.60",
|
759 |
"quote 1.0.28",
|
760 |
"syn 1.0.109",
|
761 |
"synstructure",
|
|
|
814 |
|
815 |
[[package]]
|
816 |
name = "form_urlencoded"
|
817 |
+
version = "1.2.0"
|
818 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
819 |
+
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
820 |
dependencies = [
|
821 |
+
"percent-encoding 2.3.0",
|
822 |
]
|
823 |
|
824 |
[[package]]
|
|
|
955 |
|
956 |
[[package]]
|
957 |
name = "getrandom"
|
958 |
+
version = "0.2.10"
|
959 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
960 |
+
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
961 |
dependencies = [
|
962 |
"cfg-if 1.0.0",
|
963 |
"libc",
|
|
|
966 |
|
967 |
[[package]]
|
968 |
name = "gimli"
|
969 |
+
version = "0.27.3"
|
970 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971 |
+
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
972 |
|
973 |
[[package]]
|
974 |
name = "h2"
|
|
|
1066 |
"log",
|
1067 |
"mac",
|
1068 |
"markup5ever 0.11.0",
|
1069 |
+
"proc-macro2 1.0.60",
|
1070 |
"quote 1.0.28",
|
1071 |
"syn 1.0.109",
|
1072 |
]
|
|
|
1191 |
"tokio 1.28.2",
|
1192 |
"tower-service",
|
1193 |
"tracing",
|
1194 |
+
"want 0.3.1",
|
1195 |
]
|
1196 |
|
1197 |
[[package]]
|
|
|
1244 |
|
1245 |
[[package]]
|
1246 |
name = "idna"
|
1247 |
+
version = "0.4.0"
|
1248 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1249 |
+
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
1250 |
dependencies = [
|
1251 |
"unicode-bidi",
|
1252 |
"unicode-normalization",
|
|
|
1332 |
|
1333 |
[[package]]
|
1334 |
name = "js-sys"
|
1335 |
+
version = "0.3.64"
|
1336 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1337 |
+
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
1338 |
dependencies = [
|
1339 |
"wasm-bindgen",
|
1340 |
]
|
|
|
1363 |
|
1364 |
[[package]]
|
1365 |
name = "libc"
|
1366 |
+
version = "0.2.146"
|
1367 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1368 |
+
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
1369 |
|
1370 |
[[package]]
|
1371 |
name = "linux-raw-sys"
|
|
|
1402 |
|
1403 |
[[package]]
|
1404 |
name = "lock_api"
|
1405 |
+
version = "0.4.10"
|
1406 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1407 |
+
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
1408 |
dependencies = [
|
1409 |
"autocfg 1.1.0",
|
1410 |
"scopeguard",
|
|
|
1412 |
|
1413 |
[[package]]
|
1414 |
name = "log"
|
1415 |
+
version = "0.4.19"
|
1416 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1417 |
+
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
1418 |
|
1419 |
[[package]]
|
1420 |
name = "mac"
|
|
|
1583 |
|
1584 |
[[package]]
|
1585 |
name = "net2"
|
1586 |
+
version = "0.2.39"
|
1587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1588 |
+
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
1589 |
dependencies = [
|
1590 |
"cfg-if 0.1.10",
|
1591 |
"libc",
|
|
|
1631 |
|
1632 |
[[package]]
|
1633 |
name = "object"
|
1634 |
+
version = "0.30.4"
|
1635 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1636 |
+
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
|
1637 |
dependencies = [
|
1638 |
"memchr",
|
1639 |
]
|
1640 |
|
1641 |
[[package]]
|
1642 |
name = "once_cell"
|
1643 |
+
version = "1.18.0"
|
1644 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645 |
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
1646 |
|
1647 |
[[package]]
|
1648 |
name = "openssl"
|
1649 |
+
version = "0.10.54"
|
1650 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651 |
+
checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019"
|
1652 |
dependencies = [
|
1653 |
"bitflags",
|
1654 |
"cfg-if 1.0.0",
|
|
|
1665 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1666 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1667 |
dependencies = [
|
1668 |
+
"proc-macro2 1.0.60",
|
1669 |
"quote 1.0.28",
|
1670 |
"syn 2.0.18",
|
1671 |
]
|
|
|
1705 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706 |
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
1707 |
dependencies = [
|
1708 |
+
"lock_api 0.4.10",
|
1709 |
+
"parking_lot_core 0.9.8",
|
1710 |
]
|
1711 |
|
1712 |
[[package]]
|
|
|
1726 |
|
1727 |
[[package]]
|
1728 |
name = "parking_lot_core"
|
1729 |
+
version = "0.9.8"
|
1730 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1731 |
+
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
1732 |
dependencies = [
|
1733 |
"cfg-if 1.0.0",
|
1734 |
"libc",
|
1735 |
+
"redox_syscall 0.3.5",
|
1736 |
"smallvec 1.10.0",
|
1737 |
+
"windows-targets",
|
1738 |
]
|
1739 |
|
1740 |
[[package]]
|
|
|
1751 |
|
1752 |
[[package]]
|
1753 |
name = "percent-encoding"
|
1754 |
+
version = "2.3.0"
|
1755 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1756 |
+
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
1757 |
|
1758 |
[[package]]
|
1759 |
name = "pest"
|
1760 |
+
version = "2.6.1"
|
1761 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1762 |
+
checksum = "16833386b02953ca926d19f64af613b9bf742c48dcd5e09b32fbfc9740bf84e2"
|
1763 |
dependencies = [
|
1764 |
"thiserror",
|
1765 |
"ucd-trie",
|
|
|
1767 |
|
1768 |
[[package]]
|
1769 |
name = "pest_derive"
|
1770 |
+
version = "2.6.1"
|
1771 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1772 |
+
checksum = "7763190f9406839f99e5197afee8c9e759969f7dbfa40ad3b8dbee8757b745b5"
|
1773 |
dependencies = [
|
1774 |
"pest",
|
1775 |
"pest_generator",
|
|
|
1777 |
|
1778 |
[[package]]
|
1779 |
name = "pest_generator"
|
1780 |
+
version = "2.6.1"
|
1781 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1782 |
+
checksum = "249061b22e99973da1f5f5f1410284419e283bb60b79255bf5f42a94b66a2e00"
|
1783 |
dependencies = [
|
1784 |
"pest",
|
1785 |
"pest_meta",
|
1786 |
+
"proc-macro2 1.0.60",
|
1787 |
"quote 1.0.28",
|
1788 |
"syn 2.0.18",
|
1789 |
]
|
1790 |
|
1791 |
[[package]]
|
1792 |
name = "pest_meta"
|
1793 |
+
version = "2.6.1"
|
1794 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1795 |
+
checksum = "457c310cfc9cf3f22bc58901cc7f0d3410ac5d6298e432a4f9a6138565cb6df6"
|
1796 |
dependencies = [
|
1797 |
"once_cell",
|
1798 |
"pest",
|
|
|
1897 |
"phf_generator 0.10.0",
|
1898 |
"phf_shared 0.10.0",
|
1899 |
"proc-macro-hack",
|
1900 |
+
"proc-macro2 1.0.60",
|
1901 |
"quote 1.0.28",
|
1902 |
"syn 1.0.109",
|
1903 |
]
|
|
|
1976 |
|
1977 |
[[package]]
|
1978 |
name = "proc-macro2"
|
1979 |
+
version = "1.0.60"
|
1980 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1981 |
+
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
|
1982 |
dependencies = [
|
1983 |
"unicode-ident",
|
1984 |
]
|
|
|
1990 |
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
|
1991 |
dependencies = [
|
1992 |
"idna 0.2.3",
|
1993 |
+
"url 2.4.0",
|
1994 |
]
|
1995 |
|
1996 |
[[package]]
|
|
|
2008 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2009 |
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2010 |
dependencies = [
|
2011 |
+
"proc-macro2 1.0.60",
|
2012 |
]
|
2013 |
|
2014 |
[[package]]
|
|
|
2115 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2116 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2117 |
dependencies = [
|
2118 |
+
"getrandom 0.2.10",
|
2119 |
]
|
2120 |
|
2121 |
[[package]]
|
|
|
2215 |
dependencies = [
|
2216 |
"combine",
|
2217 |
"itoa 1.0.6",
|
2218 |
+
"percent-encoding 2.3.0",
|
2219 |
"ryu",
|
2220 |
"sha1_smol",
|
2221 |
+
"url 2.4.0",
|
2222 |
]
|
2223 |
|
2224 |
[[package]]
|
|
|
2227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2230 |
[[package]]
|
2231 |
name = "redox_syscall"
|
2232 |
version = "0.3.5"
|
|
|
2238 |
|
2239 |
[[package]]
|
2240 |
name = "regex"
|
2241 |
+
version = "1.8.4"
|
2242 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2243 |
+
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2244 |
dependencies = [
|
2245 |
"aho-corasick",
|
2246 |
"memchr",
|
|
|
2309 |
"mime",
|
2310 |
"native-tls",
|
2311 |
"once_cell",
|
2312 |
+
"percent-encoding 2.3.0",
|
2313 |
"pin-project-lite",
|
2314 |
"serde",
|
2315 |
"serde_json",
|
|
|
2317 |
"tokio 1.28.2",
|
2318 |
"tokio-native-tls",
|
2319 |
"tower-service",
|
2320 |
+
"url 2.4.0",
|
2321 |
"wasm-bindgen",
|
2322 |
"wasm-bindgen-futures",
|
2323 |
"web-sys",
|
|
|
2326 |
|
2327 |
[[package]]
|
2328 |
name = "rlua"
|
2329 |
+
version = "0.19.5"
|
2330 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2331 |
+
checksum = "753540fb29c9a615ce5dd64be5c957271adc887c8424555fc372e0b88ebde074"
|
2332 |
dependencies = [
|
2333 |
"bitflags",
|
2334 |
"bstr",
|
|
|
2339 |
|
2340 |
[[package]]
|
2341 |
name = "rlua-lua54-sys"
|
2342 |
+
version = "0.1.5"
|
2343 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2344 |
+
checksum = "28b1af7df13ef18849005d82d8d16411ebdb7f35f9dcfcb790a4ce49bc1e05aa"
|
2345 |
dependencies = [
|
2346 |
"cc",
|
2347 |
"libc",
|
|
|
2374 |
|
2375 |
[[package]]
|
2376 |
name = "rustix"
|
2377 |
+
version = "0.37.20"
|
2378 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2379 |
+
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
2380 |
dependencies = [
|
2381 |
"bitflags",
|
2382 |
"errno",
|
|
|
2519 |
|
2520 |
[[package]]
|
2521 |
name = "serde"
|
2522 |
+
version = "1.0.164"
|
2523 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2524 |
+
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2525 |
dependencies = [
|
2526 |
"serde_derive",
|
2527 |
]
|
2528 |
|
2529 |
[[package]]
|
2530 |
name = "serde_derive"
|
2531 |
+
version = "1.0.164"
|
2532 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2533 |
+
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2534 |
dependencies = [
|
2535 |
+
"proc-macro2 1.0.60",
|
2536 |
"quote 1.0.28",
|
2537 |
"syn 2.0.18",
|
2538 |
]
|
2539 |
|
2540 |
[[package]]
|
2541 |
name = "serde_json"
|
2542 |
+
version = "1.0.97"
|
2543 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2544 |
+
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
|
2545 |
dependencies = [
|
2546 |
"itoa 1.0.6",
|
2547 |
"ryu",
|
|
|
2554 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2555 |
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2556 |
dependencies = [
|
2557 |
+
"dtoa 0.4.8",
|
2558 |
"itoa 0.4.8",
|
2559 |
"serde",
|
2560 |
"url 1.7.2",
|
|
|
2601 |
|
2602 |
[[package]]
|
2603 |
name = "sha2"
|
2604 |
+
version = "0.10.7"
|
2605 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2606 |
+
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2607 |
dependencies = [
|
2608 |
"cfg-if 1.0.0",
|
2609 |
"cpufeatures",
|
|
|
2717 |
dependencies = [
|
2718 |
"phf_generator 0.7.24",
|
2719 |
"phf_shared 0.7.24",
|
2720 |
+
"proc-macro2 1.0.60",
|
2721 |
"quote 1.0.28",
|
2722 |
"string_cache_shared",
|
2723 |
]
|
|
|
2730 |
dependencies = [
|
2731 |
"phf_generator 0.10.0",
|
2732 |
"phf_shared 0.10.0",
|
2733 |
+
"proc-macro2 1.0.60",
|
2734 |
"quote 1.0.28",
|
2735 |
]
|
2736 |
|
|
|
2757 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2758 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2759 |
dependencies = [
|
2760 |
+
"proc-macro2 1.0.60",
|
2761 |
"quote 1.0.28",
|
2762 |
"unicode-ident",
|
2763 |
]
|
|
|
2768 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2769 |
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2770 |
dependencies = [
|
2771 |
+
"proc-macro2 1.0.60",
|
2772 |
"quote 1.0.28",
|
2773 |
"unicode-ident",
|
2774 |
]
|
|
|
2779 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2780 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2781 |
dependencies = [
|
2782 |
+
"proc-macro2 1.0.60",
|
2783 |
"quote 1.0.28",
|
2784 |
"syn 1.0.109",
|
2785 |
"unicode-xid 0.2.4",
|
|
|
2787 |
|
2788 |
[[package]]
|
2789 |
name = "tempfile"
|
2790 |
+
version = "3.6.0"
|
2791 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2792 |
+
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2793 |
dependencies = [
|
2794 |
+
"autocfg 1.1.0",
|
2795 |
"cfg-if 1.0.0",
|
2796 |
"fastrand",
|
2797 |
"redox_syscall 0.3.5",
|
2798 |
"rustix",
|
2799 |
+
"windows-sys 0.48.0",
|
2800 |
]
|
2801 |
|
2802 |
[[package]]
|
|
|
2834 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2835 |
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2836 |
dependencies = [
|
2837 |
+
"proc-macro2 1.0.60",
|
2838 |
"quote 1.0.28",
|
2839 |
"syn 2.0.18",
|
2840 |
]
|
|
|
2852 |
|
2853 |
[[package]]
|
2854 |
name = "time"
|
2855 |
+
version = "0.3.22"
|
2856 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2857 |
+
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
|
2858 |
dependencies = [
|
2859 |
"itoa 1.0.6",
|
2860 |
"serde",
|
|
|
2978 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2979 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2980 |
dependencies = [
|
2981 |
+
"proc-macro2 1.0.60",
|
2982 |
"quote 1.0.28",
|
2983 |
"syn 2.0.18",
|
2984 |
]
|
|
|
3203 |
|
3204 |
[[package]]
|
3205 |
name = "url"
|
3206 |
+
version = "2.4.0"
|
3207 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3208 |
+
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
3209 |
dependencies = [
|
3210 |
"form_urlencoded",
|
3211 |
+
"idna 0.4.0",
|
3212 |
+
"percent-encoding 2.3.0",
|
3213 |
]
|
3214 |
|
3215 |
[[package]]
|
|
|
3262 |
|
3263 |
[[package]]
|
3264 |
name = "want"
|
3265 |
+
version = "0.3.1"
|
3266 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3267 |
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
3268 |
dependencies = [
|
|
|
3269 |
"try-lock",
|
3270 |
]
|
3271 |
|
|
|
3289 |
|
3290 |
[[package]]
|
3291 |
name = "wasm-bindgen"
|
3292 |
+
version = "0.2.87"
|
3293 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3294 |
+
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
3295 |
dependencies = [
|
3296 |
"cfg-if 1.0.0",
|
3297 |
"wasm-bindgen-macro",
|
|
|
3299 |
|
3300 |
[[package]]
|
3301 |
name = "wasm-bindgen-backend"
|
3302 |
+
version = "0.2.87"
|
3303 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3304 |
+
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
3305 |
dependencies = [
|
3306 |
"bumpalo",
|
3307 |
"log",
|
3308 |
"once_cell",
|
3309 |
+
"proc-macro2 1.0.60",
|
3310 |
"quote 1.0.28",
|
3311 |
"syn 2.0.18",
|
3312 |
"wasm-bindgen-shared",
|
|
|
3314 |
|
3315 |
[[package]]
|
3316 |
name = "wasm-bindgen-futures"
|
3317 |
+
version = "0.4.37"
|
3318 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3319 |
+
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
3320 |
dependencies = [
|
3321 |
"cfg-if 1.0.0",
|
3322 |
"js-sys",
|
|
|
3326 |
|
3327 |
[[package]]
|
3328 |
name = "wasm-bindgen-macro"
|
3329 |
+
version = "0.2.87"
|
3330 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3331 |
+
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
3332 |
dependencies = [
|
3333 |
"quote 1.0.28",
|
3334 |
"wasm-bindgen-macro-support",
|
|
|
3336 |
|
3337 |
[[package]]
|
3338 |
name = "wasm-bindgen-macro-support"
|
3339 |
+
version = "0.2.87"
|
3340 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3341 |
+
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
3342 |
dependencies = [
|
3343 |
+
"proc-macro2 1.0.60",
|
3344 |
"quote 1.0.28",
|
3345 |
"syn 2.0.18",
|
3346 |
"wasm-bindgen-backend",
|
|
|
3349 |
|
3350 |
[[package]]
|
3351 |
name = "wasm-bindgen-shared"
|
3352 |
+
version = "0.2.87"
|
3353 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3354 |
+
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
3355 |
|
3356 |
[[package]]
|
3357 |
name = "web-sys"
|
3358 |
+
version = "0.3.64"
|
3359 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3360 |
+
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
3361 |
dependencies = [
|
3362 |
"js-sys",
|
3363 |
"wasm-bindgen",
|
|
|
3365 |
|
3366 |
[[package]]
|
3367 |
name = "websurfx"
|
3368 |
+
version = "0.13.0"
|
3369 |
dependencies = [
|
3370 |
"actix-files",
|
3371 |
"actix-web",
|
|
|
3444 |
"windows_x86_64_msvc 0.42.2",
|
3445 |
]
|
3446 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3447 |
[[package]]
|
3448 |
name = "windows-sys"
|
3449 |
version = "0.48.0"
|
3450 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3451 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
3452 |
dependencies = [
|
3453 |
+
"windows-targets",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3454 |
]
|
3455 |
|
3456 |
[[package]]
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.
|
4 |
edition = "2021"
|
5 |
|
6 |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "0.13.0"
|
4 |
edition = "2021"
|
5 |
|
6 |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|