neon_arch
commited on
Commit
·
5b4a6a8
1
Parent(s):
5962cca
chore: bump version to v0.12.0
Browse files- Cargo.lock +137 -140
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -4,19 +4,19 @@ version = 3
|
|
4 |
|
5 |
[[package]]
|
6 |
name = "actix-codec"
|
7 |
-
version = "0.5.
|
8 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 |
-
checksum = "
|
10 |
dependencies = [
|
11 |
"bitflags",
|
12 |
"bytes 1.4.0",
|
13 |
"futures-core",
|
14 |
"futures-sink",
|
15 |
-
"log",
|
16 |
"memchr",
|
17 |
"pin-project-lite",
|
18 |
-
"tokio 1.28.
|
19 |
"tokio-util",
|
|
|
20 |
]
|
21 |
|
22 |
[[package]]
|
@@ -53,7 +53,7 @@ dependencies = [
|
|
53 |
"actix-service",
|
54 |
"actix-utils",
|
55 |
"ahash 0.8.3",
|
56 |
-
"base64 0.21.
|
57 |
"bitflags",
|
58 |
"brotli",
|
59 |
"bytes 1.4.0",
|
@@ -62,7 +62,7 @@ dependencies = [
|
|
62 |
"encoding_rs",
|
63 |
"flate2",
|
64 |
"futures-core",
|
65 |
-
"h2 0.3.
|
66 |
"http 0.2.9",
|
67 |
"httparse",
|
68 |
"httpdate",
|
@@ -75,7 +75,7 @@ dependencies = [
|
|
75 |
"rand 0.8.5",
|
76 |
"sha1",
|
77 |
"smallvec 1.10.0",
|
78 |
-
"tokio 1.28.
|
79 |
"tokio-util",
|
80 |
"tracing",
|
81 |
"zstd",
|
@@ -87,7 +87,7 @@ version = "0.2.3"
|
|
87 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 |
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
89 |
dependencies = [
|
90 |
-
"quote 1.0.
|
91 |
"syn 1.0.109",
|
92 |
]
|
93 |
|
@@ -111,7 +111,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111 |
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
|
112 |
dependencies = [
|
113 |
"futures-core",
|
114 |
-
"tokio 1.28.
|
115 |
]
|
116 |
|
117 |
[[package]]
|
@@ -125,10 +125,10 @@ dependencies = [
|
|
125 |
"actix-utils",
|
126 |
"futures-core",
|
127 |
"futures-util",
|
128 |
-
"mio 0.8.
|
129 |
"num_cpus",
|
130 |
"socket2",
|
131 |
-
"tokio 1.28.
|
132 |
"tracing",
|
133 |
]
|
134 |
|
@@ -201,8 +201,8 @@ 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.
|
206 |
"syn 1.0.109",
|
207 |
]
|
208 |
|
@@ -315,9 +315,9 @@ dependencies = [
|
|
315 |
|
316 |
[[package]]
|
317 |
name = "base64"
|
318 |
-
version = "0.21.
|
319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
320 |
-
checksum = "
|
321 |
|
322 |
[[package]]
|
323 |
name = "bit-set"
|
@@ -381,9 +381,9 @@ dependencies = [
|
|
381 |
|
382 |
[[package]]
|
383 |
name = "bumpalo"
|
384 |
-
version = "3.
|
385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
386 |
-
checksum = "
|
387 |
|
388 |
[[package]]
|
389 |
name = "byteorder"
|
@@ -605,8 +605,8 @@ dependencies = [
|
|
605 |
"itoa 1.0.6",
|
606 |
"matches",
|
607 |
"phf 0.10.1",
|
608 |
-
"proc-macro2 1.0.
|
609 |
-
"quote 1.0.
|
610 |
"smallvec 1.10.0",
|
611 |
"syn 1.0.109",
|
612 |
]
|
@@ -617,7 +617,7 @@ version = "0.6.0"
|
|
617 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
618 |
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
619 |
dependencies = [
|
620 |
-
"quote 1.0.
|
621 |
"syn 1.0.109",
|
622 |
]
|
623 |
|
@@ -628,17 +628,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
628 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
629 |
dependencies = [
|
630 |
"convert_case",
|
631 |
-
"proc-macro2 1.0.
|
632 |
-
"quote 1.0.
|
633 |
"rustc_version 0.4.0",
|
634 |
"syn 1.0.109",
|
635 |
]
|
636 |
|
637 |
[[package]]
|
638 |
name = "digest"
|
639 |
-
version = "0.10.
|
640 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641 |
-
checksum = "
|
642 |
dependencies = [
|
643 |
"block-buffer",
|
644 |
"crypto-common",
|
@@ -730,8 +730,8 @@ version = "0.1.8"
|
|
730 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
731 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
732 |
dependencies = [
|
733 |
-
"proc-macro2 1.0.
|
734 |
-
"quote 1.0.
|
735 |
"syn 1.0.109",
|
736 |
"synstructure",
|
737 |
]
|
@@ -959,9 +959,9 @@ dependencies = [
|
|
959 |
|
960 |
[[package]]
|
961 |
name = "h2"
|
962 |
-
version = "0.3.
|
963 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
964 |
-
checksum = "
|
965 |
dependencies = [
|
966 |
"bytes 1.4.0",
|
967 |
"fnv",
|
@@ -971,16 +971,16 @@ dependencies = [
|
|
971 |
"http 0.2.9",
|
972 |
"indexmap",
|
973 |
"slab",
|
974 |
-
"tokio 1.28.
|
975 |
"tokio-util",
|
976 |
"tracing",
|
977 |
]
|
978 |
|
979 |
[[package]]
|
980 |
name = "handlebars"
|
981 |
-
version = "4.3.
|
982 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983 |
-
checksum = "
|
984 |
dependencies = [
|
985 |
"log",
|
986 |
"pest",
|
@@ -1035,8 +1035,8 @@ dependencies = [
|
|
1035 |
"log",
|
1036 |
"mac",
|
1037 |
"markup5ever 0.11.0",
|
1038 |
-
"proc-macro2 1.0.
|
1039 |
-
"quote 1.0.
|
1040 |
"syn 1.0.109",
|
1041 |
]
|
1042 |
|
@@ -1149,7 +1149,7 @@ dependencies = [
|
|
1149 |
"futures-channel",
|
1150 |
"futures-core",
|
1151 |
"futures-util",
|
1152 |
-
"h2 0.3.
|
1153 |
"http 0.2.9",
|
1154 |
"http-body 0.4.5",
|
1155 |
"httparse",
|
@@ -1157,7 +1157,7 @@ dependencies = [
|
|
1157 |
"itoa 1.0.6",
|
1158 |
"pin-project-lite",
|
1159 |
"socket2",
|
1160 |
-
"tokio 1.28.
|
1161 |
"tower-service",
|
1162 |
"tracing",
|
1163 |
"want 0.3.0",
|
@@ -1185,7 +1185,7 @@ dependencies = [
|
|
1185 |
"bytes 1.4.0",
|
1186 |
"hyper 0.14.26",
|
1187 |
"native-tls",
|
1188 |
-
"tokio 1.28.
|
1189 |
"tokio-native-tls",
|
1190 |
]
|
1191 |
|
@@ -1242,9 +1242,9 @@ dependencies = [
|
|
1242 |
|
1243 |
[[package]]
|
1244 |
name = "io-lifetimes"
|
1245 |
-
version = "1.0.
|
1246 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1247 |
-
checksum = "
|
1248 |
dependencies = [
|
1249 |
"hermit-abi 0.3.1",
|
1250 |
"libc",
|
@@ -1301,9 +1301,9 @@ dependencies = [
|
|
1301 |
|
1302 |
[[package]]
|
1303 |
name = "js-sys"
|
1304 |
-
version = "0.3.
|
1305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 |
-
checksum = "
|
1307 |
dependencies = [
|
1308 |
"wasm-bindgen",
|
1309 |
]
|
@@ -1338,9 +1338,9 @@ checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
|
1338 |
|
1339 |
[[package]]
|
1340 |
name = "linux-raw-sys"
|
1341 |
-
version = "0.3.
|
1342 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1343 |
-
checksum = "
|
1344 |
|
1345 |
[[package]]
|
1346 |
name = "local-channel"
|
@@ -1381,12 +1381,9 @@ dependencies = [
|
|
1381 |
|
1382 |
[[package]]
|
1383 |
name = "log"
|
1384 |
-
version = "0.4.
|
1385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1386 |
-
checksum = "
|
1387 |
-
dependencies = [
|
1388 |
-
"cfg-if 1.0.0",
|
1389 |
-
]
|
1390 |
|
1391 |
[[package]]
|
1392 |
name = "mac"
|
@@ -1513,14 +1510,14 @@ dependencies = [
|
|
1513 |
|
1514 |
[[package]]
|
1515 |
name = "mio"
|
1516 |
-
version = "0.8.
|
1517 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1518 |
-
checksum = "
|
1519 |
dependencies = [
|
1520 |
"libc",
|
1521 |
"log",
|
1522 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
1523 |
-
"windows-sys 0.
|
1524 |
]
|
1525 |
|
1526 |
[[package]]
|
@@ -1606,15 +1603,15 @@ dependencies = [
|
|
1606 |
|
1607 |
[[package]]
|
1608 |
name = "once_cell"
|
1609 |
-
version = "1.17.
|
1610 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1611 |
-
checksum = "
|
1612 |
|
1613 |
[[package]]
|
1614 |
name = "openssl"
|
1615 |
-
version = "0.10.
|
1616 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1617 |
-
checksum = "
|
1618 |
dependencies = [
|
1619 |
"bitflags",
|
1620 |
"cfg-if 1.0.0",
|
@@ -1631,9 +1628,9 @@ version = "0.1.1"
|
|
1631 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1632 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1633 |
dependencies = [
|
1634 |
-
"proc-macro2 1.0.
|
1635 |
-
"quote 1.0.
|
1636 |
-
"syn 2.0.
|
1637 |
]
|
1638 |
|
1639 |
[[package]]
|
@@ -1644,9 +1641,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
1644 |
|
1645 |
[[package]]
|
1646 |
name = "openssl-sys"
|
1647 |
-
version = "0.9.
|
1648 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1649 |
-
checksum = "
|
1650 |
dependencies = [
|
1651 |
"cc",
|
1652 |
"libc",
|
@@ -1749,9 +1746,9 @@ checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
|
|
1749 |
dependencies = [
|
1750 |
"pest",
|
1751 |
"pest_meta",
|
1752 |
-
"proc-macro2 1.0.
|
1753 |
-
"quote 1.0.
|
1754 |
-
"syn 2.0.
|
1755 |
]
|
1756 |
|
1757 |
[[package]]
|
@@ -1863,8 +1860,8 @@ dependencies = [
|
|
1863 |
"phf_generator 0.10.0",
|
1864 |
"phf_shared 0.10.0",
|
1865 |
"proc-macro-hack",
|
1866 |
-
"proc-macro2 1.0.
|
1867 |
-
"quote 1.0.
|
1868 |
"syn 1.0.109",
|
1869 |
]
|
1870 |
|
@@ -1942,9 +1939,9 @@ dependencies = [
|
|
1942 |
|
1943 |
[[package]]
|
1944 |
name = "proc-macro2"
|
1945 |
-
version = "1.0.
|
1946 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1947 |
-
checksum = "
|
1948 |
dependencies = [
|
1949 |
"unicode-ident",
|
1950 |
]
|
@@ -1970,11 +1967,11 @@ dependencies = [
|
|
1970 |
|
1971 |
[[package]]
|
1972 |
name = "quote"
|
1973 |
-
version = "1.0.
|
1974 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1975 |
-
checksum = "
|
1976 |
dependencies = [
|
1977 |
-
"proc-macro2 1.0.
|
1978 |
]
|
1979 |
|
1980 |
[[package]]
|
@@ -2213,9 +2210,9 @@ dependencies = [
|
|
2213 |
|
2214 |
[[package]]
|
2215 |
name = "regex"
|
2216 |
-
version = "1.8.
|
2217 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2218 |
-
checksum = "
|
2219 |
dependencies = [
|
2220 |
"aho-corasick",
|
2221 |
"memchr",
|
@@ -2224,9 +2221,9 @@ dependencies = [
|
|
2224 |
|
2225 |
[[package]]
|
2226 |
name = "regex-syntax"
|
2227 |
-
version = "0.7.
|
2228 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2229 |
-
checksum = "
|
2230 |
|
2231 |
[[package]]
|
2232 |
name = "reqwest"
|
@@ -2264,16 +2261,16 @@ dependencies = [
|
|
2264 |
|
2265 |
[[package]]
|
2266 |
name = "reqwest"
|
2267 |
-
version = "0.11.
|
2268 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2269 |
-
checksum = "
|
2270 |
dependencies = [
|
2271 |
-
"base64 0.21.
|
2272 |
"bytes 1.4.0",
|
2273 |
"encoding_rs",
|
2274 |
"futures-core",
|
2275 |
"futures-util",
|
2276 |
-
"h2 0.3.
|
2277 |
"http 0.2.9",
|
2278 |
"http-body 0.4.5",
|
2279 |
"hyper 0.14.26",
|
@@ -2289,7 +2286,7 @@ dependencies = [
|
|
2289 |
"serde",
|
2290 |
"serde_json",
|
2291 |
"serde_urlencoded 0.7.1",
|
2292 |
-
"tokio 1.28.
|
2293 |
"tokio-native-tls",
|
2294 |
"tower-service",
|
2295 |
"url 2.3.1",
|
@@ -2410,9 +2407,9 @@ dependencies = [
|
|
2410 |
|
2411 |
[[package]]
|
2412 |
name = "security-framework"
|
2413 |
-
version = "2.
|
2414 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2415 |
-
checksum = "
|
2416 |
dependencies = [
|
2417 |
"bitflags",
|
2418 |
"core-foundation",
|
@@ -2423,9 +2420,9 @@ dependencies = [
|
|
2423 |
|
2424 |
[[package]]
|
2425 |
name = "security-framework-sys"
|
2426 |
-
version = "2.
|
2427 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2428 |
-
checksum = "
|
2429 |
dependencies = [
|
2430 |
"core-foundation-sys",
|
2431 |
"libc",
|
@@ -2482,22 +2479,22 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
2482 |
|
2483 |
[[package]]
|
2484 |
name = "serde"
|
2485 |
-
version = "1.0.
|
2486 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2487 |
-
checksum = "
|
2488 |
dependencies = [
|
2489 |
"serde_derive",
|
2490 |
]
|
2491 |
|
2492 |
[[package]]
|
2493 |
name = "serde_derive"
|
2494 |
-
version = "1.0.
|
2495 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2496 |
-
checksum = "
|
2497 |
dependencies = [
|
2498 |
-
"proc-macro2 1.0.
|
2499 |
-
"quote 1.0.
|
2500 |
-
"syn 2.0.
|
2501 |
]
|
2502 |
|
2503 |
[[package]]
|
@@ -2680,8 +2677,8 @@ checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
|
|
2680 |
dependencies = [
|
2681 |
"phf_generator 0.7.24",
|
2682 |
"phf_shared 0.7.24",
|
2683 |
-
"proc-macro2 1.0.
|
2684 |
-
"quote 1.0.
|
2685 |
"string_cache_shared",
|
2686 |
]
|
2687 |
|
@@ -2693,8 +2690,8 @@ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
2693 |
dependencies = [
|
2694 |
"phf_generator 0.10.0",
|
2695 |
"phf_shared 0.10.0",
|
2696 |
-
"proc-macro2 1.0.
|
2697 |
-
"quote 1.0.
|
2698 |
]
|
2699 |
|
2700 |
[[package]]
|
@@ -2720,19 +2717,19 @@ version = "1.0.109"
|
|
2720 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2721 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2722 |
dependencies = [
|
2723 |
-
"proc-macro2 1.0.
|
2724 |
-
"quote 1.0.
|
2725 |
"unicode-ident",
|
2726 |
]
|
2727 |
|
2728 |
[[package]]
|
2729 |
name = "syn"
|
2730 |
-
version = "2.0.
|
2731 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2732 |
-
checksum = "
|
2733 |
dependencies = [
|
2734 |
-
"proc-macro2 1.0.
|
2735 |
-
"quote 1.0.
|
2736 |
"unicode-ident",
|
2737 |
]
|
2738 |
|
@@ -2742,8 +2739,8 @@ version = "0.12.6"
|
|
2742 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2743 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2744 |
dependencies = [
|
2745 |
-
"proc-macro2 1.0.
|
2746 |
-
"quote 1.0.
|
2747 |
"syn 1.0.109",
|
2748 |
"unicode-xid 0.2.4",
|
2749 |
]
|
@@ -2796,9 +2793,9 @@ version = "1.0.40"
|
|
2796 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2797 |
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2798 |
dependencies = [
|
2799 |
-
"proc-macro2 1.0.
|
2800 |
-
"quote 1.0.
|
2801 |
-
"syn 2.0.
|
2802 |
]
|
2803 |
|
2804 |
[[package]]
|
@@ -2875,14 +2872,14 @@ dependencies = [
|
|
2875 |
|
2876 |
[[package]]
|
2877 |
name = "tokio"
|
2878 |
-
version = "1.28.
|
2879 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2880 |
-
checksum = "
|
2881 |
dependencies = [
|
2882 |
"autocfg 1.1.0",
|
2883 |
"bytes 1.4.0",
|
2884 |
"libc",
|
2885 |
-
"mio 0.8.
|
2886 |
"num_cpus",
|
2887 |
"parking_lot 0.12.1",
|
2888 |
"pin-project-lite",
|
@@ -2940,9 +2937,9 @@ version = "2.1.0"
|
|
2940 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2941 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2942 |
dependencies = [
|
2943 |
-
"proc-macro2 1.0.
|
2944 |
-
"quote 1.0.
|
2945 |
-
"syn 2.0.
|
2946 |
]
|
2947 |
|
2948 |
[[package]]
|
@@ -2952,7 +2949,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2952 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2953 |
dependencies = [
|
2954 |
"native-tls",
|
2955 |
-
"tokio 1.28.
|
2956 |
]
|
2957 |
|
2958 |
[[package]]
|
@@ -3037,7 +3034,7 @@ dependencies = [
|
|
3037 |
"futures-core",
|
3038 |
"futures-sink",
|
3039 |
"pin-project-lite",
|
3040 |
-
"tokio 1.28.
|
3041 |
"tracing",
|
3042 |
]
|
3043 |
|
@@ -3061,9 +3058,9 @@ dependencies = [
|
|
3061 |
|
3062 |
[[package]]
|
3063 |
name = "tracing-core"
|
3064 |
-
version = "0.1.
|
3065 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3066 |
-
checksum = "
|
3067 |
dependencies = [
|
3068 |
"once_cell",
|
3069 |
]
|
@@ -3112,9 +3109,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
3112 |
|
3113 |
[[package]]
|
3114 |
name = "unicode-ident"
|
3115 |
-
version = "1.0.
|
3116 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3117 |
-
checksum = "
|
3118 |
|
3119 |
[[package]]
|
3120 |
name = "unicode-normalization"
|
@@ -3243,9 +3240,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3243 |
|
3244 |
[[package]]
|
3245 |
name = "wasm-bindgen"
|
3246 |
-
version = "0.2.
|
3247 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3248 |
-
checksum = "
|
3249 |
dependencies = [
|
3250 |
"cfg-if 1.0.0",
|
3251 |
"wasm-bindgen-macro",
|
@@ -3253,24 +3250,24 @@ dependencies = [
|
|
3253 |
|
3254 |
[[package]]
|
3255 |
name = "wasm-bindgen-backend"
|
3256 |
-
version = "0.2.
|
3257 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3258 |
-
checksum = "
|
3259 |
dependencies = [
|
3260 |
"bumpalo",
|
3261 |
"log",
|
3262 |
"once_cell",
|
3263 |
-
"proc-macro2 1.0.
|
3264 |
-
"quote 1.0.
|
3265 |
-
"syn 2.0.
|
3266 |
"wasm-bindgen-shared",
|
3267 |
]
|
3268 |
|
3269 |
[[package]]
|
3270 |
name = "wasm-bindgen-futures"
|
3271 |
-
version = "0.4.
|
3272 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3273 |
-
checksum = "
|
3274 |
dependencies = [
|
3275 |
"cfg-if 1.0.0",
|
3276 |
"js-sys",
|
@@ -3280,38 +3277,38 @@ dependencies = [
|
|
3280 |
|
3281 |
[[package]]
|
3282 |
name = "wasm-bindgen-macro"
|
3283 |
-
version = "0.2.
|
3284 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3285 |
-
checksum = "
|
3286 |
dependencies = [
|
3287 |
-
"quote 1.0.
|
3288 |
"wasm-bindgen-macro-support",
|
3289 |
]
|
3290 |
|
3291 |
[[package]]
|
3292 |
name = "wasm-bindgen-macro-support"
|
3293 |
-
version = "0.2.
|
3294 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3295 |
-
checksum = "
|
3296 |
dependencies = [
|
3297 |
-
"proc-macro2 1.0.
|
3298 |
-
"quote 1.0.
|
3299 |
-
"syn 2.0.
|
3300 |
"wasm-bindgen-backend",
|
3301 |
"wasm-bindgen-shared",
|
3302 |
]
|
3303 |
|
3304 |
[[package]]
|
3305 |
name = "wasm-bindgen-shared"
|
3306 |
-
version = "0.2.
|
3307 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3308 |
-
checksum = "
|
3309 |
|
3310 |
[[package]]
|
3311 |
name = "web-sys"
|
3312 |
-
version = "0.3.
|
3313 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3314 |
-
checksum = "
|
3315 |
dependencies = [
|
3316 |
"js-sys",
|
3317 |
"wasm-bindgen",
|
@@ -3319,7 +3316,7 @@ dependencies = [
|
|
3319 |
|
3320 |
[[package]]
|
3321 |
name = "websurfx"
|
3322 |
-
version = "0.
|
3323 |
dependencies = [
|
3324 |
"actix-files",
|
3325 |
"actix-web",
|
@@ -3330,12 +3327,12 @@ dependencies = [
|
|
3330 |
"md5",
|
3331 |
"rand 0.8.5",
|
3332 |
"redis",
|
3333 |
-
"reqwest 0.11.
|
3334 |
"rlua",
|
3335 |
"scraper",
|
3336 |
"serde",
|
3337 |
"serde_json",
|
3338 |
-
"tokio 1.28.
|
3339 |
]
|
3340 |
|
3341 |
[[package]]
|
|
|
4 |
|
5 |
[[package]]
|
6 |
name = "actix-codec"
|
7 |
+
version = "0.5.1"
|
8 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 |
+
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
|
10 |
dependencies = [
|
11 |
"bitflags",
|
12 |
"bytes 1.4.0",
|
13 |
"futures-core",
|
14 |
"futures-sink",
|
|
|
15 |
"memchr",
|
16 |
"pin-project-lite",
|
17 |
+
"tokio 1.28.2",
|
18 |
"tokio-util",
|
19 |
+
"tracing",
|
20 |
]
|
21 |
|
22 |
[[package]]
|
|
|
53 |
"actix-service",
|
54 |
"actix-utils",
|
55 |
"ahash 0.8.3",
|
56 |
+
"base64 0.21.2",
|
57 |
"bitflags",
|
58 |
"brotli",
|
59 |
"bytes 1.4.0",
|
|
|
62 |
"encoding_rs",
|
63 |
"flate2",
|
64 |
"futures-core",
|
65 |
+
"h2 0.3.19",
|
66 |
"http 0.2.9",
|
67 |
"httparse",
|
68 |
"httpdate",
|
|
|
75 |
"rand 0.8.5",
|
76 |
"sha1",
|
77 |
"smallvec 1.10.0",
|
78 |
+
"tokio 1.28.2",
|
79 |
"tokio-util",
|
80 |
"tracing",
|
81 |
"zstd",
|
|
|
87 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 |
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
89 |
dependencies = [
|
90 |
+
"quote 1.0.28",
|
91 |
"syn 1.0.109",
|
92 |
]
|
93 |
|
|
|
111 |
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
|
112 |
dependencies = [
|
113 |
"futures-core",
|
114 |
+
"tokio 1.28.2",
|
115 |
]
|
116 |
|
117 |
[[package]]
|
|
|
125 |
"actix-utils",
|
126 |
"futures-core",
|
127 |
"futures-util",
|
128 |
+
"mio 0.8.8",
|
129 |
"num_cpus",
|
130 |
"socket2",
|
131 |
+
"tokio 1.28.2",
|
132 |
"tracing",
|
133 |
]
|
134 |
|
|
|
201 |
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
202 |
dependencies = [
|
203 |
"actix-router",
|
204 |
+
"proc-macro2 1.0.59",
|
205 |
+
"quote 1.0.28",
|
206 |
"syn 1.0.109",
|
207 |
]
|
208 |
|
|
|
315 |
|
316 |
[[package]]
|
317 |
name = "base64"
|
318 |
+
version = "0.21.2"
|
319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
320 |
+
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
321 |
|
322 |
[[package]]
|
323 |
name = "bit-set"
|
|
|
381 |
|
382 |
[[package]]
|
383 |
name = "bumpalo"
|
384 |
+
version = "3.13.0"
|
385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
386 |
+
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
387 |
|
388 |
[[package]]
|
389 |
name = "byteorder"
|
|
|
605 |
"itoa 1.0.6",
|
606 |
"matches",
|
607 |
"phf 0.10.1",
|
608 |
+
"proc-macro2 1.0.59",
|
609 |
+
"quote 1.0.28",
|
610 |
"smallvec 1.10.0",
|
611 |
"syn 1.0.109",
|
612 |
]
|
|
|
617 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
618 |
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
619 |
dependencies = [
|
620 |
+
"quote 1.0.28",
|
621 |
"syn 1.0.109",
|
622 |
]
|
623 |
|
|
|
628 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
629 |
dependencies = [
|
630 |
"convert_case",
|
631 |
+
"proc-macro2 1.0.59",
|
632 |
+
"quote 1.0.28",
|
633 |
"rustc_version 0.4.0",
|
634 |
"syn 1.0.109",
|
635 |
]
|
636 |
|
637 |
[[package]]
|
638 |
name = "digest"
|
639 |
+
version = "0.10.7"
|
640 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641 |
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
642 |
dependencies = [
|
643 |
"block-buffer",
|
644 |
"crypto-common",
|
|
|
730 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
731 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
732 |
dependencies = [
|
733 |
+
"proc-macro2 1.0.59",
|
734 |
+
"quote 1.0.28",
|
735 |
"syn 1.0.109",
|
736 |
"synstructure",
|
737 |
]
|
|
|
959 |
|
960 |
[[package]]
|
961 |
name = "h2"
|
962 |
+
version = "0.3.19"
|
963 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
964 |
+
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
|
965 |
dependencies = [
|
966 |
"bytes 1.4.0",
|
967 |
"fnv",
|
|
|
971 |
"http 0.2.9",
|
972 |
"indexmap",
|
973 |
"slab",
|
974 |
+
"tokio 1.28.2",
|
975 |
"tokio-util",
|
976 |
"tracing",
|
977 |
]
|
978 |
|
979 |
[[package]]
|
980 |
name = "handlebars"
|
981 |
+
version = "4.3.7"
|
982 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983 |
+
checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
|
984 |
dependencies = [
|
985 |
"log",
|
986 |
"pest",
|
|
|
1035 |
"log",
|
1036 |
"mac",
|
1037 |
"markup5ever 0.11.0",
|
1038 |
+
"proc-macro2 1.0.59",
|
1039 |
+
"quote 1.0.28",
|
1040 |
"syn 1.0.109",
|
1041 |
]
|
1042 |
|
|
|
1149 |
"futures-channel",
|
1150 |
"futures-core",
|
1151 |
"futures-util",
|
1152 |
+
"h2 0.3.19",
|
1153 |
"http 0.2.9",
|
1154 |
"http-body 0.4.5",
|
1155 |
"httparse",
|
|
|
1157 |
"itoa 1.0.6",
|
1158 |
"pin-project-lite",
|
1159 |
"socket2",
|
1160 |
+
"tokio 1.28.2",
|
1161 |
"tower-service",
|
1162 |
"tracing",
|
1163 |
"want 0.3.0",
|
|
|
1185 |
"bytes 1.4.0",
|
1186 |
"hyper 0.14.26",
|
1187 |
"native-tls",
|
1188 |
+
"tokio 1.28.2",
|
1189 |
"tokio-native-tls",
|
1190 |
]
|
1191 |
|
|
|
1242 |
|
1243 |
[[package]]
|
1244 |
name = "io-lifetimes"
|
1245 |
+
version = "1.0.11"
|
1246 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1247 |
+
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
1248 |
dependencies = [
|
1249 |
"hermit-abi 0.3.1",
|
1250 |
"libc",
|
|
|
1301 |
|
1302 |
[[package]]
|
1303 |
name = "js-sys"
|
1304 |
+
version = "0.3.63"
|
1305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 |
+
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
|
1307 |
dependencies = [
|
1308 |
"wasm-bindgen",
|
1309 |
]
|
|
|
1338 |
|
1339 |
[[package]]
|
1340 |
name = "linux-raw-sys"
|
1341 |
+
version = "0.3.8"
|
1342 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1343 |
+
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
1344 |
|
1345 |
[[package]]
|
1346 |
name = "local-channel"
|
|
|
1381 |
|
1382 |
[[package]]
|
1383 |
name = "log"
|
1384 |
+
version = "0.4.18"
|
1385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1386 |
+
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
|
|
|
|
|
|
1387 |
|
1388 |
[[package]]
|
1389 |
name = "mac"
|
|
|
1510 |
|
1511 |
[[package]]
|
1512 |
name = "mio"
|
1513 |
+
version = "0.8.8"
|
1514 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1515 |
+
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
1516 |
dependencies = [
|
1517 |
"libc",
|
1518 |
"log",
|
1519 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
1520 |
+
"windows-sys 0.48.0",
|
1521 |
]
|
1522 |
|
1523 |
[[package]]
|
|
|
1603 |
|
1604 |
[[package]]
|
1605 |
name = "once_cell"
|
1606 |
+
version = "1.17.2"
|
1607 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1608 |
+
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
|
1609 |
|
1610 |
[[package]]
|
1611 |
name = "openssl"
|
1612 |
+
version = "0.10.53"
|
1613 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1614 |
+
checksum = "12df40a956736488b7b44fe79fe12d4f245bb5b3f5a1f6095e499760015be392"
|
1615 |
dependencies = [
|
1616 |
"bitflags",
|
1617 |
"cfg-if 1.0.0",
|
|
|
1628 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1629 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1630 |
dependencies = [
|
1631 |
+
"proc-macro2 1.0.59",
|
1632 |
+
"quote 1.0.28",
|
1633 |
+
"syn 2.0.18",
|
1634 |
]
|
1635 |
|
1636 |
[[package]]
|
|
|
1641 |
|
1642 |
[[package]]
|
1643 |
name = "openssl-sys"
|
1644 |
+
version = "0.9.88"
|
1645 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1646 |
+
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
|
1647 |
dependencies = [
|
1648 |
"cc",
|
1649 |
"libc",
|
|
|
1746 |
dependencies = [
|
1747 |
"pest",
|
1748 |
"pest_meta",
|
1749 |
+
"proc-macro2 1.0.59",
|
1750 |
+
"quote 1.0.28",
|
1751 |
+
"syn 2.0.18",
|
1752 |
]
|
1753 |
|
1754 |
[[package]]
|
|
|
1860 |
"phf_generator 0.10.0",
|
1861 |
"phf_shared 0.10.0",
|
1862 |
"proc-macro-hack",
|
1863 |
+
"proc-macro2 1.0.59",
|
1864 |
+
"quote 1.0.28",
|
1865 |
"syn 1.0.109",
|
1866 |
]
|
1867 |
|
|
|
1939 |
|
1940 |
[[package]]
|
1941 |
name = "proc-macro2"
|
1942 |
+
version = "1.0.59"
|
1943 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1944 |
+
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
|
1945 |
dependencies = [
|
1946 |
"unicode-ident",
|
1947 |
]
|
|
|
1967 |
|
1968 |
[[package]]
|
1969 |
name = "quote"
|
1970 |
+
version = "1.0.28"
|
1971 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1972 |
+
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
1973 |
dependencies = [
|
1974 |
+
"proc-macro2 1.0.59",
|
1975 |
]
|
1976 |
|
1977 |
[[package]]
|
|
|
2210 |
|
2211 |
[[package]]
|
2212 |
name = "regex"
|
2213 |
+
version = "1.8.3"
|
2214 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2215 |
+
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
|
2216 |
dependencies = [
|
2217 |
"aho-corasick",
|
2218 |
"memchr",
|
|
|
2221 |
|
2222 |
[[package]]
|
2223 |
name = "regex-syntax"
|
2224 |
+
version = "0.7.2"
|
2225 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2226 |
+
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
2227 |
|
2228 |
[[package]]
|
2229 |
name = "reqwest"
|
|
|
2261 |
|
2262 |
[[package]]
|
2263 |
name = "reqwest"
|
2264 |
+
version = "0.11.18"
|
2265 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2266 |
+
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2267 |
dependencies = [
|
2268 |
+
"base64 0.21.2",
|
2269 |
"bytes 1.4.0",
|
2270 |
"encoding_rs",
|
2271 |
"futures-core",
|
2272 |
"futures-util",
|
2273 |
+
"h2 0.3.19",
|
2274 |
"http 0.2.9",
|
2275 |
"http-body 0.4.5",
|
2276 |
"hyper 0.14.26",
|
|
|
2286 |
"serde",
|
2287 |
"serde_json",
|
2288 |
"serde_urlencoded 0.7.1",
|
2289 |
+
"tokio 1.28.2",
|
2290 |
"tokio-native-tls",
|
2291 |
"tower-service",
|
2292 |
"url 2.3.1",
|
|
|
2407 |
|
2408 |
[[package]]
|
2409 |
name = "security-framework"
|
2410 |
+
version = "2.9.1"
|
2411 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2412 |
+
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
2413 |
dependencies = [
|
2414 |
"bitflags",
|
2415 |
"core-foundation",
|
|
|
2420 |
|
2421 |
[[package]]
|
2422 |
name = "security-framework-sys"
|
2423 |
+
version = "2.9.0"
|
2424 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2425 |
+
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
|
2426 |
dependencies = [
|
2427 |
"core-foundation-sys",
|
2428 |
"libc",
|
|
|
2479 |
|
2480 |
[[package]]
|
2481 |
name = "serde"
|
2482 |
+
version = "1.0.163"
|
2483 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2484 |
+
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
2485 |
dependencies = [
|
2486 |
"serde_derive",
|
2487 |
]
|
2488 |
|
2489 |
[[package]]
|
2490 |
name = "serde_derive"
|
2491 |
+
version = "1.0.163"
|
2492 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2493 |
+
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
2494 |
dependencies = [
|
2495 |
+
"proc-macro2 1.0.59",
|
2496 |
+
"quote 1.0.28",
|
2497 |
+
"syn 2.0.18",
|
2498 |
]
|
2499 |
|
2500 |
[[package]]
|
|
|
2677 |
dependencies = [
|
2678 |
"phf_generator 0.7.24",
|
2679 |
"phf_shared 0.7.24",
|
2680 |
+
"proc-macro2 1.0.59",
|
2681 |
+
"quote 1.0.28",
|
2682 |
"string_cache_shared",
|
2683 |
]
|
2684 |
|
|
|
2690 |
dependencies = [
|
2691 |
"phf_generator 0.10.0",
|
2692 |
"phf_shared 0.10.0",
|
2693 |
+
"proc-macro2 1.0.59",
|
2694 |
+
"quote 1.0.28",
|
2695 |
]
|
2696 |
|
2697 |
[[package]]
|
|
|
2717 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2718 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2719 |
dependencies = [
|
2720 |
+
"proc-macro2 1.0.59",
|
2721 |
+
"quote 1.0.28",
|
2722 |
"unicode-ident",
|
2723 |
]
|
2724 |
|
2725 |
[[package]]
|
2726 |
name = "syn"
|
2727 |
+
version = "2.0.18"
|
2728 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2729 |
+
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2730 |
dependencies = [
|
2731 |
+
"proc-macro2 1.0.59",
|
2732 |
+
"quote 1.0.28",
|
2733 |
"unicode-ident",
|
2734 |
]
|
2735 |
|
|
|
2739 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2740 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2741 |
dependencies = [
|
2742 |
+
"proc-macro2 1.0.59",
|
2743 |
+
"quote 1.0.28",
|
2744 |
"syn 1.0.109",
|
2745 |
"unicode-xid 0.2.4",
|
2746 |
]
|
|
|
2793 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2794 |
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2795 |
dependencies = [
|
2796 |
+
"proc-macro2 1.0.59",
|
2797 |
+
"quote 1.0.28",
|
2798 |
+
"syn 2.0.18",
|
2799 |
]
|
2800 |
|
2801 |
[[package]]
|
|
|
2872 |
|
2873 |
[[package]]
|
2874 |
name = "tokio"
|
2875 |
+
version = "1.28.2"
|
2876 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2877 |
+
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
|
2878 |
dependencies = [
|
2879 |
"autocfg 1.1.0",
|
2880 |
"bytes 1.4.0",
|
2881 |
"libc",
|
2882 |
+
"mio 0.8.8",
|
2883 |
"num_cpus",
|
2884 |
"parking_lot 0.12.1",
|
2885 |
"pin-project-lite",
|
|
|
2937 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2938 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2939 |
dependencies = [
|
2940 |
+
"proc-macro2 1.0.59",
|
2941 |
+
"quote 1.0.28",
|
2942 |
+
"syn 2.0.18",
|
2943 |
]
|
2944 |
|
2945 |
[[package]]
|
|
|
2949 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2950 |
dependencies = [
|
2951 |
"native-tls",
|
2952 |
+
"tokio 1.28.2",
|
2953 |
]
|
2954 |
|
2955 |
[[package]]
|
|
|
3034 |
"futures-core",
|
3035 |
"futures-sink",
|
3036 |
"pin-project-lite",
|
3037 |
+
"tokio 1.28.2",
|
3038 |
"tracing",
|
3039 |
]
|
3040 |
|
|
|
3058 |
|
3059 |
[[package]]
|
3060 |
name = "tracing-core"
|
3061 |
+
version = "0.1.31"
|
3062 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3063 |
+
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
3064 |
dependencies = [
|
3065 |
"once_cell",
|
3066 |
]
|
|
|
3109 |
|
3110 |
[[package]]
|
3111 |
name = "unicode-ident"
|
3112 |
+
version = "1.0.9"
|
3113 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3114 |
+
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
3115 |
|
3116 |
[[package]]
|
3117 |
name = "unicode-normalization"
|
|
|
3240 |
|
3241 |
[[package]]
|
3242 |
name = "wasm-bindgen"
|
3243 |
+
version = "0.2.86"
|
3244 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3245 |
+
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
|
3246 |
dependencies = [
|
3247 |
"cfg-if 1.0.0",
|
3248 |
"wasm-bindgen-macro",
|
|
|
3250 |
|
3251 |
[[package]]
|
3252 |
name = "wasm-bindgen-backend"
|
3253 |
+
version = "0.2.86"
|
3254 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3255 |
+
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
|
3256 |
dependencies = [
|
3257 |
"bumpalo",
|
3258 |
"log",
|
3259 |
"once_cell",
|
3260 |
+
"proc-macro2 1.0.59",
|
3261 |
+
"quote 1.0.28",
|
3262 |
+
"syn 2.0.18",
|
3263 |
"wasm-bindgen-shared",
|
3264 |
]
|
3265 |
|
3266 |
[[package]]
|
3267 |
name = "wasm-bindgen-futures"
|
3268 |
+
version = "0.4.36"
|
3269 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3270 |
+
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
|
3271 |
dependencies = [
|
3272 |
"cfg-if 1.0.0",
|
3273 |
"js-sys",
|
|
|
3277 |
|
3278 |
[[package]]
|
3279 |
name = "wasm-bindgen-macro"
|
3280 |
+
version = "0.2.86"
|
3281 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3282 |
+
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
|
3283 |
dependencies = [
|
3284 |
+
"quote 1.0.28",
|
3285 |
"wasm-bindgen-macro-support",
|
3286 |
]
|
3287 |
|
3288 |
[[package]]
|
3289 |
name = "wasm-bindgen-macro-support"
|
3290 |
+
version = "0.2.86"
|
3291 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3292 |
+
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
|
3293 |
dependencies = [
|
3294 |
+
"proc-macro2 1.0.59",
|
3295 |
+
"quote 1.0.28",
|
3296 |
+
"syn 2.0.18",
|
3297 |
"wasm-bindgen-backend",
|
3298 |
"wasm-bindgen-shared",
|
3299 |
]
|
3300 |
|
3301 |
[[package]]
|
3302 |
name = "wasm-bindgen-shared"
|
3303 |
+
version = "0.2.86"
|
3304 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3305 |
+
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
|
3306 |
|
3307 |
[[package]]
|
3308 |
name = "web-sys"
|
3309 |
+
version = "0.3.63"
|
3310 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3311 |
+
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
|
3312 |
dependencies = [
|
3313 |
"js-sys",
|
3314 |
"wasm-bindgen",
|
|
|
3316 |
|
3317 |
[[package]]
|
3318 |
name = "websurfx"
|
3319 |
+
version = "0.12.0"
|
3320 |
dependencies = [
|
3321 |
"actix-files",
|
3322 |
"actix-web",
|
|
|
3327 |
"md5",
|
3328 |
"rand 0.8.5",
|
3329 |
"redis",
|
3330 |
+
"reqwest 0.11.18",
|
3331 |
"rlua",
|
3332 |
"scraper",
|
3333 |
"serde",
|
3334 |
"serde_json",
|
3335 |
+
"tokio 1.28.2",
|
3336 |
]
|
3337 |
|
3338 |
[[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.12.0"
|
4 |
edition = "2021"
|
5 |
|
6 |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|