neon_arch
commited on
Commit
Β·
1c2ea24
1
Parent(s):
0096154
π chore: bump the app version
Browse files- Cargo.lock +287 -422
- Cargo.toml +1 -1
Cargo.lock
CHANGED
|
@@ -8,13 +8,13 @@ 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.
|
| 18 |
"tokio-util",
|
| 19 |
"tracing",
|
| 20 |
]
|
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
| 30 |
"actix-utils",
|
| 31 |
"actix-web",
|
| 32 |
"askama_escape",
|
| 33 |
-
"bitflags",
|
| 34 |
"bytes 1.4.0",
|
| 35 |
"derive_more",
|
| 36 |
"futures-core",
|
|
@@ -54,7 +54,7 @@ dependencies = [
|
|
| 54 |
"actix-utils",
|
| 55 |
"ahash 0.8.3",
|
| 56 |
"base64 0.21.2",
|
| 57 |
-
"bitflags",
|
| 58 |
"brotli",
|
| 59 |
"bytes 1.4.0",
|
| 60 |
"bytestring",
|
|
@@ -62,11 +62,11 @@ dependencies = [
|
|
| 62 |
"encoding_rs",
|
| 63 |
"flate2",
|
| 64 |
"futures-core",
|
| 65 |
-
"h2 0.3.
|
| 66 |
"http 0.2.9",
|
| 67 |
"httparse",
|
| 68 |
"httpdate",
|
| 69 |
-
"itoa 1.0.
|
| 70 |
"language-tags",
|
| 71 |
"local-channel",
|
| 72 |
"mime",
|
|
@@ -74,8 +74,8 @@ dependencies = [
|
|
| 74 |
"pin-project-lite",
|
| 75 |
"rand 0.8.5",
|
| 76 |
"sha1",
|
| 77 |
-
"smallvec 1.
|
| 78 |
-
"tokio 1.
|
| 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.
|
| 115 |
]
|
| 116 |
|
| 117 |
[[package]]
|
|
@@ -128,7 +128,7 @@ dependencies = [
|
|
| 128 |
"mio 0.8.8",
|
| 129 |
"num_cpus",
|
| 130 |
"socket2",
|
| 131 |
-
"tokio 1.
|
| 132 |
"tracing",
|
| 133 |
]
|
| 134 |
|
|
@@ -178,7 +178,7 @@ dependencies = [
|
|
| 178 |
"futures-core",
|
| 179 |
"futures-util",
|
| 180 |
"http 0.2.9",
|
| 181 |
-
"itoa 1.0.
|
| 182 |
"language-tags",
|
| 183 |
"log",
|
| 184 |
"mime",
|
|
@@ -188,9 +188,9 @@ dependencies = [
|
|
| 188 |
"serde",
|
| 189 |
"serde_json",
|
| 190 |
"serde_urlencoded 0.7.1",
|
| 191 |
-
"smallvec 1.
|
| 192 |
"socket2",
|
| 193 |
-
"time 0.3.
|
| 194 |
"url 2.4.0",
|
| 195 |
]
|
| 196 |
|
|
@@ -201,16 +201,16 @@ 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 |
|
| 209 |
[[package]]
|
| 210 |
name = "addr2line"
|
| 211 |
-
version = "0.
|
| 212 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 213 |
-
checksum = "
|
| 214 |
dependencies = [
|
| 215 |
"gimli",
|
| 216 |
]
|
|
@@ -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
|
| 231 |
"once_cell",
|
| 232 |
"version_check",
|
| 233 |
]
|
|
@@ -239,7 +239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 239 |
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
| 240 |
dependencies = [
|
| 241 |
"cfg-if 1.0.0",
|
| 242 |
-
"getrandom
|
| 243 |
"once_cell",
|
| 244 |
"version_check",
|
| 245 |
]
|
|
@@ -294,13 +294,13 @@ checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
| 294 |
|
| 295 |
[[package]]
|
| 296 |
name = "async-trait"
|
| 297 |
-
version = "0.1.
|
| 298 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 299 |
-
checksum = "
|
| 300 |
dependencies = [
|
| 301 |
-
"proc-macro2 1.0.
|
| 302 |
-
"quote 1.0.
|
| 303 |
-
"syn 2.0.
|
| 304 |
]
|
| 305 |
|
| 306 |
[[package]]
|
|
@@ -320,15 +320,15 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
| 320 |
|
| 321 |
[[package]]
|
| 322 |
name = "backtrace"
|
| 323 |
-
version = "0.3.
|
| 324 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 325 |
-
checksum = "
|
| 326 |
dependencies = [
|
| 327 |
"addr2line",
|
| 328 |
"cc",
|
| 329 |
"cfg-if 1.0.0",
|
| 330 |
"libc",
|
| 331 |
-
"miniz_oxide
|
| 332 |
"object",
|
| 333 |
"rustc-demangle",
|
| 334 |
]
|
|
@@ -369,6 +369,12 @@ version = "1.3.2"
|
|
| 369 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 370 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
| 371 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 372 |
[[package]]
|
| 373 |
name = "block-buffer"
|
| 374 |
version = "0.10.4"
|
|
@@ -511,21 +517,20 @@ dependencies = [
|
|
| 511 |
|
| 512 |
[[package]]
|
| 513 |
name = "clap"
|
| 514 |
-
version = "4.3.
|
| 515 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 516 |
-
checksum = "
|
| 517 |
dependencies = [
|
| 518 |
"clap_builder",
|
| 519 |
]
|
| 520 |
|
| 521 |
[[package]]
|
| 522 |
name = "clap_builder"
|
| 523 |
-
version = "4.3.
|
| 524 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 525 |
-
checksum = "
|
| 526 |
dependencies = [
|
| 527 |
"anstyle",
|
| 528 |
-
"bitflags",
|
| 529 |
"clap_lex",
|
| 530 |
]
|
| 531 |
|
|
@@ -541,7 +546,7 @@ version = "0.0.3"
|
|
| 541 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 542 |
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
| 543 |
dependencies = [
|
| 544 |
-
"bitflags",
|
| 545 |
]
|
| 546 |
|
| 547 |
[[package]]
|
|
@@ -577,7 +582,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 577 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
| 578 |
dependencies = [
|
| 579 |
"percent-encoding 2.3.0",
|
| 580 |
-
"time 0.3.
|
| 581 |
"version_check",
|
| 582 |
]
|
| 583 |
|
|
@@ -617,9 +622,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
| 617 |
|
| 618 |
[[package]]
|
| 619 |
name = "cpufeatures"
|
| 620 |
-
version = "0.2.
|
| 621 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 622 |
-
checksum = "
|
| 623 |
dependencies = [
|
| 624 |
"libc",
|
| 625 |
]
|
|
@@ -772,19 +777,15 @@ dependencies = [
|
|
| 772 |
|
| 773 |
[[package]]
|
| 774 |
name = "cssparser"
|
| 775 |
-
version = "0.
|
| 776 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 777 |
-
checksum = "
|
| 778 |
dependencies = [
|
| 779 |
"cssparser-macros",
|
| 780 |
"dtoa-short",
|
| 781 |
-
"itoa 1.0.
|
| 782 |
-
"
|
| 783 |
-
"
|
| 784 |
-
"proc-macro2 1.0.60",
|
| 785 |
-
"quote 1.0.28",
|
| 786 |
-
"smallvec 1.10.0",
|
| 787 |
-
"syn 1.0.109",
|
| 788 |
]
|
| 789 |
|
| 790 |
[[package]]
|
|
@@ -793,8 +794,8 @@ version = "0.6.1"
|
|
| 793 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 794 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
| 795 |
dependencies = [
|
| 796 |
-
"quote 1.0.
|
| 797 |
-
"syn 2.0.
|
| 798 |
]
|
| 799 |
|
| 800 |
[[package]]
|
|
@@ -804,8 +805,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 804 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
| 805 |
dependencies = [
|
| 806 |
"convert_case",
|
| 807 |
-
"proc-macro2 1.0.
|
| 808 |
-
"quote 1.0.
|
| 809 |
"rustc_version 0.4.0",
|
| 810 |
"syn 1.0.109",
|
| 811 |
]
|
|
@@ -828,9 +829,9 @@ checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
| 828 |
|
| 829 |
[[package]]
|
| 830 |
name = "dtoa"
|
| 831 |
-
version = "1.0.
|
| 832 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 833 |
-
checksum = "
|
| 834 |
|
| 835 |
[[package]]
|
| 836 |
name = "dtoa-short"
|
|
@@ -838,7 +839,7 @@ version = "0.3.4"
|
|
| 838 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 839 |
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
| 840 |
dependencies = [
|
| 841 |
-
"dtoa 1.0.
|
| 842 |
]
|
| 843 |
|
| 844 |
[[package]]
|
|
@@ -893,7 +894,7 @@ checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
| 893 |
dependencies = [
|
| 894 |
"errno-dragonfly",
|
| 895 |
"libc",
|
| 896 |
-
"windows-sys
|
| 897 |
]
|
| 898 |
|
| 899 |
[[package]]
|
|
@@ -932,8 +933,8 @@ version = "0.1.8"
|
|
| 932 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 933 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
| 934 |
dependencies = [
|
| 935 |
-
"proc-macro2 1.0.
|
| 936 |
-
"quote 1.0.
|
| 937 |
"syn 1.0.109",
|
| 938 |
"synstructure",
|
| 939 |
]
|
|
@@ -965,7 +966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 965 |
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
| 966 |
dependencies = [
|
| 967 |
"crc32fast",
|
| 968 |
-
"miniz_oxide
|
| 969 |
]
|
| 970 |
|
| 971 |
[[package]]
|
|
@@ -1016,7 +1017,7 @@ version = "0.3.3"
|
|
| 1016 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1017 |
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
| 1018 |
dependencies = [
|
| 1019 |
-
"bitflags",
|
| 1020 |
"fuchsia-zircon-sys",
|
| 1021 |
]
|
| 1022 |
|
|
@@ -1119,17 +1120,6 @@ dependencies = [
|
|
| 1119 |
"unicode-width",
|
| 1120 |
]
|
| 1121 |
|
| 1122 |
-
[[package]]
|
| 1123 |
-
name = "getrandom"
|
| 1124 |
-
version = "0.1.16"
|
| 1125 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1126 |
-
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
| 1127 |
-
dependencies = [
|
| 1128 |
-
"cfg-if 1.0.0",
|
| 1129 |
-
"libc",
|
| 1130 |
-
"wasi 0.9.0+wasi-snapshot-preview1",
|
| 1131 |
-
]
|
| 1132 |
-
|
| 1133 |
[[package]]
|
| 1134 |
name = "getrandom"
|
| 1135 |
version = "0.2.10"
|
|
@@ -1167,9 +1157,9 @@ dependencies = [
|
|
| 1167 |
|
| 1168 |
[[package]]
|
| 1169 |
name = "h2"
|
| 1170 |
-
version = "0.3.
|
| 1171 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1172 |
-
checksum = "
|
| 1173 |
dependencies = [
|
| 1174 |
"bytes 1.4.0",
|
| 1175 |
"fnv",
|
|
@@ -1179,7 +1169,7 @@ dependencies = [
|
|
| 1179 |
"http 0.2.9",
|
| 1180 |
"indexmap",
|
| 1181 |
"slab",
|
| 1182 |
-
"tokio 1.
|
| 1183 |
"tokio-util",
|
| 1184 |
"tracing",
|
| 1185 |
]
|
|
@@ -1213,18 +1203,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
| 1213 |
|
| 1214 |
[[package]]
|
| 1215 |
name = "hermit-abi"
|
| 1216 |
-
version = "0.2
|
| 1217 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1218 |
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
| 1219 |
-
dependencies = [
|
| 1220 |
-
"libc",
|
| 1221 |
-
]
|
| 1222 |
-
|
| 1223 |
-
[[package]]
|
| 1224 |
-
name = "hermit-abi"
|
| 1225 |
-
version = "0.3.1"
|
| 1226 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1227 |
-
checksum = "
|
| 1228 |
|
| 1229 |
[[package]]
|
| 1230 |
name = "html5ever"
|
|
@@ -1249,8 +1230,8 @@ dependencies = [
|
|
| 1249 |
"log",
|
| 1250 |
"mac",
|
| 1251 |
"markup5ever 0.11.0",
|
| 1252 |
-
"proc-macro2 1.0.
|
| 1253 |
-
"quote 1.0.
|
| 1254 |
"syn 1.0.109",
|
| 1255 |
]
|
| 1256 |
|
|
@@ -1273,7 +1254,7 @@ checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
|
| 1273 |
dependencies = [
|
| 1274 |
"bytes 1.4.0",
|
| 1275 |
"fnv",
|
| 1276 |
-
"itoa 1.0.
|
| 1277 |
]
|
| 1278 |
|
| 1279 |
[[package]]
|
|
@@ -1355,23 +1336,23 @@ dependencies = [
|
|
| 1355 |
|
| 1356 |
[[package]]
|
| 1357 |
name = "hyper"
|
| 1358 |
-
version = "0.14.
|
| 1359 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1360 |
-
checksum = "
|
| 1361 |
dependencies = [
|
| 1362 |
"bytes 1.4.0",
|
| 1363 |
"futures-channel",
|
| 1364 |
"futures-core",
|
| 1365 |
"futures-util",
|
| 1366 |
-
"h2 0.3.
|
| 1367 |
"http 0.2.9",
|
| 1368 |
"http-body 0.4.5",
|
| 1369 |
"httparse",
|
| 1370 |
"httpdate",
|
| 1371 |
-
"itoa 1.0.
|
| 1372 |
"pin-project-lite",
|
| 1373 |
"socket2",
|
| 1374 |
-
"tokio 1.
|
| 1375 |
"tower-service",
|
| 1376 |
"tracing",
|
| 1377 |
"want 0.3.1",
|
|
@@ -1397,9 +1378,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 1397 |
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
| 1398 |
dependencies = [
|
| 1399 |
"bytes 1.4.0",
|
| 1400 |
-
"hyper 0.14.
|
| 1401 |
"native-tls",
|
| 1402 |
-
"tokio 1.
|
| 1403 |
"tokio-native-tls",
|
| 1404 |
]
|
| 1405 |
|
|
@@ -1460,9 +1441,9 @@ version = "1.0.11"
|
|
| 1460 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1461 |
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
| 1462 |
dependencies = [
|
| 1463 |
-
"hermit-abi
|
| 1464 |
"libc",
|
| 1465 |
-
"windows-sys
|
| 1466 |
]
|
| 1467 |
|
| 1468 |
[[package]]
|
|
@@ -1476,20 +1457,19 @@ dependencies = [
|
|
| 1476 |
|
| 1477 |
[[package]]
|
| 1478 |
name = "ipnet"
|
| 1479 |
-
version = "2.
|
| 1480 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1481 |
-
checksum = "
|
| 1482 |
|
| 1483 |
[[package]]
|
| 1484 |
name = "is-terminal"
|
| 1485 |
-
version = "0.4.
|
| 1486 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1487 |
-
checksum = "
|
| 1488 |
dependencies = [
|
| 1489 |
-
"hermit-abi
|
| 1490 |
-
"
|
| 1491 |
-
"
|
| 1492 |
-
"windows-sys 0.48.0",
|
| 1493 |
]
|
| 1494 |
|
| 1495 |
[[package]]
|
|
@@ -1509,9 +1489,9 @@ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
| 1509 |
|
| 1510 |
[[package]]
|
| 1511 |
name = "itoa"
|
| 1512 |
-
version = "1.0.
|
| 1513 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1514 |
-
checksum = "
|
| 1515 |
|
| 1516 |
[[package]]
|
| 1517 |
name = "jobserver"
|
|
@@ -1555,9 +1535,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
| 1555 |
|
| 1556 |
[[package]]
|
| 1557 |
name = "libc"
|
| 1558 |
-
version = "0.2.
|
| 1559 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1560 |
-
checksum = "
|
| 1561 |
|
| 1562 |
[[package]]
|
| 1563 |
name = "linux-raw-sys"
|
|
@@ -1565,6 +1545,12 @@ version = "0.3.8"
|
|
| 1565 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1566 |
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
| 1567 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1568 |
[[package]]
|
| 1569 |
name = "local-channel"
|
| 1570 |
version = "0.1.3"
|
|
@@ -1703,15 +1689,6 @@ dependencies = [
|
|
| 1703 |
"unicase",
|
| 1704 |
]
|
| 1705 |
|
| 1706 |
-
[[package]]
|
| 1707 |
-
name = "miniz_oxide"
|
| 1708 |
-
version = "0.6.2"
|
| 1709 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1710 |
-
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
| 1711 |
-
dependencies = [
|
| 1712 |
-
"adler",
|
| 1713 |
-
]
|
| 1714 |
-
|
| 1715 |
[[package]]
|
| 1716 |
name = "miniz_oxide"
|
| 1717 |
version = "0.7.1"
|
|
@@ -1749,7 +1726,7 @@ dependencies = [
|
|
| 1749 |
"libc",
|
| 1750 |
"log",
|
| 1751 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
| 1752 |
-
"windows-sys
|
| 1753 |
]
|
| 1754 |
|
| 1755 |
[[package]]
|
|
@@ -1805,12 +1782,6 @@ version = "0.5.0"
|
|
| 1805 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1806 |
checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
|
| 1807 |
|
| 1808 |
-
[[package]]
|
| 1809 |
-
name = "nodrop"
|
| 1810 |
-
version = "0.1.14"
|
| 1811 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1812 |
-
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
| 1813 |
-
|
| 1814 |
[[package]]
|
| 1815 |
name = "num-traits"
|
| 1816 |
version = "0.2.15"
|
|
@@ -1822,19 +1793,19 @@ dependencies = [
|
|
| 1822 |
|
| 1823 |
[[package]]
|
| 1824 |
name = "num_cpus"
|
| 1825 |
-
version = "1.
|
| 1826 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1827 |
-
checksum = "
|
| 1828 |
dependencies = [
|
| 1829 |
-
"hermit-abi
|
| 1830 |
"libc",
|
| 1831 |
]
|
| 1832 |
|
| 1833 |
[[package]]
|
| 1834 |
name = "object"
|
| 1835 |
-
version = "0.
|
| 1836 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1837 |
-
checksum = "
|
| 1838 |
dependencies = [
|
| 1839 |
"memchr",
|
| 1840 |
]
|
|
@@ -1853,11 +1824,11 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
| 1853 |
|
| 1854 |
[[package]]
|
| 1855 |
name = "openssl"
|
| 1856 |
-
version = "0.10.
|
| 1857 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1858 |
-
checksum = "
|
| 1859 |
dependencies = [
|
| 1860 |
-
"bitflags",
|
| 1861 |
"cfg-if 1.0.0",
|
| 1862 |
"foreign-types",
|
| 1863 |
"libc",
|
|
@@ -1872,9 +1843,9 @@ version = "0.1.1"
|
|
| 1872 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1873 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
| 1874 |
dependencies = [
|
| 1875 |
-
"proc-macro2 1.0.
|
| 1876 |
-
"quote 1.0.
|
| 1877 |
-
"syn 2.0.
|
| 1878 |
]
|
| 1879 |
|
| 1880 |
[[package]]
|
|
@@ -1885,9 +1856,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
| 1885 |
|
| 1886 |
[[package]]
|
| 1887 |
name = "openssl-sys"
|
| 1888 |
-
version = "0.9.
|
| 1889 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1890 |
-
checksum = "
|
| 1891 |
dependencies = [
|
| 1892 |
"cc",
|
| 1893 |
"libc",
|
|
@@ -1940,15 +1911,15 @@ dependencies = [
|
|
| 1940 |
"cfg-if 1.0.0",
|
| 1941 |
"libc",
|
| 1942 |
"redox_syscall 0.3.5",
|
| 1943 |
-
"smallvec 1.
|
| 1944 |
"windows-targets",
|
| 1945 |
]
|
| 1946 |
|
| 1947 |
[[package]]
|
| 1948 |
name = "paste"
|
| 1949 |
-
version = "1.0.
|
| 1950 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1951 |
-
checksum = "
|
| 1952 |
|
| 1953 |
[[package]]
|
| 1954 |
name = "percent-encoding"
|
|
@@ -1964,9 +1935,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
| 1964 |
|
| 1965 |
[[package]]
|
| 1966 |
name = "pest"
|
| 1967 |
-
version = "2.
|
| 1968 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1969 |
-
checksum = "
|
| 1970 |
dependencies = [
|
| 1971 |
"thiserror",
|
| 1972 |
"ucd-trie",
|
|
@@ -1974,9 +1945,9 @@ dependencies = [
|
|
| 1974 |
|
| 1975 |
[[package]]
|
| 1976 |
name = "pest_derive"
|
| 1977 |
-
version = "2.
|
| 1978 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1979 |
-
checksum = "
|
| 1980 |
dependencies = [
|
| 1981 |
"pest",
|
| 1982 |
"pest_generator",
|
|
@@ -1984,22 +1955,22 @@ dependencies = [
|
|
| 1984 |
|
| 1985 |
[[package]]
|
| 1986 |
name = "pest_generator"
|
| 1987 |
-
version = "2.
|
| 1988 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1989 |
-
checksum = "
|
| 1990 |
dependencies = [
|
| 1991 |
"pest",
|
| 1992 |
"pest_meta",
|
| 1993 |
-
"proc-macro2 1.0.
|
| 1994 |
-
"quote 1.0.
|
| 1995 |
-
"syn 2.0.
|
| 1996 |
]
|
| 1997 |
|
| 1998 |
[[package]]
|
| 1999 |
name = "pest_meta"
|
| 2000 |
-
version = "2.
|
| 2001 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2002 |
-
checksum = "
|
| 2003 |
dependencies = [
|
| 2004 |
"once_cell",
|
| 2005 |
"pest",
|
|
@@ -2017,22 +1988,21 @@ dependencies = [
|
|
| 2017 |
|
| 2018 |
[[package]]
|
| 2019 |
name = "phf"
|
| 2020 |
-
version = "0.
|
| 2021 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2022 |
-
checksum = "
|
| 2023 |
dependencies = [
|
| 2024 |
-
"phf_shared 0.
|
| 2025 |
]
|
| 2026 |
|
| 2027 |
[[package]]
|
| 2028 |
name = "phf"
|
| 2029 |
-
version = "0.
|
| 2030 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2031 |
-
checksum = "
|
| 2032 |
dependencies = [
|
| 2033 |
"phf_macros",
|
| 2034 |
-
"phf_shared 0.
|
| 2035 |
-
"proc-macro-hack",
|
| 2036 |
]
|
| 2037 |
|
| 2038 |
[[package]]
|
|
@@ -2045,16 +2015,6 @@ dependencies = [
|
|
| 2045 |
"phf_shared 0.7.24",
|
| 2046 |
]
|
| 2047 |
|
| 2048 |
-
[[package]]
|
| 2049 |
-
name = "phf_codegen"
|
| 2050 |
-
version = "0.8.0"
|
| 2051 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2052 |
-
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
| 2053 |
-
dependencies = [
|
| 2054 |
-
"phf_generator 0.8.0",
|
| 2055 |
-
"phf_shared 0.8.0",
|
| 2056 |
-
]
|
| 2057 |
-
|
| 2058 |
[[package]]
|
| 2059 |
name = "phf_codegen"
|
| 2060 |
version = "0.10.0"
|
|
@@ -2077,36 +2037,35 @@ dependencies = [
|
|
| 2077 |
|
| 2078 |
[[package]]
|
| 2079 |
name = "phf_generator"
|
| 2080 |
-
version = "0.
|
| 2081 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2082 |
-
checksum = "
|
| 2083 |
dependencies = [
|
| 2084 |
-
"phf_shared 0.
|
| 2085 |
-
"rand 0.
|
| 2086 |
]
|
| 2087 |
|
| 2088 |
[[package]]
|
| 2089 |
name = "phf_generator"
|
| 2090 |
-
version = "0.
|
| 2091 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2092 |
-
checksum = "
|
| 2093 |
dependencies = [
|
| 2094 |
-
"phf_shared 0.
|
| 2095 |
"rand 0.8.5",
|
| 2096 |
]
|
| 2097 |
|
| 2098 |
[[package]]
|
| 2099 |
name = "phf_macros"
|
| 2100 |
-
version = "0.
|
| 2101 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2102 |
-
checksum = "
|
| 2103 |
dependencies = [
|
| 2104 |
-
"phf_generator 0.
|
| 2105 |
-
"phf_shared 0.
|
| 2106 |
-
"proc-
|
| 2107 |
-
"
|
| 2108 |
-
"
|
| 2109 |
-
"syn 1.0.109",
|
| 2110 |
]
|
| 2111 |
|
| 2112 |
[[package]]
|
|
@@ -2120,27 +2079,27 @@ dependencies = [
|
|
| 2120 |
|
| 2121 |
[[package]]
|
| 2122 |
name = "phf_shared"
|
| 2123 |
-
version = "0.
|
| 2124 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2125 |
-
checksum = "
|
| 2126 |
dependencies = [
|
| 2127 |
"siphasher 0.3.10",
|
| 2128 |
]
|
| 2129 |
|
| 2130 |
[[package]]
|
| 2131 |
name = "phf_shared"
|
| 2132 |
-
version = "0.
|
| 2133 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2134 |
-
checksum = "
|
| 2135 |
dependencies = [
|
| 2136 |
"siphasher 0.3.10",
|
| 2137 |
]
|
| 2138 |
|
| 2139 |
[[package]]
|
| 2140 |
name = "pin-project-lite"
|
| 2141 |
-
version = "0.2.
|
| 2142 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2143 |
-
checksum = "
|
| 2144 |
|
| 2145 |
[[package]]
|
| 2146 |
name = "pin-utils"
|
|
@@ -2194,12 +2153,6 @@ version = "0.1.1"
|
|
| 2194 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2195 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
| 2196 |
|
| 2197 |
-
[[package]]
|
| 2198 |
-
name = "proc-macro-hack"
|
| 2199 |
-
version = "0.5.20+deprecated"
|
| 2200 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2201 |
-
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
| 2202 |
-
|
| 2203 |
[[package]]
|
| 2204 |
name = "proc-macro2"
|
| 2205 |
version = "0.4.30"
|
|
@@ -2211,9 +2164,9 @@ dependencies = [
|
|
| 2211 |
|
| 2212 |
[[package]]
|
| 2213 |
name = "proc-macro2"
|
| 2214 |
-
version = "1.0.
|
| 2215 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2216 |
-
checksum = "
|
| 2217 |
dependencies = [
|
| 2218 |
"unicode-ident",
|
| 2219 |
]
|
|
@@ -2239,11 +2192,11 @@ dependencies = [
|
|
| 2239 |
|
| 2240 |
[[package]]
|
| 2241 |
name = "quote"
|
| 2242 |
-
version = "1.0.
|
| 2243 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2244 |
-
checksum = "
|
| 2245 |
dependencies = [
|
| 2246 |
-
"proc-macro2 1.0.
|
| 2247 |
]
|
| 2248 |
|
| 2249 |
[[package]]
|
|
@@ -2256,29 +2209,15 @@ dependencies = [
|
|
| 2256 |
"libc",
|
| 2257 |
"rand_chacha 0.1.1",
|
| 2258 |
"rand_core 0.4.2",
|
| 2259 |
-
"rand_hc
|
| 2260 |
"rand_isaac",
|
| 2261 |
"rand_jitter",
|
| 2262 |
"rand_os",
|
| 2263 |
-
"rand_pcg
|
| 2264 |
"rand_xorshift",
|
| 2265 |
"winapi 0.3.9",
|
| 2266 |
]
|
| 2267 |
|
| 2268 |
-
[[package]]
|
| 2269 |
-
name = "rand"
|
| 2270 |
-
version = "0.7.3"
|
| 2271 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2272 |
-
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
| 2273 |
-
dependencies = [
|
| 2274 |
-
"getrandom 0.1.16",
|
| 2275 |
-
"libc",
|
| 2276 |
-
"rand_chacha 0.2.2",
|
| 2277 |
-
"rand_core 0.5.1",
|
| 2278 |
-
"rand_hc 0.2.0",
|
| 2279 |
-
"rand_pcg 0.2.1",
|
| 2280 |
-
]
|
| 2281 |
-
|
| 2282 |
[[package]]
|
| 2283 |
name = "rand"
|
| 2284 |
version = "0.8.5"
|
|
@@ -2300,16 +2239,6 @@ dependencies = [
|
|
| 2300 |
"rand_core 0.3.1",
|
| 2301 |
]
|
| 2302 |
|
| 2303 |
-
[[package]]
|
| 2304 |
-
name = "rand_chacha"
|
| 2305 |
-
version = "0.2.2"
|
| 2306 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2307 |
-
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
| 2308 |
-
dependencies = [
|
| 2309 |
-
"ppv-lite86",
|
| 2310 |
-
"rand_core 0.5.1",
|
| 2311 |
-
]
|
| 2312 |
-
|
| 2313 |
[[package]]
|
| 2314 |
name = "rand_chacha"
|
| 2315 |
version = "0.3.1"
|
|
@@ -2335,22 +2264,13 @@ version = "0.4.2"
|
|
| 2335 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2336 |
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
| 2337 |
|
| 2338 |
-
[[package]]
|
| 2339 |
-
name = "rand_core"
|
| 2340 |
-
version = "0.5.1"
|
| 2341 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2342 |
-
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
| 2343 |
-
dependencies = [
|
| 2344 |
-
"getrandom 0.1.16",
|
| 2345 |
-
]
|
| 2346 |
-
|
| 2347 |
[[package]]
|
| 2348 |
name = "rand_core"
|
| 2349 |
version = "0.6.4"
|
| 2350 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2351 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
| 2352 |
dependencies = [
|
| 2353 |
-
"getrandom
|
| 2354 |
]
|
| 2355 |
|
| 2356 |
[[package]]
|
|
@@ -2362,15 +2282,6 @@ dependencies = [
|
|
| 2362 |
"rand_core 0.3.1",
|
| 2363 |
]
|
| 2364 |
|
| 2365 |
-
[[package]]
|
| 2366 |
-
name = "rand_hc"
|
| 2367 |
-
version = "0.2.0"
|
| 2368 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2369 |
-
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
| 2370 |
-
dependencies = [
|
| 2371 |
-
"rand_core 0.5.1",
|
| 2372 |
-
]
|
| 2373 |
-
|
| 2374 |
[[package]]
|
| 2375 |
name = "rand_isaac"
|
| 2376 |
version = "0.1.1"
|
|
@@ -2415,15 +2326,6 @@ dependencies = [
|
|
| 2415 |
"rand_core 0.4.2",
|
| 2416 |
]
|
| 2417 |
|
| 2418 |
-
[[package]]
|
| 2419 |
-
name = "rand_pcg"
|
| 2420 |
-
version = "0.2.1"
|
| 2421 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2422 |
-
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
| 2423 |
-
dependencies = [
|
| 2424 |
-
"rand_core 0.5.1",
|
| 2425 |
-
]
|
| 2426 |
-
|
| 2427 |
[[package]]
|
| 2428 |
name = "rand_xorshift"
|
| 2429 |
version = "0.1.1"
|
|
@@ -2471,7 +2373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 2471 |
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
|
| 2472 |
dependencies = [
|
| 2473 |
"combine",
|
| 2474 |
-
"itoa 1.0.
|
| 2475 |
"percent-encoding 2.3.0",
|
| 2476 |
"ryu",
|
| 2477 |
"sha1_smol",
|
|
@@ -2490,14 +2392,26 @@ version = "0.3.5"
|
|
| 2490 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2491 |
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
| 2492 |
dependencies = [
|
| 2493 |
-
"bitflags",
|
| 2494 |
]
|
| 2495 |
|
| 2496 |
[[package]]
|
| 2497 |
name = "regex"
|
| 2498 |
-
version = "1.
|
| 2499 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2500 |
-
checksum = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2501 |
dependencies = [
|
| 2502 |
"aho-corasick",
|
| 2503 |
"memchr",
|
|
@@ -2506,9 +2420,9 @@ dependencies = [
|
|
| 2506 |
|
| 2507 |
[[package]]
|
| 2508 |
name = "regex-syntax"
|
| 2509 |
-
version = "0.7.
|
| 2510 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2511 |
-
checksum = "
|
| 2512 |
|
| 2513 |
[[package]]
|
| 2514 |
name = "reqwest"
|
|
@@ -2555,10 +2469,10 @@ dependencies = [
|
|
| 2555 |
"encoding_rs",
|
| 2556 |
"futures-core",
|
| 2557 |
"futures-util",
|
| 2558 |
-
"h2 0.3.
|
| 2559 |
"http 0.2.9",
|
| 2560 |
"http-body 0.4.5",
|
| 2561 |
-
"hyper 0.14.
|
| 2562 |
"hyper-tls 0.5.0",
|
| 2563 |
"ipnet",
|
| 2564 |
"js-sys",
|
|
@@ -2571,7 +2485,7 @@ dependencies = [
|
|
| 2571 |
"serde",
|
| 2572 |
"serde_json",
|
| 2573 |
"serde_urlencoded 0.7.1",
|
| 2574 |
-
"tokio 1.
|
| 2575 |
"tokio-native-tls",
|
| 2576 |
"tower-service",
|
| 2577 |
"url 2.4.0",
|
|
@@ -2583,11 +2497,11 @@ dependencies = [
|
|
| 2583 |
|
| 2584 |
[[package]]
|
| 2585 |
name = "rlua"
|
| 2586 |
-
version = "0.19.
|
| 2587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2588 |
-
checksum = "
|
| 2589 |
dependencies = [
|
| 2590 |
-
"bitflags",
|
| 2591 |
"bstr",
|
| 2592 |
"libc",
|
| 2593 |
"num-traits",
|
|
@@ -2596,9 +2510,9 @@ dependencies = [
|
|
| 2596 |
|
| 2597 |
[[package]]
|
| 2598 |
name = "rlua-lua54-sys"
|
| 2599 |
-
version = "0.1.
|
| 2600 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2601 |
-
checksum = "
|
| 2602 |
dependencies = [
|
| 2603 |
"cc",
|
| 2604 |
"libc",
|
|
@@ -2631,16 +2545,29 @@ dependencies = [
|
|
| 2631 |
|
| 2632 |
[[package]]
|
| 2633 |
name = "rustix"
|
| 2634 |
-
version = "0.37.
|
| 2635 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2636 |
-
checksum = "
|
| 2637 |
dependencies = [
|
| 2638 |
-
"bitflags",
|
| 2639 |
"errno",
|
| 2640 |
"io-lifetimes",
|
| 2641 |
"libc",
|
| 2642 |
-
"linux-raw-sys",
|
| 2643 |
-
"windows-sys
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2644 |
]
|
| 2645 |
|
| 2646 |
[[package]]
|
|
@@ -2657,9 +2584,9 @@ dependencies = [
|
|
| 2657 |
|
| 2658 |
[[package]]
|
| 2659 |
name = "ryu"
|
| 2660 |
-
version = "1.0.
|
| 2661 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2662 |
-
checksum = "
|
| 2663 |
|
| 2664 |
[[package]]
|
| 2665 |
name = "same-file"
|
|
@@ -2672,11 +2599,11 @@ dependencies = [
|
|
| 2672 |
|
| 2673 |
[[package]]
|
| 2674 |
name = "schannel"
|
| 2675 |
-
version = "0.1.
|
| 2676 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2677 |
-
checksum = "
|
| 2678 |
dependencies = [
|
| 2679 |
-
"windows-sys
|
| 2680 |
]
|
| 2681 |
|
| 2682 |
[[package]]
|
|
@@ -2687,9 +2614,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
| 2687 |
|
| 2688 |
[[package]]
|
| 2689 |
name = "scraper"
|
| 2690 |
-
version = "0.
|
| 2691 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2692 |
-
checksum = "
|
| 2693 |
dependencies = [
|
| 2694 |
"ahash 0.8.3",
|
| 2695 |
"cssparser",
|
|
@@ -2698,7 +2625,7 @@ dependencies = [
|
|
| 2698 |
"html5ever 0.26.0",
|
| 2699 |
"once_cell",
|
| 2700 |
"selectors",
|
| 2701 |
-
"smallvec 1.
|
| 2702 |
"tendril",
|
| 2703 |
]
|
| 2704 |
|
|
@@ -2708,7 +2635,7 @@ version = "2.9.1"
|
|
| 2708 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2709 |
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
| 2710 |
dependencies = [
|
| 2711 |
-
"bitflags",
|
| 2712 |
"core-foundation",
|
| 2713 |
"core-foundation-sys",
|
| 2714 |
"libc",
|
|
@@ -2737,20 +2664,21 @@ dependencies = [
|
|
| 2737 |
|
| 2738 |
[[package]]
|
| 2739 |
name = "selectors"
|
| 2740 |
-
version = "0.
|
| 2741 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2742 |
-
checksum = "
|
| 2743 |
dependencies = [
|
| 2744 |
-
"bitflags",
|
| 2745 |
"cssparser",
|
| 2746 |
"derive_more",
|
| 2747 |
"fxhash",
|
| 2748 |
"log",
|
| 2749 |
-
"
|
| 2750 |
-
"
|
|
|
|
| 2751 |
"precomputed-hash",
|
| 2752 |
"servo_arc",
|
| 2753 |
-
"smallvec 1.
|
| 2754 |
]
|
| 2755 |
|
| 2756 |
[[package]]
|
|
@@ -2776,31 +2704,31 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
| 2776 |
|
| 2777 |
[[package]]
|
| 2778 |
name = "serde"
|
| 2779 |
-
version = "1.0.
|
| 2780 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2781 |
-
checksum = "
|
| 2782 |
dependencies = [
|
| 2783 |
"serde_derive",
|
| 2784 |
]
|
| 2785 |
|
| 2786 |
[[package]]
|
| 2787 |
name = "serde_derive"
|
| 2788 |
-
version = "1.0.
|
| 2789 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2790 |
-
checksum = "
|
| 2791 |
dependencies = [
|
| 2792 |
-
"proc-macro2 1.0.
|
| 2793 |
-
"quote 1.0.
|
| 2794 |
-
"syn 2.0.
|
| 2795 |
]
|
| 2796 |
|
| 2797 |
[[package]]
|
| 2798 |
name = "serde_json"
|
| 2799 |
-
version = "1.0.
|
| 2800 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2801 |
-
checksum = "
|
| 2802 |
dependencies = [
|
| 2803 |
-
"itoa 1.0.
|
| 2804 |
"ryu",
|
| 2805 |
"serde",
|
| 2806 |
]
|
|
@@ -2824,18 +2752,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 2824 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
| 2825 |
dependencies = [
|
| 2826 |
"form_urlencoded",
|
| 2827 |
-
"itoa 1.0.
|
| 2828 |
"ryu",
|
| 2829 |
"serde",
|
| 2830 |
]
|
| 2831 |
|
| 2832 |
[[package]]
|
| 2833 |
name = "servo_arc"
|
| 2834 |
-
version = "0.
|
| 2835 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2836 |
-
checksum = "
|
| 2837 |
dependencies = [
|
| 2838 |
-
"nodrop",
|
| 2839 |
"stable_deref_trait",
|
| 2840 |
]
|
| 2841 |
|
|
@@ -2908,9 +2835,9 @@ dependencies = [
|
|
| 2908 |
|
| 2909 |
[[package]]
|
| 2910 |
name = "smallvec"
|
| 2911 |
-
version = "1.
|
| 2912 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2913 |
-
checksum = "
|
| 2914 |
|
| 2915 |
[[package]]
|
| 2916 |
name = "socket2"
|
|
@@ -2974,8 +2901,8 @@ checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
|
|
| 2974 |
dependencies = [
|
| 2975 |
"phf_generator 0.7.24",
|
| 2976 |
"phf_shared 0.7.24",
|
| 2977 |
-
"proc-macro2 1.0.
|
| 2978 |
-
"quote 1.0.
|
| 2979 |
"string_cache_shared",
|
| 2980 |
]
|
| 2981 |
|
|
@@ -2987,8 +2914,8 @@ checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
| 2987 |
dependencies = [
|
| 2988 |
"phf_generator 0.10.0",
|
| 2989 |
"phf_shared 0.10.0",
|
| 2990 |
-
"proc-macro2 1.0.
|
| 2991 |
-
"quote 1.0.
|
| 2992 |
]
|
| 2993 |
|
| 2994 |
[[package]]
|
|
@@ -3014,19 +2941,19 @@ version = "1.0.109"
|
|
| 3014 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3015 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
| 3016 |
dependencies = [
|
| 3017 |
-
"proc-macro2 1.0.
|
| 3018 |
-
"quote 1.0.
|
| 3019 |
"unicode-ident",
|
| 3020 |
]
|
| 3021 |
|
| 3022 |
[[package]]
|
| 3023 |
name = "syn"
|
| 3024 |
-
version = "2.0.
|
| 3025 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3026 |
-
checksum = "
|
| 3027 |
dependencies = [
|
| 3028 |
-
"proc-macro2 1.0.
|
| 3029 |
-
"quote 1.0.
|
| 3030 |
"unicode-ident",
|
| 3031 |
]
|
| 3032 |
|
|
@@ -3036,8 +2963,8 @@ version = "0.12.6"
|
|
| 3036 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3037 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
| 3038 |
dependencies = [
|
| 3039 |
-
"proc-macro2 1.0.
|
| 3040 |
-
"quote 1.0.
|
| 3041 |
"syn 1.0.109",
|
| 3042 |
"unicode-xid 0.2.4",
|
| 3043 |
]
|
|
@@ -3052,8 +2979,8 @@ dependencies = [
|
|
| 3052 |
"cfg-if 1.0.0",
|
| 3053 |
"fastrand",
|
| 3054 |
"redox_syscall 0.3.5",
|
| 3055 |
-
"rustix",
|
| 3056 |
-
"windows-sys
|
| 3057 |
]
|
| 3058 |
|
| 3059 |
[[package]]
|
|
@@ -3078,22 +3005,22 @@ dependencies = [
|
|
| 3078 |
|
| 3079 |
[[package]]
|
| 3080 |
name = "thiserror"
|
| 3081 |
-
version = "1.0.
|
| 3082 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3083 |
-
checksum = "
|
| 3084 |
dependencies = [
|
| 3085 |
"thiserror-impl",
|
| 3086 |
]
|
| 3087 |
|
| 3088 |
[[package]]
|
| 3089 |
name = "thiserror-impl"
|
| 3090 |
-
version = "1.0.
|
| 3091 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3092 |
-
checksum = "
|
| 3093 |
dependencies = [
|
| 3094 |
-
"proc-macro2 1.0.
|
| 3095 |
-
"quote 1.0.
|
| 3096 |
-
"syn 2.0.
|
| 3097 |
]
|
| 3098 |
|
| 3099 |
[[package]]
|
|
@@ -3109,11 +3036,11 @@ dependencies = [
|
|
| 3109 |
|
| 3110 |
[[package]]
|
| 3111 |
name = "time"
|
| 3112 |
-
version = "0.3.
|
| 3113 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3114 |
-
checksum = "
|
| 3115 |
dependencies = [
|
| 3116 |
-
"itoa 1.0.
|
| 3117 |
"serde",
|
| 3118 |
"time-core",
|
| 3119 |
"time-macros",
|
|
@@ -3127,9 +3054,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
| 3127 |
|
| 3128 |
[[package]]
|
| 3129 |
name = "time-macros"
|
| 3130 |
-
version = "0.2.
|
| 3131 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3132 |
-
checksum = "
|
| 3133 |
dependencies = [
|
| 3134 |
"time-core",
|
| 3135 |
]
|
|
@@ -3180,11 +3107,12 @@ dependencies = [
|
|
| 3180 |
|
| 3181 |
[[package]]
|
| 3182 |
name = "tokio"
|
| 3183 |
-
version = "1.
|
| 3184 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3185 |
-
checksum = "
|
| 3186 |
dependencies = [
|
| 3187 |
"autocfg 1.1.0",
|
|
|
|
| 3188 |
"bytes 1.4.0",
|
| 3189 |
"libc",
|
| 3190 |
"mio 0.8.8",
|
|
@@ -3194,7 +3122,7 @@ dependencies = [
|
|
| 3194 |
"signal-hook-registry",
|
| 3195 |
"socket2",
|
| 3196 |
"tokio-macros",
|
| 3197 |
-
"windows-sys
|
| 3198 |
]
|
| 3199 |
|
| 3200 |
[[package]]
|
|
@@ -3245,9 +3173,9 @@ version = "2.1.0"
|
|
| 3245 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3246 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
| 3247 |
dependencies = [
|
| 3248 |
-
"proc-macro2 1.0.
|
| 3249 |
-
"quote 1.0.
|
| 3250 |
-
"syn 2.0.
|
| 3251 |
]
|
| 3252 |
|
| 3253 |
[[package]]
|
|
@@ -3257,7 +3185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 3257 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
| 3258 |
dependencies = [
|
| 3259 |
"native-tls",
|
| 3260 |
-
"tokio 1.
|
| 3261 |
]
|
| 3262 |
|
| 3263 |
[[package]]
|
|
@@ -3342,7 +3270,7 @@ dependencies = [
|
|
| 3342 |
"futures-core",
|
| 3343 |
"futures-sink",
|
| 3344 |
"pin-project-lite",
|
| 3345 |
-
"tokio 1.
|
| 3346 |
"tracing",
|
| 3347 |
]
|
| 3348 |
|
|
@@ -3405,9 +3333,9 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
| 3405 |
|
| 3406 |
[[package]]
|
| 3407 |
name = "ucd-trie"
|
| 3408 |
-
version = "0.1.
|
| 3409 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3410 |
-
checksum = "
|
| 3411 |
|
| 3412 |
[[package]]
|
| 3413 |
name = "unicase"
|
|
@@ -3426,9 +3354,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
| 3426 |
|
| 3427 |
[[package]]
|
| 3428 |
name = "unicode-ident"
|
| 3429 |
-
version = "1.0.
|
| 3430 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3431 |
-
checksum = "
|
| 3432 |
|
| 3433 |
[[package]]
|
| 3434 |
name = "unicode-normalization"
|
|
@@ -3536,12 +3464,6 @@ dependencies = [
|
|
| 3536 |
"try-lock",
|
| 3537 |
]
|
| 3538 |
|
| 3539 |
-
[[package]]
|
| 3540 |
-
name = "wasi"
|
| 3541 |
-
version = "0.9.0+wasi-snapshot-preview1"
|
| 3542 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3543 |
-
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
| 3544 |
-
|
| 3545 |
[[package]]
|
| 3546 |
name = "wasi"
|
| 3547 |
version = "0.10.0+wasi-snapshot-preview1"
|
|
@@ -3573,9 +3495,9 @@ dependencies = [
|
|
| 3573 |
"bumpalo",
|
| 3574 |
"log",
|
| 3575 |
"once_cell",
|
| 3576 |
-
"proc-macro2 1.0.
|
| 3577 |
-
"quote 1.0.
|
| 3578 |
-
"syn 2.0.
|
| 3579 |
"wasm-bindgen-shared",
|
| 3580 |
]
|
| 3581 |
|
|
@@ -3597,7 +3519,7 @@ version = "0.2.87"
|
|
| 3597 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3598 |
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
| 3599 |
dependencies = [
|
| 3600 |
-
"quote 1.0.
|
| 3601 |
"wasm-bindgen-macro-support",
|
| 3602 |
]
|
| 3603 |
|
|
@@ -3607,9 +3529,9 @@ version = "0.2.87"
|
|
| 3607 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3608 |
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
| 3609 |
dependencies = [
|
| 3610 |
-
"proc-macro2 1.0.
|
| 3611 |
-
"quote 1.0.
|
| 3612 |
-
"syn 2.0.
|
| 3613 |
"wasm-bindgen-backend",
|
| 3614 |
"wasm-bindgen-shared",
|
| 3615 |
]
|
|
@@ -3632,7 +3554,7 @@ dependencies = [
|
|
| 3632 |
|
| 3633 |
[[package]]
|
| 3634 |
name = "websurfx"
|
| 3635 |
-
version = "0.
|
| 3636 |
dependencies = [
|
| 3637 |
"actix-files",
|
| 3638 |
"actix-web",
|
|
@@ -3653,7 +3575,7 @@ dependencies = [
|
|
| 3653 |
"scraper",
|
| 3654 |
"serde",
|
| 3655 |
"serde_json",
|
| 3656 |
-
"tokio 1.
|
| 3657 |
]
|
| 3658 |
|
| 3659 |
[[package]]
|
|
@@ -3699,21 +3621,6 @@ version = "0.4.0"
|
|
| 3699 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3700 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
| 3701 |
|
| 3702 |
-
[[package]]
|
| 3703 |
-
name = "windows-sys"
|
| 3704 |
-
version = "0.42.0"
|
| 3705 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3706 |
-
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
| 3707 |
-
dependencies = [
|
| 3708 |
-
"windows_aarch64_gnullvm 0.42.2",
|
| 3709 |
-
"windows_aarch64_msvc 0.42.2",
|
| 3710 |
-
"windows_i686_gnu 0.42.2",
|
| 3711 |
-
"windows_i686_msvc 0.42.2",
|
| 3712 |
-
"windows_x86_64_gnu 0.42.2",
|
| 3713 |
-
"windows_x86_64_gnullvm 0.42.2",
|
| 3714 |
-
"windows_x86_64_msvc 0.42.2",
|
| 3715 |
-
]
|
| 3716 |
-
|
| 3717 |
[[package]]
|
| 3718 |
name = "windows-sys"
|
| 3719 |
version = "0.48.0"
|
|
@@ -3725,97 +3632,55 @@ dependencies = [
|
|
| 3725 |
|
| 3726 |
[[package]]
|
| 3727 |
name = "windows-targets"
|
| 3728 |
-
version = "0.48.
|
| 3729 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3730 |
-
checksum = "
|
| 3731 |
dependencies = [
|
| 3732 |
-
"windows_aarch64_gnullvm
|
| 3733 |
-
"windows_aarch64_msvc
|
| 3734 |
-
"windows_i686_gnu
|
| 3735 |
-
"windows_i686_msvc
|
| 3736 |
-
"windows_x86_64_gnu
|
| 3737 |
-
"windows_x86_64_gnullvm
|
| 3738 |
-
"windows_x86_64_msvc
|
| 3739 |
]
|
| 3740 |
|
| 3741 |
-
[[package]]
|
| 3742 |
-
name = "windows_aarch64_gnullvm"
|
| 3743 |
-
version = "0.42.2"
|
| 3744 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3745 |
-
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
| 3746 |
-
|
| 3747 |
[[package]]
|
| 3748 |
name = "windows_aarch64_gnullvm"
|
| 3749 |
version = "0.48.0"
|
| 3750 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3751 |
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
| 3752 |
|
| 3753 |
-
[[package]]
|
| 3754 |
-
name = "windows_aarch64_msvc"
|
| 3755 |
-
version = "0.42.2"
|
| 3756 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3757 |
-
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
| 3758 |
-
|
| 3759 |
[[package]]
|
| 3760 |
name = "windows_aarch64_msvc"
|
| 3761 |
version = "0.48.0"
|
| 3762 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3763 |
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
| 3764 |
|
| 3765 |
-
[[package]]
|
| 3766 |
-
name = "windows_i686_gnu"
|
| 3767 |
-
version = "0.42.2"
|
| 3768 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3769 |
-
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
| 3770 |
-
|
| 3771 |
[[package]]
|
| 3772 |
name = "windows_i686_gnu"
|
| 3773 |
version = "0.48.0"
|
| 3774 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3775 |
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
| 3776 |
|
| 3777 |
-
[[package]]
|
| 3778 |
-
name = "windows_i686_msvc"
|
| 3779 |
-
version = "0.42.2"
|
| 3780 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3781 |
-
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
| 3782 |
-
|
| 3783 |
[[package]]
|
| 3784 |
name = "windows_i686_msvc"
|
| 3785 |
version = "0.48.0"
|
| 3786 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3787 |
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
| 3788 |
|
| 3789 |
-
[[package]]
|
| 3790 |
-
name = "windows_x86_64_gnu"
|
| 3791 |
-
version = "0.42.2"
|
| 3792 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3793 |
-
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
| 3794 |
-
|
| 3795 |
[[package]]
|
| 3796 |
name = "windows_x86_64_gnu"
|
| 3797 |
version = "0.48.0"
|
| 3798 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3799 |
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
| 3800 |
|
| 3801 |
-
[[package]]
|
| 3802 |
-
name = "windows_x86_64_gnullvm"
|
| 3803 |
-
version = "0.42.2"
|
| 3804 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3805 |
-
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
| 3806 |
-
|
| 3807 |
[[package]]
|
| 3808 |
name = "windows_x86_64_gnullvm"
|
| 3809 |
version = "0.48.0"
|
| 3810 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3811 |
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
| 3812 |
|
| 3813 |
-
[[package]]
|
| 3814 |
-
name = "windows_x86_64_msvc"
|
| 3815 |
-
version = "0.42.2"
|
| 3816 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3817 |
-
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
| 3818 |
-
|
| 3819 |
[[package]]
|
| 3820 |
name = "windows_x86_64_msvc"
|
| 3821 |
version = "0.48.0"
|
|
|
|
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 9 |
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
|
| 10 |
dependencies = [
|
| 11 |
+
"bitflags 1.3.2",
|
| 12 |
"bytes 1.4.0",
|
| 13 |
"futures-core",
|
| 14 |
"futures-sink",
|
| 15 |
"memchr",
|
| 16 |
"pin-project-lite",
|
| 17 |
+
"tokio 1.29.1",
|
| 18 |
"tokio-util",
|
| 19 |
"tracing",
|
| 20 |
]
|
|
|
|
| 30 |
"actix-utils",
|
| 31 |
"actix-web",
|
| 32 |
"askama_escape",
|
| 33 |
+
"bitflags 1.3.2",
|
| 34 |
"bytes 1.4.0",
|
| 35 |
"derive_more",
|
| 36 |
"futures-core",
|
|
|
|
| 54 |
"actix-utils",
|
| 55 |
"ahash 0.8.3",
|
| 56 |
"base64 0.21.2",
|
| 57 |
+
"bitflags 1.3.2",
|
| 58 |
"brotli",
|
| 59 |
"bytes 1.4.0",
|
| 60 |
"bytestring",
|
|
|
|
| 62 |
"encoding_rs",
|
| 63 |
"flate2",
|
| 64 |
"futures-core",
|
| 65 |
+
"h2 0.3.20",
|
| 66 |
"http 0.2.9",
|
| 67 |
"httparse",
|
| 68 |
"httpdate",
|
| 69 |
+
"itoa 1.0.8",
|
| 70 |
"language-tags",
|
| 71 |
"local-channel",
|
| 72 |
"mime",
|
|
|
|
| 74 |
"pin-project-lite",
|
| 75 |
"rand 0.8.5",
|
| 76 |
"sha1",
|
| 77 |
+
"smallvec 1.11.0",
|
| 78 |
+
"tokio 1.29.1",
|
| 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.29",
|
| 91 |
"syn 1.0.109",
|
| 92 |
]
|
| 93 |
|
|
|
|
| 111 |
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
|
| 112 |
dependencies = [
|
| 113 |
"futures-core",
|
| 114 |
+
"tokio 1.29.1",
|
| 115 |
]
|
| 116 |
|
| 117 |
[[package]]
|
|
|
|
| 128 |
"mio 0.8.8",
|
| 129 |
"num_cpus",
|
| 130 |
"socket2",
|
| 131 |
+
"tokio 1.29.1",
|
| 132 |
"tracing",
|
| 133 |
]
|
| 134 |
|
|
|
|
| 178 |
"futures-core",
|
| 179 |
"futures-util",
|
| 180 |
"http 0.2.9",
|
| 181 |
+
"itoa 1.0.8",
|
| 182 |
"language-tags",
|
| 183 |
"log",
|
| 184 |
"mime",
|
|
|
|
| 188 |
"serde",
|
| 189 |
"serde_json",
|
| 190 |
"serde_urlencoded 0.7.1",
|
| 191 |
+
"smallvec 1.11.0",
|
| 192 |
"socket2",
|
| 193 |
+
"time 0.3.23",
|
| 194 |
"url 2.4.0",
|
| 195 |
]
|
| 196 |
|
|
|
|
| 201 |
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
| 202 |
dependencies = [
|
| 203 |
"actix-router",
|
| 204 |
+
"proc-macro2 1.0.64",
|
| 205 |
+
"quote 1.0.29",
|
| 206 |
"syn 1.0.109",
|
| 207 |
]
|
| 208 |
|
| 209 |
[[package]]
|
| 210 |
name = "addr2line"
|
| 211 |
+
version = "0.20.0"
|
| 212 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 213 |
+
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
| 214 |
dependencies = [
|
| 215 |
"gimli",
|
| 216 |
]
|
|
|
|
| 227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 228 |
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
| 229 |
dependencies = [
|
| 230 |
+
"getrandom",
|
| 231 |
"once_cell",
|
| 232 |
"version_check",
|
| 233 |
]
|
|
|
|
| 239 |
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
| 240 |
dependencies = [
|
| 241 |
"cfg-if 1.0.0",
|
| 242 |
+
"getrandom",
|
| 243 |
"once_cell",
|
| 244 |
"version_check",
|
| 245 |
]
|
|
|
|
| 294 |
|
| 295 |
[[package]]
|
| 296 |
name = "async-trait"
|
| 297 |
+
version = "0.1.71"
|
| 298 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 299 |
+
checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
|
| 300 |
dependencies = [
|
| 301 |
+
"proc-macro2 1.0.64",
|
| 302 |
+
"quote 1.0.29",
|
| 303 |
+
"syn 2.0.26",
|
| 304 |
]
|
| 305 |
|
| 306 |
[[package]]
|
|
|
|
| 320 |
|
| 321 |
[[package]]
|
| 322 |
name = "backtrace"
|
| 323 |
+
version = "0.3.68"
|
| 324 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 325 |
+
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
| 326 |
dependencies = [
|
| 327 |
"addr2line",
|
| 328 |
"cc",
|
| 329 |
"cfg-if 1.0.0",
|
| 330 |
"libc",
|
| 331 |
+
"miniz_oxide",
|
| 332 |
"object",
|
| 333 |
"rustc-demangle",
|
| 334 |
]
|
|
|
|
| 369 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 370 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
| 371 |
|
| 372 |
+
[[package]]
|
| 373 |
+
name = "bitflags"
|
| 374 |
+
version = "2.3.3"
|
| 375 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 376 |
+
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
| 377 |
+
|
| 378 |
[[package]]
|
| 379 |
name = "block-buffer"
|
| 380 |
version = "0.10.4"
|
|
|
|
| 517 |
|
| 518 |
[[package]]
|
| 519 |
name = "clap"
|
| 520 |
+
version = "4.3.12"
|
| 521 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 522 |
+
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
|
| 523 |
dependencies = [
|
| 524 |
"clap_builder",
|
| 525 |
]
|
| 526 |
|
| 527 |
[[package]]
|
| 528 |
name = "clap_builder"
|
| 529 |
+
version = "4.3.12"
|
| 530 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 531 |
+
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
|
| 532 |
dependencies = [
|
| 533 |
"anstyle",
|
|
|
|
| 534 |
"clap_lex",
|
| 535 |
]
|
| 536 |
|
|
|
|
| 546 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 547 |
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
| 548 |
dependencies = [
|
| 549 |
+
"bitflags 1.3.2",
|
| 550 |
]
|
| 551 |
|
| 552 |
[[package]]
|
|
|
|
| 582 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
| 583 |
dependencies = [
|
| 584 |
"percent-encoding 2.3.0",
|
| 585 |
+
"time 0.3.23",
|
| 586 |
"version_check",
|
| 587 |
]
|
| 588 |
|
|
|
|
| 622 |
|
| 623 |
[[package]]
|
| 624 |
name = "cpufeatures"
|
| 625 |
+
version = "0.2.9"
|
| 626 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 627 |
+
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
| 628 |
dependencies = [
|
| 629 |
"libc",
|
| 630 |
]
|
|
|
|
| 777 |
|
| 778 |
[[package]]
|
| 779 |
name = "cssparser"
|
| 780 |
+
version = "0.31.2"
|
| 781 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 782 |
+
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
|
| 783 |
dependencies = [
|
| 784 |
"cssparser-macros",
|
| 785 |
"dtoa-short",
|
| 786 |
+
"itoa 1.0.8",
|
| 787 |
+
"phf 0.11.2",
|
| 788 |
+
"smallvec 1.11.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 789 |
]
|
| 790 |
|
| 791 |
[[package]]
|
|
|
|
| 794 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 795 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
| 796 |
dependencies = [
|
| 797 |
+
"quote 1.0.29",
|
| 798 |
+
"syn 2.0.26",
|
| 799 |
]
|
| 800 |
|
| 801 |
[[package]]
|
|
|
|
| 805 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
| 806 |
dependencies = [
|
| 807 |
"convert_case",
|
| 808 |
+
"proc-macro2 1.0.64",
|
| 809 |
+
"quote 1.0.29",
|
| 810 |
"rustc_version 0.4.0",
|
| 811 |
"syn 1.0.109",
|
| 812 |
]
|
|
|
|
| 829 |
|
| 830 |
[[package]]
|
| 831 |
name = "dtoa"
|
| 832 |
+
version = "1.0.8"
|
| 833 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 834 |
+
checksum = "519b83cd10f5f6e969625a409f735182bea5558cd8b64c655806ceaae36f1999"
|
| 835 |
|
| 836 |
[[package]]
|
| 837 |
name = "dtoa-short"
|
|
|
|
| 839 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 840 |
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
| 841 |
dependencies = [
|
| 842 |
+
"dtoa 1.0.8",
|
| 843 |
]
|
| 844 |
|
| 845 |
[[package]]
|
|
|
|
| 894 |
dependencies = [
|
| 895 |
"errno-dragonfly",
|
| 896 |
"libc",
|
| 897 |
+
"windows-sys",
|
| 898 |
]
|
| 899 |
|
| 900 |
[[package]]
|
|
|
|
| 933 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 934 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
| 935 |
dependencies = [
|
| 936 |
+
"proc-macro2 1.0.64",
|
| 937 |
+
"quote 1.0.29",
|
| 938 |
"syn 1.0.109",
|
| 939 |
"synstructure",
|
| 940 |
]
|
|
|
|
| 966 |
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
| 967 |
dependencies = [
|
| 968 |
"crc32fast",
|
| 969 |
+
"miniz_oxide",
|
| 970 |
]
|
| 971 |
|
| 972 |
[[package]]
|
|
|
|
| 1017 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1018 |
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
| 1019 |
dependencies = [
|
| 1020 |
+
"bitflags 1.3.2",
|
| 1021 |
"fuchsia-zircon-sys",
|
| 1022 |
]
|
| 1023 |
|
|
|
|
| 1120 |
"unicode-width",
|
| 1121 |
]
|
| 1122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1123 |
[[package]]
|
| 1124 |
name = "getrandom"
|
| 1125 |
version = "0.2.10"
|
|
|
|
| 1157 |
|
| 1158 |
[[package]]
|
| 1159 |
name = "h2"
|
| 1160 |
+
version = "0.3.20"
|
| 1161 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1162 |
+
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
| 1163 |
dependencies = [
|
| 1164 |
"bytes 1.4.0",
|
| 1165 |
"fnv",
|
|
|
|
| 1169 |
"http 0.2.9",
|
| 1170 |
"indexmap",
|
| 1171 |
"slab",
|
| 1172 |
+
"tokio 1.29.1",
|
| 1173 |
"tokio-util",
|
| 1174 |
"tracing",
|
| 1175 |
]
|
|
|
|
| 1203 |
|
| 1204 |
[[package]]
|
| 1205 |
name = "hermit-abi"
|
| 1206 |
+
version = "0.3.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1207 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1208 |
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
| 1209 |
|
| 1210 |
[[package]]
|
| 1211 |
name = "html5ever"
|
|
|
|
| 1230 |
"log",
|
| 1231 |
"mac",
|
| 1232 |
"markup5ever 0.11.0",
|
| 1233 |
+
"proc-macro2 1.0.64",
|
| 1234 |
+
"quote 1.0.29",
|
| 1235 |
"syn 1.0.109",
|
| 1236 |
]
|
| 1237 |
|
|
|
|
| 1254 |
dependencies = [
|
| 1255 |
"bytes 1.4.0",
|
| 1256 |
"fnv",
|
| 1257 |
+
"itoa 1.0.8",
|
| 1258 |
]
|
| 1259 |
|
| 1260 |
[[package]]
|
|
|
|
| 1336 |
|
| 1337 |
[[package]]
|
| 1338 |
name = "hyper"
|
| 1339 |
+
version = "0.14.27"
|
| 1340 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1341 |
+
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
| 1342 |
dependencies = [
|
| 1343 |
"bytes 1.4.0",
|
| 1344 |
"futures-channel",
|
| 1345 |
"futures-core",
|
| 1346 |
"futures-util",
|
| 1347 |
+
"h2 0.3.20",
|
| 1348 |
"http 0.2.9",
|
| 1349 |
"http-body 0.4.5",
|
| 1350 |
"httparse",
|
| 1351 |
"httpdate",
|
| 1352 |
+
"itoa 1.0.8",
|
| 1353 |
"pin-project-lite",
|
| 1354 |
"socket2",
|
| 1355 |
+
"tokio 1.29.1",
|
| 1356 |
"tower-service",
|
| 1357 |
"tracing",
|
| 1358 |
"want 0.3.1",
|
|
|
|
| 1378 |
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
| 1379 |
dependencies = [
|
| 1380 |
"bytes 1.4.0",
|
| 1381 |
+
"hyper 0.14.27",
|
| 1382 |
"native-tls",
|
| 1383 |
+
"tokio 1.29.1",
|
| 1384 |
"tokio-native-tls",
|
| 1385 |
]
|
| 1386 |
|
|
|
|
| 1441 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1442 |
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
| 1443 |
dependencies = [
|
| 1444 |
+
"hermit-abi",
|
| 1445 |
"libc",
|
| 1446 |
+
"windows-sys",
|
| 1447 |
]
|
| 1448 |
|
| 1449 |
[[package]]
|
|
|
|
| 1457 |
|
| 1458 |
[[package]]
|
| 1459 |
name = "ipnet"
|
| 1460 |
+
version = "2.8.0"
|
| 1461 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1462 |
+
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
| 1463 |
|
| 1464 |
[[package]]
|
| 1465 |
name = "is-terminal"
|
| 1466 |
+
version = "0.4.9"
|
| 1467 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1468 |
+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
| 1469 |
dependencies = [
|
| 1470 |
+
"hermit-abi",
|
| 1471 |
+
"rustix 0.38.4",
|
| 1472 |
+
"windows-sys",
|
|
|
|
| 1473 |
]
|
| 1474 |
|
| 1475 |
[[package]]
|
|
|
|
| 1489 |
|
| 1490 |
[[package]]
|
| 1491 |
name = "itoa"
|
| 1492 |
+
version = "1.0.8"
|
| 1493 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1494 |
+
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
|
| 1495 |
|
| 1496 |
[[package]]
|
| 1497 |
name = "jobserver"
|
|
|
|
| 1535 |
|
| 1536 |
[[package]]
|
| 1537 |
name = "libc"
|
| 1538 |
+
version = "0.2.147"
|
| 1539 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1540 |
+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
| 1541 |
|
| 1542 |
[[package]]
|
| 1543 |
name = "linux-raw-sys"
|
|
|
|
| 1545 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1546 |
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
| 1547 |
|
| 1548 |
+
[[package]]
|
| 1549 |
+
name = "linux-raw-sys"
|
| 1550 |
+
version = "0.4.3"
|
| 1551 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1552 |
+
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
| 1553 |
+
|
| 1554 |
[[package]]
|
| 1555 |
name = "local-channel"
|
| 1556 |
version = "0.1.3"
|
|
|
|
| 1689 |
"unicase",
|
| 1690 |
]
|
| 1691 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1692 |
[[package]]
|
| 1693 |
name = "miniz_oxide"
|
| 1694 |
version = "0.7.1"
|
|
|
|
| 1726 |
"libc",
|
| 1727 |
"log",
|
| 1728 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
| 1729 |
+
"windows-sys",
|
| 1730 |
]
|
| 1731 |
|
| 1732 |
[[package]]
|
|
|
|
| 1782 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1783 |
checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
|
| 1784 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1785 |
[[package]]
|
| 1786 |
name = "num-traits"
|
| 1787 |
version = "0.2.15"
|
|
|
|
| 1793 |
|
| 1794 |
[[package]]
|
| 1795 |
name = "num_cpus"
|
| 1796 |
+
version = "1.16.0"
|
| 1797 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1798 |
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
| 1799 |
dependencies = [
|
| 1800 |
+
"hermit-abi",
|
| 1801 |
"libc",
|
| 1802 |
]
|
| 1803 |
|
| 1804 |
[[package]]
|
| 1805 |
name = "object"
|
| 1806 |
+
version = "0.31.1"
|
| 1807 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1808 |
+
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
| 1809 |
dependencies = [
|
| 1810 |
"memchr",
|
| 1811 |
]
|
|
|
|
| 1824 |
|
| 1825 |
[[package]]
|
| 1826 |
name = "openssl"
|
| 1827 |
+
version = "0.10.55"
|
| 1828 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1829 |
+
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
| 1830 |
dependencies = [
|
| 1831 |
+
"bitflags 1.3.2",
|
| 1832 |
"cfg-if 1.0.0",
|
| 1833 |
"foreign-types",
|
| 1834 |
"libc",
|
|
|
|
| 1843 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1844 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
| 1845 |
dependencies = [
|
| 1846 |
+
"proc-macro2 1.0.64",
|
| 1847 |
+
"quote 1.0.29",
|
| 1848 |
+
"syn 2.0.26",
|
| 1849 |
]
|
| 1850 |
|
| 1851 |
[[package]]
|
|
|
|
| 1856 |
|
| 1857 |
[[package]]
|
| 1858 |
name = "openssl-sys"
|
| 1859 |
+
version = "0.9.90"
|
| 1860 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1861 |
+
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
| 1862 |
dependencies = [
|
| 1863 |
"cc",
|
| 1864 |
"libc",
|
|
|
|
| 1911 |
"cfg-if 1.0.0",
|
| 1912 |
"libc",
|
| 1913 |
"redox_syscall 0.3.5",
|
| 1914 |
+
"smallvec 1.11.0",
|
| 1915 |
"windows-targets",
|
| 1916 |
]
|
| 1917 |
|
| 1918 |
[[package]]
|
| 1919 |
name = "paste"
|
| 1920 |
+
version = "1.0.13"
|
| 1921 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1922 |
+
checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
|
| 1923 |
|
| 1924 |
[[package]]
|
| 1925 |
name = "percent-encoding"
|
|
|
|
| 1935 |
|
| 1936 |
[[package]]
|
| 1937 |
name = "pest"
|
| 1938 |
+
version = "2.7.0"
|
| 1939 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1940 |
+
checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
|
| 1941 |
dependencies = [
|
| 1942 |
"thiserror",
|
| 1943 |
"ucd-trie",
|
|
|
|
| 1945 |
|
| 1946 |
[[package]]
|
| 1947 |
name = "pest_derive"
|
| 1948 |
+
version = "2.7.0"
|
| 1949 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1950 |
+
checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
|
| 1951 |
dependencies = [
|
| 1952 |
"pest",
|
| 1953 |
"pest_generator",
|
|
|
|
| 1955 |
|
| 1956 |
[[package]]
|
| 1957 |
name = "pest_generator"
|
| 1958 |
+
version = "2.7.0"
|
| 1959 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1960 |
+
checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
|
| 1961 |
dependencies = [
|
| 1962 |
"pest",
|
| 1963 |
"pest_meta",
|
| 1964 |
+
"proc-macro2 1.0.64",
|
| 1965 |
+
"quote 1.0.29",
|
| 1966 |
+
"syn 2.0.26",
|
| 1967 |
]
|
| 1968 |
|
| 1969 |
[[package]]
|
| 1970 |
name = "pest_meta"
|
| 1971 |
+
version = "2.7.0"
|
| 1972 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1973 |
+
checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
|
| 1974 |
dependencies = [
|
| 1975 |
"once_cell",
|
| 1976 |
"pest",
|
|
|
|
| 1988 |
|
| 1989 |
[[package]]
|
| 1990 |
name = "phf"
|
| 1991 |
+
version = "0.10.1"
|
| 1992 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1993 |
+
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
| 1994 |
dependencies = [
|
| 1995 |
+
"phf_shared 0.10.0",
|
| 1996 |
]
|
| 1997 |
|
| 1998 |
[[package]]
|
| 1999 |
name = "phf"
|
| 2000 |
+
version = "0.11.2"
|
| 2001 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2002 |
+
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
| 2003 |
dependencies = [
|
| 2004 |
"phf_macros",
|
| 2005 |
+
"phf_shared 0.11.2",
|
|
|
|
| 2006 |
]
|
| 2007 |
|
| 2008 |
[[package]]
|
|
|
|
| 2015 |
"phf_shared 0.7.24",
|
| 2016 |
]
|
| 2017 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2018 |
[[package]]
|
| 2019 |
name = "phf_codegen"
|
| 2020 |
version = "0.10.0"
|
|
|
|
| 2037 |
|
| 2038 |
[[package]]
|
| 2039 |
name = "phf_generator"
|
| 2040 |
+
version = "0.10.0"
|
| 2041 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2042 |
+
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
| 2043 |
dependencies = [
|
| 2044 |
+
"phf_shared 0.10.0",
|
| 2045 |
+
"rand 0.8.5",
|
| 2046 |
]
|
| 2047 |
|
| 2048 |
[[package]]
|
| 2049 |
name = "phf_generator"
|
| 2050 |
+
version = "0.11.2"
|
| 2051 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2052 |
+
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
| 2053 |
dependencies = [
|
| 2054 |
+
"phf_shared 0.11.2",
|
| 2055 |
"rand 0.8.5",
|
| 2056 |
]
|
| 2057 |
|
| 2058 |
[[package]]
|
| 2059 |
name = "phf_macros"
|
| 2060 |
+
version = "0.11.2"
|
| 2061 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2062 |
+
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
| 2063 |
dependencies = [
|
| 2064 |
+
"phf_generator 0.11.2",
|
| 2065 |
+
"phf_shared 0.11.2",
|
| 2066 |
+
"proc-macro2 1.0.64",
|
| 2067 |
+
"quote 1.0.29",
|
| 2068 |
+
"syn 2.0.26",
|
|
|
|
| 2069 |
]
|
| 2070 |
|
| 2071 |
[[package]]
|
|
|
|
| 2079 |
|
| 2080 |
[[package]]
|
| 2081 |
name = "phf_shared"
|
| 2082 |
+
version = "0.10.0"
|
| 2083 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2084 |
+
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
| 2085 |
dependencies = [
|
| 2086 |
"siphasher 0.3.10",
|
| 2087 |
]
|
| 2088 |
|
| 2089 |
[[package]]
|
| 2090 |
name = "phf_shared"
|
| 2091 |
+
version = "0.11.2"
|
| 2092 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2093 |
+
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
| 2094 |
dependencies = [
|
| 2095 |
"siphasher 0.3.10",
|
| 2096 |
]
|
| 2097 |
|
| 2098 |
[[package]]
|
| 2099 |
name = "pin-project-lite"
|
| 2100 |
+
version = "0.2.10"
|
| 2101 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2102 |
+
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
|
| 2103 |
|
| 2104 |
[[package]]
|
| 2105 |
name = "pin-utils"
|
|
|
|
| 2153 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2154 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
| 2155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2156 |
[[package]]
|
| 2157 |
name = "proc-macro2"
|
| 2158 |
version = "0.4.30"
|
|
|
|
| 2164 |
|
| 2165 |
[[package]]
|
| 2166 |
name = "proc-macro2"
|
| 2167 |
+
version = "1.0.64"
|
| 2168 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2169 |
+
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
|
| 2170 |
dependencies = [
|
| 2171 |
"unicode-ident",
|
| 2172 |
]
|
|
|
|
| 2192 |
|
| 2193 |
[[package]]
|
| 2194 |
name = "quote"
|
| 2195 |
+
version = "1.0.29"
|
| 2196 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2197 |
+
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
| 2198 |
dependencies = [
|
| 2199 |
+
"proc-macro2 1.0.64",
|
| 2200 |
]
|
| 2201 |
|
| 2202 |
[[package]]
|
|
|
|
| 2209 |
"libc",
|
| 2210 |
"rand_chacha 0.1.1",
|
| 2211 |
"rand_core 0.4.2",
|
| 2212 |
+
"rand_hc",
|
| 2213 |
"rand_isaac",
|
| 2214 |
"rand_jitter",
|
| 2215 |
"rand_os",
|
| 2216 |
+
"rand_pcg",
|
| 2217 |
"rand_xorshift",
|
| 2218 |
"winapi 0.3.9",
|
| 2219 |
]
|
| 2220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2221 |
[[package]]
|
| 2222 |
name = "rand"
|
| 2223 |
version = "0.8.5"
|
|
|
|
| 2239 |
"rand_core 0.3.1",
|
| 2240 |
]
|
| 2241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2242 |
[[package]]
|
| 2243 |
name = "rand_chacha"
|
| 2244 |
version = "0.3.1"
|
|
|
|
| 2264 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2265 |
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
| 2266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2267 |
[[package]]
|
| 2268 |
name = "rand_core"
|
| 2269 |
version = "0.6.4"
|
| 2270 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2271 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
| 2272 |
dependencies = [
|
| 2273 |
+
"getrandom",
|
| 2274 |
]
|
| 2275 |
|
| 2276 |
[[package]]
|
|
|
|
| 2282 |
"rand_core 0.3.1",
|
| 2283 |
]
|
| 2284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2285 |
[[package]]
|
| 2286 |
name = "rand_isaac"
|
| 2287 |
version = "0.1.1"
|
|
|
|
| 2326 |
"rand_core 0.4.2",
|
| 2327 |
]
|
| 2328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2329 |
[[package]]
|
| 2330 |
name = "rand_xorshift"
|
| 2331 |
version = "0.1.1"
|
|
|
|
| 2373 |
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
|
| 2374 |
dependencies = [
|
| 2375 |
"combine",
|
| 2376 |
+
"itoa 1.0.8",
|
| 2377 |
"percent-encoding 2.3.0",
|
| 2378 |
"ryu",
|
| 2379 |
"sha1_smol",
|
|
|
|
| 2392 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2393 |
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
| 2394 |
dependencies = [
|
| 2395 |
+
"bitflags 1.3.2",
|
| 2396 |
]
|
| 2397 |
|
| 2398 |
[[package]]
|
| 2399 |
name = "regex"
|
| 2400 |
+
version = "1.9.1"
|
| 2401 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2402 |
+
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
| 2403 |
+
dependencies = [
|
| 2404 |
+
"aho-corasick",
|
| 2405 |
+
"memchr",
|
| 2406 |
+
"regex-automata",
|
| 2407 |
+
"regex-syntax",
|
| 2408 |
+
]
|
| 2409 |
+
|
| 2410 |
+
[[package]]
|
| 2411 |
+
name = "regex-automata"
|
| 2412 |
+
version = "0.3.3"
|
| 2413 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2414 |
+
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
| 2415 |
dependencies = [
|
| 2416 |
"aho-corasick",
|
| 2417 |
"memchr",
|
|
|
|
| 2420 |
|
| 2421 |
[[package]]
|
| 2422 |
name = "regex-syntax"
|
| 2423 |
+
version = "0.7.4"
|
| 2424 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2425 |
+
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
| 2426 |
|
| 2427 |
[[package]]
|
| 2428 |
name = "reqwest"
|
|
|
|
| 2469 |
"encoding_rs",
|
| 2470 |
"futures-core",
|
| 2471 |
"futures-util",
|
| 2472 |
+
"h2 0.3.20",
|
| 2473 |
"http 0.2.9",
|
| 2474 |
"http-body 0.4.5",
|
| 2475 |
+
"hyper 0.14.27",
|
| 2476 |
"hyper-tls 0.5.0",
|
| 2477 |
"ipnet",
|
| 2478 |
"js-sys",
|
|
|
|
| 2485 |
"serde",
|
| 2486 |
"serde_json",
|
| 2487 |
"serde_urlencoded 0.7.1",
|
| 2488 |
+
"tokio 1.29.1",
|
| 2489 |
"tokio-native-tls",
|
| 2490 |
"tower-service",
|
| 2491 |
"url 2.4.0",
|
|
|
|
| 2497 |
|
| 2498 |
[[package]]
|
| 2499 |
name = "rlua"
|
| 2500 |
+
version = "0.19.7"
|
| 2501 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2502 |
+
checksum = "5d33e5ba15c3d43178f283ed5863d4531e292fc0e56fb773f3bea45f18e3a42a"
|
| 2503 |
dependencies = [
|
| 2504 |
+
"bitflags 1.3.2",
|
| 2505 |
"bstr",
|
| 2506 |
"libc",
|
| 2507 |
"num-traits",
|
|
|
|
| 2510 |
|
| 2511 |
[[package]]
|
| 2512 |
name = "rlua-lua54-sys"
|
| 2513 |
+
version = "0.1.6"
|
| 2514 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2515 |
+
checksum = "7aafabafe1895cb4a2be81a56d7ff3d46bf4b5d2f9cfdbea2ed404cdabe96474"
|
| 2516 |
dependencies = [
|
| 2517 |
"cc",
|
| 2518 |
"libc",
|
|
|
|
| 2545 |
|
| 2546 |
[[package]]
|
| 2547 |
name = "rustix"
|
| 2548 |
+
version = "0.37.23"
|
| 2549 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2550 |
+
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
| 2551 |
dependencies = [
|
| 2552 |
+
"bitflags 1.3.2",
|
| 2553 |
"errno",
|
| 2554 |
"io-lifetimes",
|
| 2555 |
"libc",
|
| 2556 |
+
"linux-raw-sys 0.3.8",
|
| 2557 |
+
"windows-sys",
|
| 2558 |
+
]
|
| 2559 |
+
|
| 2560 |
+
[[package]]
|
| 2561 |
+
name = "rustix"
|
| 2562 |
+
version = "0.38.4"
|
| 2563 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2564 |
+
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
| 2565 |
+
dependencies = [
|
| 2566 |
+
"bitflags 2.3.3",
|
| 2567 |
+
"errno",
|
| 2568 |
+
"libc",
|
| 2569 |
+
"linux-raw-sys 0.4.3",
|
| 2570 |
+
"windows-sys",
|
| 2571 |
]
|
| 2572 |
|
| 2573 |
[[package]]
|
|
|
|
| 2584 |
|
| 2585 |
[[package]]
|
| 2586 |
name = "ryu"
|
| 2587 |
+
version = "1.0.14"
|
| 2588 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2589 |
+
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
|
| 2590 |
|
| 2591 |
[[package]]
|
| 2592 |
name = "same-file"
|
|
|
|
| 2599 |
|
| 2600 |
[[package]]
|
| 2601 |
name = "schannel"
|
| 2602 |
+
version = "0.1.22"
|
| 2603 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2604 |
+
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
| 2605 |
dependencies = [
|
| 2606 |
+
"windows-sys",
|
| 2607 |
]
|
| 2608 |
|
| 2609 |
[[package]]
|
|
|
|
| 2614 |
|
| 2615 |
[[package]]
|
| 2616 |
name = "scraper"
|
| 2617 |
+
version = "0.17.1"
|
| 2618 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2619 |
+
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
| 2620 |
dependencies = [
|
| 2621 |
"ahash 0.8.3",
|
| 2622 |
"cssparser",
|
|
|
|
| 2625 |
"html5ever 0.26.0",
|
| 2626 |
"once_cell",
|
| 2627 |
"selectors",
|
| 2628 |
+
"smallvec 1.11.0",
|
| 2629 |
"tendril",
|
| 2630 |
]
|
| 2631 |
|
|
|
|
| 2635 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2636 |
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
| 2637 |
dependencies = [
|
| 2638 |
+
"bitflags 1.3.2",
|
| 2639 |
"core-foundation",
|
| 2640 |
"core-foundation-sys",
|
| 2641 |
"libc",
|
|
|
|
| 2664 |
|
| 2665 |
[[package]]
|
| 2666 |
name = "selectors"
|
| 2667 |
+
version = "0.25.0"
|
| 2668 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2669 |
+
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
|
| 2670 |
dependencies = [
|
| 2671 |
+
"bitflags 2.3.3",
|
| 2672 |
"cssparser",
|
| 2673 |
"derive_more",
|
| 2674 |
"fxhash",
|
| 2675 |
"log",
|
| 2676 |
+
"new_debug_unreachable",
|
| 2677 |
+
"phf 0.10.1",
|
| 2678 |
+
"phf_codegen 0.10.0",
|
| 2679 |
"precomputed-hash",
|
| 2680 |
"servo_arc",
|
| 2681 |
+
"smallvec 1.11.0",
|
| 2682 |
]
|
| 2683 |
|
| 2684 |
[[package]]
|
|
|
|
| 2704 |
|
| 2705 |
[[package]]
|
| 2706 |
name = "serde"
|
| 2707 |
+
version = "1.0.171"
|
| 2708 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2709 |
+
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
|
| 2710 |
dependencies = [
|
| 2711 |
"serde_derive",
|
| 2712 |
]
|
| 2713 |
|
| 2714 |
[[package]]
|
| 2715 |
name = "serde_derive"
|
| 2716 |
+
version = "1.0.171"
|
| 2717 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2718 |
+
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
|
| 2719 |
dependencies = [
|
| 2720 |
+
"proc-macro2 1.0.64",
|
| 2721 |
+
"quote 1.0.29",
|
| 2722 |
+
"syn 2.0.26",
|
| 2723 |
]
|
| 2724 |
|
| 2725 |
[[package]]
|
| 2726 |
name = "serde_json"
|
| 2727 |
+
version = "1.0.102"
|
| 2728 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2729 |
+
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
|
| 2730 |
dependencies = [
|
| 2731 |
+
"itoa 1.0.8",
|
| 2732 |
"ryu",
|
| 2733 |
"serde",
|
| 2734 |
]
|
|
|
|
| 2752 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
| 2753 |
dependencies = [
|
| 2754 |
"form_urlencoded",
|
| 2755 |
+
"itoa 1.0.8",
|
| 2756 |
"ryu",
|
| 2757 |
"serde",
|
| 2758 |
]
|
| 2759 |
|
| 2760 |
[[package]]
|
| 2761 |
name = "servo_arc"
|
| 2762 |
+
version = "0.3.0"
|
| 2763 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2764 |
+
checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
|
| 2765 |
dependencies = [
|
|
|
|
| 2766 |
"stable_deref_trait",
|
| 2767 |
]
|
| 2768 |
|
|
|
|
| 2835 |
|
| 2836 |
[[package]]
|
| 2837 |
name = "smallvec"
|
| 2838 |
+
version = "1.11.0"
|
| 2839 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2840 |
+
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
| 2841 |
|
| 2842 |
[[package]]
|
| 2843 |
name = "socket2"
|
|
|
|
| 2901 |
dependencies = [
|
| 2902 |
"phf_generator 0.7.24",
|
| 2903 |
"phf_shared 0.7.24",
|
| 2904 |
+
"proc-macro2 1.0.64",
|
| 2905 |
+
"quote 1.0.29",
|
| 2906 |
"string_cache_shared",
|
| 2907 |
]
|
| 2908 |
|
|
|
|
| 2914 |
dependencies = [
|
| 2915 |
"phf_generator 0.10.0",
|
| 2916 |
"phf_shared 0.10.0",
|
| 2917 |
+
"proc-macro2 1.0.64",
|
| 2918 |
+
"quote 1.0.29",
|
| 2919 |
]
|
| 2920 |
|
| 2921 |
[[package]]
|
|
|
|
| 2941 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2942 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
| 2943 |
dependencies = [
|
| 2944 |
+
"proc-macro2 1.0.64",
|
| 2945 |
+
"quote 1.0.29",
|
| 2946 |
"unicode-ident",
|
| 2947 |
]
|
| 2948 |
|
| 2949 |
[[package]]
|
| 2950 |
name = "syn"
|
| 2951 |
+
version = "2.0.26"
|
| 2952 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2953 |
+
checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
|
| 2954 |
dependencies = [
|
| 2955 |
+
"proc-macro2 1.0.64",
|
| 2956 |
+
"quote 1.0.29",
|
| 2957 |
"unicode-ident",
|
| 2958 |
]
|
| 2959 |
|
|
|
|
| 2963 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2964 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
| 2965 |
dependencies = [
|
| 2966 |
+
"proc-macro2 1.0.64",
|
| 2967 |
+
"quote 1.0.29",
|
| 2968 |
"syn 1.0.109",
|
| 2969 |
"unicode-xid 0.2.4",
|
| 2970 |
]
|
|
|
|
| 2979 |
"cfg-if 1.0.0",
|
| 2980 |
"fastrand",
|
| 2981 |
"redox_syscall 0.3.5",
|
| 2982 |
+
"rustix 0.37.23",
|
| 2983 |
+
"windows-sys",
|
| 2984 |
]
|
| 2985 |
|
| 2986 |
[[package]]
|
|
|
|
| 3005 |
|
| 3006 |
[[package]]
|
| 3007 |
name = "thiserror"
|
| 3008 |
+
version = "1.0.43"
|
| 3009 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3010 |
+
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
|
| 3011 |
dependencies = [
|
| 3012 |
"thiserror-impl",
|
| 3013 |
]
|
| 3014 |
|
| 3015 |
[[package]]
|
| 3016 |
name = "thiserror-impl"
|
| 3017 |
+
version = "1.0.43"
|
| 3018 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3019 |
+
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
|
| 3020 |
dependencies = [
|
| 3021 |
+
"proc-macro2 1.0.64",
|
| 3022 |
+
"quote 1.0.29",
|
| 3023 |
+
"syn 2.0.26",
|
| 3024 |
]
|
| 3025 |
|
| 3026 |
[[package]]
|
|
|
|
| 3036 |
|
| 3037 |
[[package]]
|
| 3038 |
name = "time"
|
| 3039 |
+
version = "0.3.23"
|
| 3040 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3041 |
+
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
|
| 3042 |
dependencies = [
|
| 3043 |
+
"itoa 1.0.8",
|
| 3044 |
"serde",
|
| 3045 |
"time-core",
|
| 3046 |
"time-macros",
|
|
|
|
| 3054 |
|
| 3055 |
[[package]]
|
| 3056 |
name = "time-macros"
|
| 3057 |
+
version = "0.2.10"
|
| 3058 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3059 |
+
checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
|
| 3060 |
dependencies = [
|
| 3061 |
"time-core",
|
| 3062 |
]
|
|
|
|
| 3107 |
|
| 3108 |
[[package]]
|
| 3109 |
name = "tokio"
|
| 3110 |
+
version = "1.29.1"
|
| 3111 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3112 |
+
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
|
| 3113 |
dependencies = [
|
| 3114 |
"autocfg 1.1.0",
|
| 3115 |
+
"backtrace",
|
| 3116 |
"bytes 1.4.0",
|
| 3117 |
"libc",
|
| 3118 |
"mio 0.8.8",
|
|
|
|
| 3122 |
"signal-hook-registry",
|
| 3123 |
"socket2",
|
| 3124 |
"tokio-macros",
|
| 3125 |
+
"windows-sys",
|
| 3126 |
]
|
| 3127 |
|
| 3128 |
[[package]]
|
|
|
|
| 3173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3174 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
| 3175 |
dependencies = [
|
| 3176 |
+
"proc-macro2 1.0.64",
|
| 3177 |
+
"quote 1.0.29",
|
| 3178 |
+
"syn 2.0.26",
|
| 3179 |
]
|
| 3180 |
|
| 3181 |
[[package]]
|
|
|
|
| 3185 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
| 3186 |
dependencies = [
|
| 3187 |
"native-tls",
|
| 3188 |
+
"tokio 1.29.1",
|
| 3189 |
]
|
| 3190 |
|
| 3191 |
[[package]]
|
|
|
|
| 3270 |
"futures-core",
|
| 3271 |
"futures-sink",
|
| 3272 |
"pin-project-lite",
|
| 3273 |
+
"tokio 1.29.1",
|
| 3274 |
"tracing",
|
| 3275 |
]
|
| 3276 |
|
|
|
|
| 3333 |
|
| 3334 |
[[package]]
|
| 3335 |
name = "ucd-trie"
|
| 3336 |
+
version = "0.1.6"
|
| 3337 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3338 |
+
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
| 3339 |
|
| 3340 |
[[package]]
|
| 3341 |
name = "unicase"
|
|
|
|
| 3354 |
|
| 3355 |
[[package]]
|
| 3356 |
name = "unicode-ident"
|
| 3357 |
+
version = "1.0.11"
|
| 3358 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3359 |
+
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
| 3360 |
|
| 3361 |
[[package]]
|
| 3362 |
name = "unicode-normalization"
|
|
|
|
| 3464 |
"try-lock",
|
| 3465 |
]
|
| 3466 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3467 |
[[package]]
|
| 3468 |
name = "wasi"
|
| 3469 |
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
| 3495 |
"bumpalo",
|
| 3496 |
"log",
|
| 3497 |
"once_cell",
|
| 3498 |
+
"proc-macro2 1.0.64",
|
| 3499 |
+
"quote 1.0.29",
|
| 3500 |
+
"syn 2.0.26",
|
| 3501 |
"wasm-bindgen-shared",
|
| 3502 |
]
|
| 3503 |
|
|
|
|
| 3519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3520 |
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
| 3521 |
dependencies = [
|
| 3522 |
+
"quote 1.0.29",
|
| 3523 |
"wasm-bindgen-macro-support",
|
| 3524 |
]
|
| 3525 |
|
|
|
|
| 3529 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3530 |
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
| 3531 |
dependencies = [
|
| 3532 |
+
"proc-macro2 1.0.64",
|
| 3533 |
+
"quote 1.0.29",
|
| 3534 |
+
"syn 2.0.26",
|
| 3535 |
"wasm-bindgen-backend",
|
| 3536 |
"wasm-bindgen-shared",
|
| 3537 |
]
|
|
|
|
| 3554 |
|
| 3555 |
[[package]]
|
| 3556 |
name = "websurfx"
|
| 3557 |
+
version = "0.14.0"
|
| 3558 |
dependencies = [
|
| 3559 |
"actix-files",
|
| 3560 |
"actix-web",
|
|
|
|
| 3575 |
"scraper",
|
| 3576 |
"serde",
|
| 3577 |
"serde_json",
|
| 3578 |
+
"tokio 1.29.1",
|
| 3579 |
]
|
| 3580 |
|
| 3581 |
[[package]]
|
|
|
|
| 3621 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3622 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
| 3623 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3624 |
[[package]]
|
| 3625 |
name = "windows-sys"
|
| 3626 |
version = "0.48.0"
|
|
|
|
| 3632 |
|
| 3633 |
[[package]]
|
| 3634 |
name = "windows-targets"
|
| 3635 |
+
version = "0.48.1"
|
| 3636 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3637 |
+
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
| 3638 |
dependencies = [
|
| 3639 |
+
"windows_aarch64_gnullvm",
|
| 3640 |
+
"windows_aarch64_msvc",
|
| 3641 |
+
"windows_i686_gnu",
|
| 3642 |
+
"windows_i686_msvc",
|
| 3643 |
+
"windows_x86_64_gnu",
|
| 3644 |
+
"windows_x86_64_gnullvm",
|
| 3645 |
+
"windows_x86_64_msvc",
|
| 3646 |
]
|
| 3647 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3648 |
[[package]]
|
| 3649 |
name = "windows_aarch64_gnullvm"
|
| 3650 |
version = "0.48.0"
|
| 3651 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3652 |
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
| 3653 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3654 |
[[package]]
|
| 3655 |
name = "windows_aarch64_msvc"
|
| 3656 |
version = "0.48.0"
|
| 3657 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3658 |
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
| 3659 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3660 |
[[package]]
|
| 3661 |
name = "windows_i686_gnu"
|
| 3662 |
version = "0.48.0"
|
| 3663 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3664 |
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
| 3665 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3666 |
[[package]]
|
| 3667 |
name = "windows_i686_msvc"
|
| 3668 |
version = "0.48.0"
|
| 3669 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3670 |
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
| 3671 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3672 |
[[package]]
|
| 3673 |
name = "windows_x86_64_gnu"
|
| 3674 |
version = "0.48.0"
|
| 3675 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3676 |
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
| 3677 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3678 |
[[package]]
|
| 3679 |
name = "windows_x86_64_gnullvm"
|
| 3680 |
version = "0.48.0"
|
| 3681 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3682 |
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
| 3683 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3684 |
[[package]]
|
| 3685 |
name = "windows_x86_64_msvc"
|
| 3686 |
version = "0.48.0"
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[package]
|
| 2 |
name = "websurfx"
|
| 3 |
-
version = "0.
|
| 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.14.0"
|
| 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"
|