Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
66669a0
1
Parent(s):
faf9995
π chore: bump the app version (#375)
Browse files- Cargo.lock +104 -114
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -65,7 +65,7 @@ checksum = "46ff2d40f2bc627b8054c5e20fa6b0b0cf9428699b54bd41634e9ae3098ad555"
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
-
"futures 0.3.
|
69 |
"governor",
|
70 |
]
|
71 |
|
@@ -248,9 +248,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
248 |
|
249 |
[[package]]
|
250 |
name = "ahash"
|
251 |
-
version = "0.8.
|
252 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 |
-
checksum = "
|
254 |
dependencies = [
|
255 |
"cfg-if 1.0.0",
|
256 |
"getrandom",
|
@@ -424,9 +424,9 @@ dependencies = [
|
|
424 |
|
425 |
[[package]]
|
426 |
name = "brotli-decompressor"
|
427 |
-
version = "2.5.
|
428 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
429 |
-
checksum = "
|
430 |
dependencies = [
|
431 |
"alloc-no-stdlib",
|
432 |
"alloc-stdlib",
|
@@ -450,9 +450,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
|
450 |
|
451 |
[[package]]
|
452 |
name = "bytecount"
|
453 |
-
version = "0.6.
|
454 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
455 |
-
checksum = "
|
456 |
|
457 |
[[package]]
|
458 |
name = "byteorder"
|
@@ -479,9 +479,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
479 |
|
480 |
[[package]]
|
481 |
name = "bytestring"
|
482 |
-
version = "1.3.
|
483 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
484 |
-
checksum = "
|
485 |
dependencies = [
|
486 |
"bytes 1.5.0",
|
487 |
]
|
@@ -583,18 +583,18 @@ dependencies = [
|
|
583 |
|
584 |
[[package]]
|
585 |
name = "clap"
|
586 |
-
version = "4.4.
|
587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
588 |
-
checksum = "
|
589 |
dependencies = [
|
590 |
"clap_builder",
|
591 |
]
|
592 |
|
593 |
[[package]]
|
594 |
name = "clap_builder"
|
595 |
-
version = "4.4.
|
596 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597 |
-
checksum = "
|
598 |
dependencies = [
|
599 |
"anstyle",
|
600 |
"clap_lex",
|
@@ -602,9 +602,9 @@ dependencies = [
|
|
602 |
|
603 |
[[package]]
|
604 |
name = "clap_lex"
|
605 |
-
version = "0.
|
606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
607 |
-
checksum = "
|
608 |
|
609 |
[[package]]
|
610 |
name = "cloudabi"
|
@@ -692,9 +692,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
692 |
|
693 |
[[package]]
|
694 |
name = "cpufeatures"
|
695 |
-
version = "0.2.
|
696 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
697 |
-
checksum = "
|
698 |
dependencies = [
|
699 |
"libc",
|
700 |
]
|
@@ -1148,9 +1148,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
1148 |
|
1149 |
[[package]]
|
1150 |
name = "futures"
|
1151 |
-
version = "0.3.
|
1152 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153 |
-
checksum = "
|
1154 |
dependencies = [
|
1155 |
"futures-channel",
|
1156 |
"futures-core",
|
@@ -1163,9 +1163,9 @@ dependencies = [
|
|
1163 |
|
1164 |
[[package]]
|
1165 |
name = "futures-channel"
|
1166 |
-
version = "0.3.
|
1167 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168 |
-
checksum = "
|
1169 |
dependencies = [
|
1170 |
"futures-core",
|
1171 |
"futures-sink",
|
@@ -1173,9 +1173,9 @@ dependencies = [
|
|
1173 |
|
1174 |
[[package]]
|
1175 |
name = "futures-core"
|
1176 |
-
version = "0.3.
|
1177 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1178 |
-
checksum = "
|
1179 |
|
1180 |
[[package]]
|
1181 |
name = "futures-cpupool"
|
@@ -1189,9 +1189,9 @@ dependencies = [
|
|
1189 |
|
1190 |
[[package]]
|
1191 |
name = "futures-executor"
|
1192 |
-
version = "0.3.
|
1193 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1194 |
-
checksum = "
|
1195 |
dependencies = [
|
1196 |
"futures-core",
|
1197 |
"futures-task",
|
@@ -1200,15 +1200,15 @@ dependencies = [
|
|
1200 |
|
1201 |
[[package]]
|
1202 |
name = "futures-io"
|
1203 |
-
version = "0.3.
|
1204 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205 |
-
checksum = "
|
1206 |
|
1207 |
[[package]]
|
1208 |
name = "futures-macro"
|
1209 |
-
version = "0.3.
|
1210 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1211 |
-
checksum = "
|
1212 |
dependencies = [
|
1213 |
"proc-macro2 1.0.69",
|
1214 |
"quote 1.0.33",
|
@@ -1217,15 +1217,15 @@ dependencies = [
|
|
1217 |
|
1218 |
[[package]]
|
1219 |
name = "futures-sink"
|
1220 |
-
version = "0.3.
|
1221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1222 |
-
checksum = "
|
1223 |
|
1224 |
[[package]]
|
1225 |
name = "futures-task"
|
1226 |
-
version = "0.3.
|
1227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 |
-
checksum = "
|
1229 |
|
1230 |
[[package]]
|
1231 |
name = "futures-timer"
|
@@ -1235,9 +1235,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
1235 |
|
1236 |
[[package]]
|
1237 |
name = "futures-util"
|
1238 |
-
version = "0.3.
|
1239 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1240 |
-
checksum = "
|
1241 |
dependencies = [
|
1242 |
"futures-channel",
|
1243 |
"futures-core",
|
@@ -1310,7 +1310,7 @@ checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5"
|
|
1310 |
dependencies = [
|
1311 |
"cfg-if 1.0.0",
|
1312 |
"dashmap",
|
1313 |
-
"futures 0.3.
|
1314 |
"futures-timer",
|
1315 |
"no-std-compat",
|
1316 |
"nonzero_ext",
|
@@ -1558,9 +1558,9 @@ dependencies = [
|
|
1558 |
|
1559 |
[[package]]
|
1560 |
name = "hyper-rustls"
|
1561 |
-
version = "0.24.
|
1562 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1563 |
-
checksum = "
|
1564 |
dependencies = [
|
1565 |
"futures-util",
|
1566 |
"http 0.2.9",
|
@@ -1683,9 +1683,9 @@ dependencies = [
|
|
1683 |
|
1684 |
[[package]]
|
1685 |
name = "js-sys"
|
1686 |
-
version = "0.3.
|
1687 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1688 |
-
checksum = "
|
1689 |
dependencies = [
|
1690 |
"wasm-bindgen",
|
1691 |
]
|
@@ -1736,9 +1736,9 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
|
1736 |
|
1737 |
[[package]]
|
1738 |
name = "local-channel"
|
1739 |
-
version = "0.1.
|
1740 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741 |
-
checksum = "
|
1742 |
dependencies = [
|
1743 |
"futures-core",
|
1744 |
"futures-sink",
|
@@ -1747,9 +1747,9 @@ dependencies = [
|
|
1747 |
|
1748 |
[[package]]
|
1749 |
name = "local-waker"
|
1750 |
-
version = "0.1.
|
1751 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1752 |
-
checksum = "
|
1753 |
|
1754 |
[[package]]
|
1755 |
name = "lock_api"
|
@@ -2106,9 +2106,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
2106 |
|
2107 |
[[package]]
|
2108 |
name = "openssl"
|
2109 |
-
version = "0.10.
|
2110 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2111 |
-
checksum = "
|
2112 |
dependencies = [
|
2113 |
"bitflags 2.4.1",
|
2114 |
"cfg-if 1.0.0",
|
@@ -2138,9 +2138,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
2138 |
|
2139 |
[[package]]
|
2140 |
name = "openssl-sys"
|
2141 |
-
version = "0.9.
|
2142 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2143 |
-
checksum = "
|
2144 |
dependencies = [
|
2145 |
"cc",
|
2146 |
"libc",
|
@@ -2217,9 +2217,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
2217 |
|
2218 |
[[package]]
|
2219 |
name = "pest"
|
2220 |
-
version = "2.7.
|
2221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2222 |
-
checksum = "
|
2223 |
dependencies = [
|
2224 |
"memchr",
|
2225 |
"thiserror",
|
@@ -2228,9 +2228,9 @@ dependencies = [
|
|
2228 |
|
2229 |
[[package]]
|
2230 |
name = "pest_derive"
|
2231 |
-
version = "2.7.
|
2232 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2233 |
-
checksum = "
|
2234 |
dependencies = [
|
2235 |
"pest",
|
2236 |
"pest_generator",
|
@@ -2238,9 +2238,9 @@ dependencies = [
|
|
2238 |
|
2239 |
[[package]]
|
2240 |
name = "pest_generator"
|
2241 |
-
version = "2.7.
|
2242 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2243 |
-
checksum = "
|
2244 |
dependencies = [
|
2245 |
"pest",
|
2246 |
"pest_meta",
|
@@ -2251,9 +2251,9 @@ dependencies = [
|
|
2251 |
|
2252 |
[[package]]
|
2253 |
name = "pest_meta"
|
2254 |
-
version = "2.7.
|
2255 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2256 |
-
checksum = "
|
2257 |
dependencies = [
|
2258 |
"once_cell",
|
2259 |
"pest",
|
@@ -2719,7 +2719,7 @@ dependencies = [
|
|
2719 |
"async-trait",
|
2720 |
"bytes 1.5.0",
|
2721 |
"combine",
|
2722 |
-
"futures 0.3.
|
2723 |
"futures-util",
|
2724 |
"itoa 1.0.9",
|
2725 |
"percent-encoding 2.3.0",
|
@@ -2739,15 +2739,6 @@ version = "0.1.57"
|
|
2739 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2740 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2741 |
|
2742 |
-
[[package]]
|
2743 |
-
name = "redox_syscall"
|
2744 |
-
version = "0.3.5"
|
2745 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2746 |
-
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2747 |
-
dependencies = [
|
2748 |
-
"bitflags 1.3.2",
|
2749 |
-
]
|
2750 |
-
|
2751 |
[[package]]
|
2752 |
name = "redox_syscall"
|
2753 |
version = "0.4.1"
|
@@ -2862,17 +2853,16 @@ dependencies = [
|
|
2862 |
|
2863 |
[[package]]
|
2864 |
name = "ring"
|
2865 |
-
version = "0.
|
2866 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2867 |
-
checksum = "
|
2868 |
dependencies = [
|
2869 |
"cc",
|
|
|
2870 |
"libc",
|
2871 |
-
"once_cell",
|
2872 |
"spin",
|
2873 |
"untrusted",
|
2874 |
-
"
|
2875 |
-
"winapi 0.3.9",
|
2876 |
]
|
2877 |
|
2878 |
[[package]]
|
@@ -2907,9 +2897,9 @@ dependencies = [
|
|
2907 |
|
2908 |
[[package]]
|
2909 |
name = "rustix"
|
2910 |
-
version = "0.38.
|
2911 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2912 |
-
checksum = "
|
2913 |
dependencies = [
|
2914 |
"bitflags 2.4.1",
|
2915 |
"errno",
|
@@ -2920,9 +2910,9 @@ dependencies = [
|
|
2920 |
|
2921 |
[[package]]
|
2922 |
name = "rustls"
|
2923 |
-
version = "0.21.
|
2924 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 |
-
checksum = "
|
2926 |
dependencies = [
|
2927 |
"log",
|
2928 |
"ring",
|
@@ -2941,9 +2931,9 @@ dependencies = [
|
|
2941 |
|
2942 |
[[package]]
|
2943 |
name = "rustls-webpki"
|
2944 |
-
version = "0.101.
|
2945 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2946 |
-
checksum = "
|
2947 |
dependencies = [
|
2948 |
"ring",
|
2949 |
"untrusted",
|
@@ -3010,9 +3000,9 @@ dependencies = [
|
|
3010 |
|
3011 |
[[package]]
|
3012 |
name = "sct"
|
3013 |
-
version = "0.7.
|
3014 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3015 |
-
checksum = "
|
3016 |
dependencies = [
|
3017 |
"ring",
|
3018 |
"untrusted",
|
@@ -3096,18 +3086,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
3096 |
|
3097 |
[[package]]
|
3098 |
name = "serde"
|
3099 |
-
version = "1.0.
|
3100 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3101 |
-
checksum = "
|
3102 |
dependencies = [
|
3103 |
"serde_derive",
|
3104 |
]
|
3105 |
|
3106 |
[[package]]
|
3107 |
name = "serde_derive"
|
3108 |
-
version = "1.0.
|
3109 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3110 |
-
checksum = "
|
3111 |
dependencies = [
|
3112 |
"proc-macro2 1.0.69",
|
3113 |
"quote 1.0.33",
|
@@ -3116,9 +3106,9 @@ dependencies = [
|
|
3116 |
|
3117 |
[[package]]
|
3118 |
name = "serde_json"
|
3119 |
-
version = "1.0.
|
3120 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3121 |
-
checksum = "
|
3122 |
dependencies = [
|
3123 |
"itoa 1.0.9",
|
3124 |
"ryu",
|
@@ -3271,9 +3261,9 @@ dependencies = [
|
|
3271 |
|
3272 |
[[package]]
|
3273 |
name = "spin"
|
3274 |
-
version = "0.
|
3275 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3276 |
-
checksum = "
|
3277 |
|
3278 |
[[package]]
|
3279 |
name = "stable_deref_trait"
|
@@ -3434,13 +3424,13 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
3434 |
|
3435 |
[[package]]
|
3436 |
name = "tempfile"
|
3437 |
-
version = "3.8.
|
3438 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3439 |
-
checksum = "
|
3440 |
dependencies = [
|
3441 |
"cfg-if 1.0.0",
|
3442 |
"fastrand",
|
3443 |
-
"redox_syscall 0.
|
3444 |
"rustix",
|
3445 |
"windows-sys",
|
3446 |
]
|
@@ -3741,9 +3731,9 @@ dependencies = [
|
|
3741 |
|
3742 |
[[package]]
|
3743 |
name = "tokio-util"
|
3744 |
-
version = "0.7.
|
3745 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3746 |
-
checksum = "
|
3747 |
dependencies = [
|
3748 |
"bytes 1.5.0",
|
3749 |
"futures-core",
|
@@ -3871,9 +3861,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
3871 |
|
3872 |
[[package]]
|
3873 |
name = "untrusted"
|
3874 |
-
version = "0.
|
3875 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3876 |
-
checksum = "
|
3877 |
|
3878 |
[[package]]
|
3879 |
name = "url"
|
@@ -3968,9 +3958,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3968 |
|
3969 |
[[package]]
|
3970 |
name = "wasm-bindgen"
|
3971 |
-
version = "0.2.
|
3972 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3973 |
-
checksum = "
|
3974 |
dependencies = [
|
3975 |
"cfg-if 1.0.0",
|
3976 |
"wasm-bindgen-macro",
|
@@ -3978,9 +3968,9 @@ dependencies = [
|
|
3978 |
|
3979 |
[[package]]
|
3980 |
name = "wasm-bindgen-backend"
|
3981 |
-
version = "0.2.
|
3982 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3983 |
-
checksum = "
|
3984 |
dependencies = [
|
3985 |
"bumpalo",
|
3986 |
"log",
|
@@ -3993,9 +3983,9 @@ dependencies = [
|
|
3993 |
|
3994 |
[[package]]
|
3995 |
name = "wasm-bindgen-futures"
|
3996 |
-
version = "0.4.
|
3997 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3998 |
-
checksum = "
|
3999 |
dependencies = [
|
4000 |
"cfg-if 1.0.0",
|
4001 |
"js-sys",
|
@@ -4005,9 +3995,9 @@ dependencies = [
|
|
4005 |
|
4006 |
[[package]]
|
4007 |
name = "wasm-bindgen-macro"
|
4008 |
-
version = "0.2.
|
4009 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4010 |
-
checksum = "
|
4011 |
dependencies = [
|
4012 |
"quote 1.0.33",
|
4013 |
"wasm-bindgen-macro-support",
|
@@ -4015,9 +4005,9 @@ dependencies = [
|
|
4015 |
|
4016 |
[[package]]
|
4017 |
name = "wasm-bindgen-macro-support"
|
4018 |
-
version = "0.2.
|
4019 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4020 |
-
checksum = "
|
4021 |
dependencies = [
|
4022 |
"proc-macro2 1.0.69",
|
4023 |
"quote 1.0.33",
|
@@ -4028,15 +4018,15 @@ dependencies = [
|
|
4028 |
|
4029 |
[[package]]
|
4030 |
name = "wasm-bindgen-shared"
|
4031 |
-
version = "0.2.
|
4032 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4033 |
-
checksum = "
|
4034 |
|
4035 |
[[package]]
|
4036 |
name = "web-sys"
|
4037 |
-
version = "0.3.
|
4038 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4039 |
-
checksum = "
|
4040 |
dependencies = [
|
4041 |
"js-sys",
|
4042 |
"wasm-bindgen",
|
@@ -4050,7 +4040,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
4050 |
|
4051 |
[[package]]
|
4052 |
name = "websurfx"
|
4053 |
-
version = "1.2.
|
4054 |
dependencies = [
|
4055 |
"actix-cors",
|
4056 |
"actix-files",
|
@@ -4063,7 +4053,7 @@ dependencies = [
|
|
4063 |
"env_logger",
|
4064 |
"error-stack",
|
4065 |
"fake-useragent",
|
4066 |
-
"futures 0.3.
|
4067 |
"handlebars",
|
4068 |
"log",
|
4069 |
"md5",
|
@@ -4235,18 +4225,18 @@ dependencies = [
|
|
4235 |
|
4236 |
[[package]]
|
4237 |
name = "zerocopy"
|
4238 |
-
version = "0.7.
|
4239 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4240 |
-
checksum = "
|
4241 |
dependencies = [
|
4242 |
"zerocopy-derive",
|
4243 |
]
|
4244 |
|
4245 |
[[package]]
|
4246 |
name = "zerocopy-derive"
|
4247 |
-
version = "0.7.
|
4248 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4249 |
-
checksum = "
|
4250 |
dependencies = [
|
4251 |
"proc-macro2 1.0.69",
|
4252 |
"quote 1.0.33",
|
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
+
"futures 0.3.29",
|
69 |
"governor",
|
70 |
]
|
71 |
|
|
|
248 |
|
249 |
[[package]]
|
250 |
name = "ahash"
|
251 |
+
version = "0.8.6"
|
252 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 |
+
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
254 |
dependencies = [
|
255 |
"cfg-if 1.0.0",
|
256 |
"getrandom",
|
|
|
424 |
|
425 |
[[package]]
|
426 |
name = "brotli-decompressor"
|
427 |
+
version = "2.5.1"
|
428 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
429 |
+
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
430 |
dependencies = [
|
431 |
"alloc-no-stdlib",
|
432 |
"alloc-stdlib",
|
|
|
450 |
|
451 |
[[package]]
|
452 |
name = "bytecount"
|
453 |
+
version = "0.6.7"
|
454 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
455 |
+
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
|
456 |
|
457 |
[[package]]
|
458 |
name = "byteorder"
|
|
|
479 |
|
480 |
[[package]]
|
481 |
name = "bytestring"
|
482 |
+
version = "1.3.1"
|
483 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
484 |
+
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
485 |
dependencies = [
|
486 |
"bytes 1.5.0",
|
487 |
]
|
|
|
583 |
|
584 |
[[package]]
|
585 |
name = "clap"
|
586 |
+
version = "4.4.7"
|
587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
588 |
+
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
|
589 |
dependencies = [
|
590 |
"clap_builder",
|
591 |
]
|
592 |
|
593 |
[[package]]
|
594 |
name = "clap_builder"
|
595 |
+
version = "4.4.7"
|
596 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597 |
+
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
|
598 |
dependencies = [
|
599 |
"anstyle",
|
600 |
"clap_lex",
|
|
|
602 |
|
603 |
[[package]]
|
604 |
name = "clap_lex"
|
605 |
+
version = "0.6.0"
|
606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
607 |
+
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
608 |
|
609 |
[[package]]
|
610 |
name = "cloudabi"
|
|
|
692 |
|
693 |
[[package]]
|
694 |
name = "cpufeatures"
|
695 |
+
version = "0.2.11"
|
696 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
697 |
+
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
698 |
dependencies = [
|
699 |
"libc",
|
700 |
]
|
|
|
1148 |
|
1149 |
[[package]]
|
1150 |
name = "futures"
|
1151 |
+
version = "0.3.29"
|
1152 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153 |
+
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
|
1154 |
dependencies = [
|
1155 |
"futures-channel",
|
1156 |
"futures-core",
|
|
|
1163 |
|
1164 |
[[package]]
|
1165 |
name = "futures-channel"
|
1166 |
+
version = "0.3.29"
|
1167 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168 |
+
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
1169 |
dependencies = [
|
1170 |
"futures-core",
|
1171 |
"futures-sink",
|
|
|
1173 |
|
1174 |
[[package]]
|
1175 |
name = "futures-core"
|
1176 |
+
version = "0.3.29"
|
1177 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1178 |
+
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
1179 |
|
1180 |
[[package]]
|
1181 |
name = "futures-cpupool"
|
|
|
1189 |
|
1190 |
[[package]]
|
1191 |
name = "futures-executor"
|
1192 |
+
version = "0.3.29"
|
1193 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1194 |
+
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
|
1195 |
dependencies = [
|
1196 |
"futures-core",
|
1197 |
"futures-task",
|
|
|
1200 |
|
1201 |
[[package]]
|
1202 |
name = "futures-io"
|
1203 |
+
version = "0.3.29"
|
1204 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205 |
+
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
1206 |
|
1207 |
[[package]]
|
1208 |
name = "futures-macro"
|
1209 |
+
version = "0.3.29"
|
1210 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1211 |
+
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
1212 |
dependencies = [
|
1213 |
"proc-macro2 1.0.69",
|
1214 |
"quote 1.0.33",
|
|
|
1217 |
|
1218 |
[[package]]
|
1219 |
name = "futures-sink"
|
1220 |
+
version = "0.3.29"
|
1221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1222 |
+
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
1223 |
|
1224 |
[[package]]
|
1225 |
name = "futures-task"
|
1226 |
+
version = "0.3.29"
|
1227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 |
+
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
1229 |
|
1230 |
[[package]]
|
1231 |
name = "futures-timer"
|
|
|
1235 |
|
1236 |
[[package]]
|
1237 |
name = "futures-util"
|
1238 |
+
version = "0.3.29"
|
1239 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1240 |
+
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
1241 |
dependencies = [
|
1242 |
"futures-channel",
|
1243 |
"futures-core",
|
|
|
1310 |
dependencies = [
|
1311 |
"cfg-if 1.0.0",
|
1312 |
"dashmap",
|
1313 |
+
"futures 0.3.29",
|
1314 |
"futures-timer",
|
1315 |
"no-std-compat",
|
1316 |
"nonzero_ext",
|
|
|
1558 |
|
1559 |
[[package]]
|
1560 |
name = "hyper-rustls"
|
1561 |
+
version = "0.24.2"
|
1562 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1563 |
+
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
1564 |
dependencies = [
|
1565 |
"futures-util",
|
1566 |
"http 0.2.9",
|
|
|
1683 |
|
1684 |
[[package]]
|
1685 |
name = "js-sys"
|
1686 |
+
version = "0.3.65"
|
1687 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1688 |
+
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
|
1689 |
dependencies = [
|
1690 |
"wasm-bindgen",
|
1691 |
]
|
|
|
1736 |
|
1737 |
[[package]]
|
1738 |
name = "local-channel"
|
1739 |
+
version = "0.1.5"
|
1740 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741 |
+
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
1742 |
dependencies = [
|
1743 |
"futures-core",
|
1744 |
"futures-sink",
|
|
|
1747 |
|
1748 |
[[package]]
|
1749 |
name = "local-waker"
|
1750 |
+
version = "0.1.4"
|
1751 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1752 |
+
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
1753 |
|
1754 |
[[package]]
|
1755 |
name = "lock_api"
|
|
|
2106 |
|
2107 |
[[package]]
|
2108 |
name = "openssl"
|
2109 |
+
version = "0.10.58"
|
2110 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2111 |
+
checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a"
|
2112 |
dependencies = [
|
2113 |
"bitflags 2.4.1",
|
2114 |
"cfg-if 1.0.0",
|
|
|
2138 |
|
2139 |
[[package]]
|
2140 |
name = "openssl-sys"
|
2141 |
+
version = "0.9.94"
|
2142 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2143 |
+
checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830"
|
2144 |
dependencies = [
|
2145 |
"cc",
|
2146 |
"libc",
|
|
|
2217 |
|
2218 |
[[package]]
|
2219 |
name = "pest"
|
2220 |
+
version = "2.7.5"
|
2221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2222 |
+
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
|
2223 |
dependencies = [
|
2224 |
"memchr",
|
2225 |
"thiserror",
|
|
|
2228 |
|
2229 |
[[package]]
|
2230 |
name = "pest_derive"
|
2231 |
+
version = "2.7.5"
|
2232 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2233 |
+
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
|
2234 |
dependencies = [
|
2235 |
"pest",
|
2236 |
"pest_generator",
|
|
|
2238 |
|
2239 |
[[package]]
|
2240 |
name = "pest_generator"
|
2241 |
+
version = "2.7.5"
|
2242 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2243 |
+
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
|
2244 |
dependencies = [
|
2245 |
"pest",
|
2246 |
"pest_meta",
|
|
|
2251 |
|
2252 |
[[package]]
|
2253 |
name = "pest_meta"
|
2254 |
+
version = "2.7.5"
|
2255 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2256 |
+
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
|
2257 |
dependencies = [
|
2258 |
"once_cell",
|
2259 |
"pest",
|
|
|
2719 |
"async-trait",
|
2720 |
"bytes 1.5.0",
|
2721 |
"combine",
|
2722 |
+
"futures 0.3.29",
|
2723 |
"futures-util",
|
2724 |
"itoa 1.0.9",
|
2725 |
"percent-encoding 2.3.0",
|
|
|
2739 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2740 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2741 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2742 |
[[package]]
|
2743 |
name = "redox_syscall"
|
2744 |
version = "0.4.1"
|
|
|
2853 |
|
2854 |
[[package]]
|
2855 |
name = "ring"
|
2856 |
+
version = "0.17.5"
|
2857 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2858 |
+
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
|
2859 |
dependencies = [
|
2860 |
"cc",
|
2861 |
+
"getrandom",
|
2862 |
"libc",
|
|
|
2863 |
"spin",
|
2864 |
"untrusted",
|
2865 |
+
"windows-sys",
|
|
|
2866 |
]
|
2867 |
|
2868 |
[[package]]
|
|
|
2897 |
|
2898 |
[[package]]
|
2899 |
name = "rustix"
|
2900 |
+
version = "0.38.21"
|
2901 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2902 |
+
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
|
2903 |
dependencies = [
|
2904 |
"bitflags 2.4.1",
|
2905 |
"errno",
|
|
|
2910 |
|
2911 |
[[package]]
|
2912 |
name = "rustls"
|
2913 |
+
version = "0.21.8"
|
2914 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2915 |
+
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
|
2916 |
dependencies = [
|
2917 |
"log",
|
2918 |
"ring",
|
|
|
2931 |
|
2932 |
[[package]]
|
2933 |
name = "rustls-webpki"
|
2934 |
+
version = "0.101.7"
|
2935 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2936 |
+
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2937 |
dependencies = [
|
2938 |
"ring",
|
2939 |
"untrusted",
|
|
|
3000 |
|
3001 |
[[package]]
|
3002 |
name = "sct"
|
3003 |
+
version = "0.7.1"
|
3004 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3005 |
+
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
3006 |
dependencies = [
|
3007 |
"ring",
|
3008 |
"untrusted",
|
|
|
3086 |
|
3087 |
[[package]]
|
3088 |
name = "serde"
|
3089 |
+
version = "1.0.190"
|
3090 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3091 |
+
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
|
3092 |
dependencies = [
|
3093 |
"serde_derive",
|
3094 |
]
|
3095 |
|
3096 |
[[package]]
|
3097 |
name = "serde_derive"
|
3098 |
+
version = "1.0.190"
|
3099 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3100 |
+
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
|
3101 |
dependencies = [
|
3102 |
"proc-macro2 1.0.69",
|
3103 |
"quote 1.0.33",
|
|
|
3106 |
|
3107 |
[[package]]
|
3108 |
name = "serde_json"
|
3109 |
+
version = "1.0.108"
|
3110 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3111 |
+
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
3112 |
dependencies = [
|
3113 |
"itoa 1.0.9",
|
3114 |
"ryu",
|
|
|
3261 |
|
3262 |
[[package]]
|
3263 |
name = "spin"
|
3264 |
+
version = "0.9.8"
|
3265 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3266 |
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
3267 |
|
3268 |
[[package]]
|
3269 |
name = "stable_deref_trait"
|
|
|
3424 |
|
3425 |
[[package]]
|
3426 |
name = "tempfile"
|
3427 |
+
version = "3.8.1"
|
3428 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3429 |
+
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
3430 |
dependencies = [
|
3431 |
"cfg-if 1.0.0",
|
3432 |
"fastrand",
|
3433 |
+
"redox_syscall 0.4.1",
|
3434 |
"rustix",
|
3435 |
"windows-sys",
|
3436 |
]
|
|
|
3731 |
|
3732 |
[[package]]
|
3733 |
name = "tokio-util"
|
3734 |
+
version = "0.7.10"
|
3735 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3736 |
+
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
3737 |
dependencies = [
|
3738 |
"bytes 1.5.0",
|
3739 |
"futures-core",
|
|
|
3861 |
|
3862 |
[[package]]
|
3863 |
name = "untrusted"
|
3864 |
+
version = "0.9.0"
|
3865 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3866 |
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
3867 |
|
3868 |
[[package]]
|
3869 |
name = "url"
|
|
|
3958 |
|
3959 |
[[package]]
|
3960 |
name = "wasm-bindgen"
|
3961 |
+
version = "0.2.88"
|
3962 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3963 |
+
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
|
3964 |
dependencies = [
|
3965 |
"cfg-if 1.0.0",
|
3966 |
"wasm-bindgen-macro",
|
|
|
3968 |
|
3969 |
[[package]]
|
3970 |
name = "wasm-bindgen-backend"
|
3971 |
+
version = "0.2.88"
|
3972 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3973 |
+
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
|
3974 |
dependencies = [
|
3975 |
"bumpalo",
|
3976 |
"log",
|
|
|
3983 |
|
3984 |
[[package]]
|
3985 |
name = "wasm-bindgen-futures"
|
3986 |
+
version = "0.4.38"
|
3987 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3988 |
+
checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
|
3989 |
dependencies = [
|
3990 |
"cfg-if 1.0.0",
|
3991 |
"js-sys",
|
|
|
3995 |
|
3996 |
[[package]]
|
3997 |
name = "wasm-bindgen-macro"
|
3998 |
+
version = "0.2.88"
|
3999 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4000 |
+
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
|
4001 |
dependencies = [
|
4002 |
"quote 1.0.33",
|
4003 |
"wasm-bindgen-macro-support",
|
|
|
4005 |
|
4006 |
[[package]]
|
4007 |
name = "wasm-bindgen-macro-support"
|
4008 |
+
version = "0.2.88"
|
4009 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4010 |
+
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
|
4011 |
dependencies = [
|
4012 |
"proc-macro2 1.0.69",
|
4013 |
"quote 1.0.33",
|
|
|
4018 |
|
4019 |
[[package]]
|
4020 |
name = "wasm-bindgen-shared"
|
4021 |
+
version = "0.2.88"
|
4022 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4023 |
+
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
|
4024 |
|
4025 |
[[package]]
|
4026 |
name = "web-sys"
|
4027 |
+
version = "0.3.65"
|
4028 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4029 |
+
checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
|
4030 |
dependencies = [
|
4031 |
"js-sys",
|
4032 |
"wasm-bindgen",
|
|
|
4040 |
|
4041 |
[[package]]
|
4042 |
name = "websurfx"
|
4043 |
+
version = "1.2.23"
|
4044 |
dependencies = [
|
4045 |
"actix-cors",
|
4046 |
"actix-files",
|
|
|
4053 |
"env_logger",
|
4054 |
"error-stack",
|
4055 |
"fake-useragent",
|
4056 |
+
"futures 0.3.29",
|
4057 |
"handlebars",
|
4058 |
"log",
|
4059 |
"md5",
|
|
|
4225 |
|
4226 |
[[package]]
|
4227 |
name = "zerocopy"
|
4228 |
+
version = "0.7.23"
|
4229 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4230 |
+
checksum = "e50cbb27c30666a6108abd6bc7577556265b44f243e2be89a8bc4e07a528c107"
|
4231 |
dependencies = [
|
4232 |
"zerocopy-derive",
|
4233 |
]
|
4234 |
|
4235 |
[[package]]
|
4236 |
name = "zerocopy-derive"
|
4237 |
+
version = "0.7.23"
|
4238 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4239 |
+
checksum = "a25f293fe55f0a48e7010d65552bb63704f6ceb55a1a385da10d41d8f78e4a3d"
|
4240 |
dependencies = [
|
4241 |
"proc-macro2 1.0.69",
|
4242 |
"quote 1.0.33",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.2.
|
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 = "1.2.23"
|
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"
|