Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
f290764
1
Parent(s):
7d42c84
π chore(release): bump the app version (#468)
Browse files- Cargo.lock +80 -80
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -65,21 +65,21 @@ checksum = "a2e7b88f3804e01bd4191fdb08650430bbfcb43d3d9b2890064df3551ec7d25b"
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
-
"futures 0.3.
|
69 |
"governor",
|
70 |
]
|
71 |
|
72 |
[[package]]
|
73 |
name = "actix-http"
|
74 |
-
version = "3.
|
75 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
76 |
-
checksum = "
|
77 |
dependencies = [
|
78 |
"actix-codec",
|
79 |
"actix-rt",
|
80 |
"actix-service",
|
81 |
"actix-utils",
|
82 |
-
"ahash 0.8.
|
83 |
"base64 0.21.5",
|
84 |
"bitflags 2.4.1",
|
85 |
"bytes 1.5.0",
|
@@ -111,14 +111,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111 |
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
112 |
dependencies = [
|
113 |
"quote 1.0.33",
|
114 |
-
"syn 2.0.
|
115 |
]
|
116 |
|
117 |
[[package]]
|
118 |
name = "actix-router"
|
119 |
-
version = "0.5.
|
120 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
121 |
-
checksum = "
|
122 |
dependencies = [
|
123 |
"bytestring",
|
124 |
"http 0.2.11",
|
@@ -177,9 +177,9 @@ dependencies = [
|
|
177 |
|
178 |
[[package]]
|
179 |
name = "actix-web"
|
180 |
-
version = "4.4.
|
181 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
182 |
-
checksum = "
|
183 |
dependencies = [
|
184 |
"actix-codec",
|
185 |
"actix-http",
|
@@ -190,7 +190,7 @@ dependencies = [
|
|
190 |
"actix-service",
|
191 |
"actix-utils",
|
192 |
"actix-web-codegen",
|
193 |
-
"ahash 0.8.
|
194 |
"bytes 1.5.0",
|
195 |
"bytestring",
|
196 |
"cfg-if 1.0.0",
|
@@ -224,7 +224,7 @@ dependencies = [
|
|
224 |
"actix-router",
|
225 |
"proc-macro2 1.0.71",
|
226 |
"quote 1.0.33",
|
227 |
-
"syn 2.0.
|
228 |
]
|
229 |
|
230 |
[[package]]
|
@@ -255,9 +255,9 @@ dependencies = [
|
|
255 |
|
256 |
[[package]]
|
257 |
name = "ahash"
|
258 |
-
version = "0.8.
|
259 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
260 |
-
checksum = "
|
261 |
dependencies = [
|
262 |
"cfg-if 1.0.0",
|
263 |
"getrandom",
|
@@ -313,9 +313,9 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
313 |
|
314 |
[[package]]
|
315 |
name = "anyhow"
|
316 |
-
version = "1.0.
|
317 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
318 |
-
checksum = "
|
319 |
|
320 |
[[package]]
|
321 |
name = "arc-swap"
|
@@ -369,7 +369,7 @@ checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
|
|
369 |
dependencies = [
|
370 |
"proc-macro2 1.0.71",
|
371 |
"quote 1.0.33",
|
372 |
-
"syn 2.0.
|
373 |
]
|
374 |
|
375 |
[[package]]
|
@@ -489,9 +489,9 @@ dependencies = [
|
|
489 |
|
490 |
[[package]]
|
491 |
name = "bstr"
|
492 |
-
version = "1.
|
493 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
494 |
-
checksum = "
|
495 |
dependencies = [
|
496 |
"memchr",
|
497 |
"serde",
|
@@ -552,9 +552,9 @@ dependencies = [
|
|
552 |
|
553 |
[[package]]
|
554 |
name = "cargo-platform"
|
555 |
-
version = "0.1.
|
556 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
557 |
-
checksum = "
|
558 |
dependencies = [
|
559 |
"serde",
|
560 |
]
|
@@ -637,18 +637,18 @@ dependencies = [
|
|
637 |
|
638 |
[[package]]
|
639 |
name = "clap"
|
640 |
-
version = "4.4.
|
641 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
642 |
-
checksum = "
|
643 |
dependencies = [
|
644 |
"clap_builder",
|
645 |
]
|
646 |
|
647 |
[[package]]
|
648 |
name = "clap_builder"
|
649 |
-
version = "4.4.
|
650 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
651 |
-
checksum = "
|
652 |
dependencies = [
|
653 |
"anstyle",
|
654 |
"clap_lex",
|
@@ -824,12 +824,12 @@ dependencies = [
|
|
824 |
|
825 |
[[package]]
|
826 |
name = "crossbeam-channel"
|
827 |
-
version = "0.5.
|
828 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
829 |
-
checksum = "
|
830 |
dependencies = [
|
831 |
"cfg-if 1.0.0",
|
832 |
-
"crossbeam-utils 0.8.
|
833 |
]
|
834 |
|
835 |
[[package]]
|
@@ -882,9 +882,9 @@ dependencies = [
|
|
882 |
|
883 |
[[package]]
|
884 |
name = "crossbeam-utils"
|
885 |
-
version = "0.8.
|
886 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
887 |
-
checksum = "
|
888 |
dependencies = [
|
889 |
"cfg-if 1.0.0",
|
890 |
]
|
@@ -941,7 +941,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
941 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
942 |
dependencies = [
|
943 |
"quote 1.0.33",
|
944 |
-
"syn 2.0.
|
945 |
]
|
946 |
|
947 |
[[package]]
|
@@ -1232,9 +1232,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
1232 |
|
1233 |
[[package]]
|
1234 |
name = "futures"
|
1235 |
-
version = "0.3.
|
1236 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1237 |
-
checksum = "
|
1238 |
dependencies = [
|
1239 |
"futures-channel",
|
1240 |
"futures-core",
|
@@ -1247,9 +1247,9 @@ dependencies = [
|
|
1247 |
|
1248 |
[[package]]
|
1249 |
name = "futures-channel"
|
1250 |
-
version = "0.3.
|
1251 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252 |
-
checksum = "
|
1253 |
dependencies = [
|
1254 |
"futures-core",
|
1255 |
"futures-sink",
|
@@ -1257,9 +1257,9 @@ dependencies = [
|
|
1257 |
|
1258 |
[[package]]
|
1259 |
name = "futures-core"
|
1260 |
-
version = "0.3.
|
1261 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1262 |
-
checksum = "
|
1263 |
|
1264 |
[[package]]
|
1265 |
name = "futures-cpupool"
|
@@ -1273,9 +1273,9 @@ dependencies = [
|
|
1273 |
|
1274 |
[[package]]
|
1275 |
name = "futures-executor"
|
1276 |
-
version = "0.3.
|
1277 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278 |
-
checksum = "
|
1279 |
dependencies = [
|
1280 |
"futures-core",
|
1281 |
"futures-task",
|
@@ -1284,32 +1284,32 @@ dependencies = [
|
|
1284 |
|
1285 |
[[package]]
|
1286 |
name = "futures-io"
|
1287 |
-
version = "0.3.
|
1288 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1289 |
-
checksum = "
|
1290 |
|
1291 |
[[package]]
|
1292 |
name = "futures-macro"
|
1293 |
-
version = "0.3.
|
1294 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1295 |
-
checksum = "
|
1296 |
dependencies = [
|
1297 |
"proc-macro2 1.0.71",
|
1298 |
"quote 1.0.33",
|
1299 |
-
"syn 2.0.
|
1300 |
]
|
1301 |
|
1302 |
[[package]]
|
1303 |
name = "futures-sink"
|
1304 |
-
version = "0.3.
|
1305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 |
-
checksum = "
|
1307 |
|
1308 |
[[package]]
|
1309 |
name = "futures-task"
|
1310 |
-
version = "0.3.
|
1311 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1312 |
-
checksum = "
|
1313 |
|
1314 |
[[package]]
|
1315 |
name = "futures-timer"
|
@@ -1319,9 +1319,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
1319 |
|
1320 |
[[package]]
|
1321 |
name = "futures-util"
|
1322 |
-
version = "0.3.
|
1323 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1324 |
-
checksum = "
|
1325 |
dependencies = [
|
1326 |
"futures-channel",
|
1327 |
"futures-core",
|
@@ -1394,7 +1394,7 @@ checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4"
|
|
1394 |
dependencies = [
|
1395 |
"cfg-if 1.0.0",
|
1396 |
"dashmap",
|
1397 |
-
"futures 0.3.
|
1398 |
"futures-timer",
|
1399 |
"no-std-compat",
|
1400 |
"nonzero_ext",
|
@@ -1459,7 +1459,7 @@ version = "0.13.2"
|
|
1459 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1460 |
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
1461 |
dependencies = [
|
1462 |
-
"ahash 0.8.
|
1463 |
"bumpalo",
|
1464 |
]
|
1465 |
|
@@ -1725,13 +1725,13 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
|
1725 |
|
1726 |
[[package]]
|
1727 |
name = "is-terminal"
|
1728 |
-
version = "0.4.
|
1729 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1730 |
-
checksum = "
|
1731 |
dependencies = [
|
1732 |
"hermit-abi",
|
1733 |
"rustix",
|
1734 |
-
"windows-sys 0.
|
1735 |
]
|
1736 |
|
1737 |
[[package]]
|
@@ -1973,9 +1973,9 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
1973 |
|
1974 |
[[package]]
|
1975 |
name = "memchr"
|
1976 |
-
version = "2.
|
1977 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1978 |
-
checksum = "
|
1979 |
|
1980 |
[[package]]
|
1981 |
name = "memoffset"
|
@@ -2018,7 +2018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2018 |
checksum = "23e0b72e7c9042467008b10279fc732326bd605459ae03bda88825909dd19b56"
|
2019 |
dependencies = [
|
2020 |
"crossbeam-channel",
|
2021 |
-
"crossbeam-utils 0.8.
|
2022 |
"dashmap",
|
2023 |
"skeptic",
|
2024 |
"smallvec 1.11.2",
|
@@ -2198,9 +2198,9 @@ dependencies = [
|
|
2198 |
|
2199 |
[[package]]
|
2200 |
name = "object"
|
2201 |
-
version = "0.32.
|
2202 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2203 |
-
checksum = "
|
2204 |
dependencies = [
|
2205 |
"memchr",
|
2206 |
]
|
@@ -2240,7 +2240,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
2240 |
dependencies = [
|
2241 |
"proc-macro2 1.0.71",
|
2242 |
"quote 1.0.33",
|
2243 |
-
"syn 2.0.
|
2244 |
]
|
2245 |
|
2246 |
[[package]]
|
@@ -2451,7 +2451,7 @@ dependencies = [
|
|
2451 |
"phf_shared 0.11.2",
|
2452 |
"proc-macro2 1.0.71",
|
2453 |
"quote 1.0.33",
|
2454 |
-
"syn 2.0.
|
2455 |
]
|
2456 |
|
2457 |
[[package]]
|
@@ -2498,7 +2498,7 @@ checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
|
2498 |
dependencies = [
|
2499 |
"proc-macro2 1.0.71",
|
2500 |
"quote 1.0.33",
|
2501 |
-
"syn 2.0.
|
2502 |
]
|
2503 |
|
2504 |
[[package]]
|
@@ -2606,7 +2606,7 @@ version = "0.11.1"
|
|
2606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2607 |
checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
|
2608 |
dependencies = [
|
2609 |
-
"crossbeam-utils 0.8.
|
2610 |
"libc",
|
2611 |
"mach2",
|
2612 |
"once_cell",
|
@@ -2798,7 +2798,7 @@ dependencies = [
|
|
2798 |
"async-trait",
|
2799 |
"bytes 1.5.0",
|
2800 |
"combine",
|
2801 |
-
"futures 0.3.
|
2802 |
"futures-util",
|
2803 |
"itoa 1.0.10",
|
2804 |
"percent-encoding 2.3.1",
|
@@ -3047,11 +3047,11 @@ dependencies = [
|
|
3047 |
|
3048 |
[[package]]
|
3049 |
name = "schannel"
|
3050 |
-
version = "0.1.
|
3051 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3052 |
-
checksum = "
|
3053 |
dependencies = [
|
3054 |
-
"windows-sys 0.
|
3055 |
]
|
3056 |
|
3057 |
[[package]]
|
@@ -3066,7 +3066,7 @@ version = "0.18.1"
|
|
3066 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3067 |
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
|
3068 |
dependencies = [
|
3069 |
-
"ahash 0.8.
|
3070 |
"cssparser 0.31.2",
|
3071 |
"ego-tree",
|
3072 |
"html5ever 0.26.0",
|
@@ -3178,7 +3178,7 @@ checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
|
3178 |
dependencies = [
|
3179 |
"proc-macro2 1.0.71",
|
3180 |
"quote 1.0.33",
|
3181 |
-
"syn 2.0.
|
3182 |
]
|
3183 |
|
3184 |
[[package]]
|
@@ -3414,9 +3414,9 @@ dependencies = [
|
|
3414 |
|
3415 |
[[package]]
|
3416 |
name = "syn"
|
3417 |
-
version = "2.0.
|
3418 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3419 |
-
checksum = "
|
3420 |
dependencies = [
|
3421 |
"proc-macro2 1.0.71",
|
3422 |
"quote 1.0.33",
|
@@ -3474,15 +3474,15 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
3474 |
|
3475 |
[[package]]
|
3476 |
name = "tempfile"
|
3477 |
-
version = "3.
|
3478 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3479 |
-
checksum = "
|
3480 |
dependencies = [
|
3481 |
"cfg-if 1.0.0",
|
3482 |
"fastrand",
|
3483 |
"redox_syscall 0.4.1",
|
3484 |
"rustix",
|
3485 |
-
"windows-sys 0.
|
3486 |
]
|
3487 |
|
3488 |
[[package]]
|
@@ -3655,7 +3655,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
|
3655 |
dependencies = [
|
3656 |
"proc-macro2 1.0.71",
|
3657 |
"quote 1.0.33",
|
3658 |
-
"syn 2.0.
|
3659 |
]
|
3660 |
|
3661 |
[[package]]
|
@@ -3993,7 +3993,7 @@ dependencies = [
|
|
3993 |
"once_cell",
|
3994 |
"proc-macro2 1.0.71",
|
3995 |
"quote 1.0.33",
|
3996 |
-
"syn 2.0.
|
3997 |
"wasm-bindgen-shared",
|
3998 |
]
|
3999 |
|
@@ -4027,7 +4027,7 @@ checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
|
4027 |
dependencies = [
|
4028 |
"proc-macro2 1.0.71",
|
4029 |
"quote 1.0.33",
|
4030 |
-
"syn 2.0.
|
4031 |
"wasm-bindgen-backend",
|
4032 |
"wasm-bindgen-shared",
|
4033 |
]
|
@@ -4056,7 +4056,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
|
|
4056 |
|
4057 |
[[package]]
|
4058 |
name = "websurfx"
|
4059 |
-
version = "1.
|
4060 |
dependencies = [
|
4061 |
"actix-cors",
|
4062 |
"actix-files",
|
@@ -4070,7 +4070,7 @@ dependencies = [
|
|
4070 |
"env_logger",
|
4071 |
"error-stack",
|
4072 |
"fake-useragent",
|
4073 |
-
"futures 0.3.
|
4074 |
"lightningcss",
|
4075 |
"log",
|
4076 |
"maud",
|
@@ -4324,5 +4324,5 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
4324 |
dependencies = [
|
4325 |
"proc-macro2 1.0.71",
|
4326 |
"quote 1.0.33",
|
4327 |
-
"syn 2.0.
|
4328 |
]
|
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
+
"futures 0.3.30",
|
69 |
"governor",
|
70 |
]
|
71 |
|
72 |
[[package]]
|
73 |
name = "actix-http"
|
74 |
+
version = "3.5.1"
|
75 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
76 |
+
checksum = "129d4c88e98860e1758c5de288d1632b07970a16d59bdf7b8d66053d582bb71f"
|
77 |
dependencies = [
|
78 |
"actix-codec",
|
79 |
"actix-rt",
|
80 |
"actix-service",
|
81 |
"actix-utils",
|
82 |
+
"ahash 0.8.7",
|
83 |
"base64 0.21.5",
|
84 |
"bitflags 2.4.1",
|
85 |
"bytes 1.5.0",
|
|
|
111 |
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
112 |
dependencies = [
|
113 |
"quote 1.0.33",
|
114 |
+
"syn 2.0.43",
|
115 |
]
|
116 |
|
117 |
[[package]]
|
118 |
name = "actix-router"
|
119 |
+
version = "0.5.2"
|
120 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
121 |
+
checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
|
122 |
dependencies = [
|
123 |
"bytestring",
|
124 |
"http 0.2.11",
|
|
|
177 |
|
178 |
[[package]]
|
179 |
name = "actix-web"
|
180 |
+
version = "4.4.1"
|
181 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
182 |
+
checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b"
|
183 |
dependencies = [
|
184 |
"actix-codec",
|
185 |
"actix-http",
|
|
|
190 |
"actix-service",
|
191 |
"actix-utils",
|
192 |
"actix-web-codegen",
|
193 |
+
"ahash 0.8.7",
|
194 |
"bytes 1.5.0",
|
195 |
"bytestring",
|
196 |
"cfg-if 1.0.0",
|
|
|
224 |
"actix-router",
|
225 |
"proc-macro2 1.0.71",
|
226 |
"quote 1.0.33",
|
227 |
+
"syn 2.0.43",
|
228 |
]
|
229 |
|
230 |
[[package]]
|
|
|
255 |
|
256 |
[[package]]
|
257 |
name = "ahash"
|
258 |
+
version = "0.8.7"
|
259 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
260 |
+
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
261 |
dependencies = [
|
262 |
"cfg-if 1.0.0",
|
263 |
"getrandom",
|
|
|
313 |
|
314 |
[[package]]
|
315 |
name = "anyhow"
|
316 |
+
version = "1.0.77"
|
317 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
318 |
+
checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
|
319 |
|
320 |
[[package]]
|
321 |
name = "arc-swap"
|
|
|
369 |
dependencies = [
|
370 |
"proc-macro2 1.0.71",
|
371 |
"quote 1.0.33",
|
372 |
+
"syn 2.0.43",
|
373 |
]
|
374 |
|
375 |
[[package]]
|
|
|
489 |
|
490 |
[[package]]
|
491 |
name = "bstr"
|
492 |
+
version = "1.9.0"
|
493 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
494 |
+
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
495 |
dependencies = [
|
496 |
"memchr",
|
497 |
"serde",
|
|
|
552 |
|
553 |
[[package]]
|
554 |
name = "cargo-platform"
|
555 |
+
version = "0.1.6"
|
556 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
557 |
+
checksum = "ceed8ef69d8518a5dda55c07425450b58a4e1946f4951eab6d7191ee86c2443d"
|
558 |
dependencies = [
|
559 |
"serde",
|
560 |
]
|
|
|
637 |
|
638 |
[[package]]
|
639 |
name = "clap"
|
640 |
+
version = "4.4.12"
|
641 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
642 |
+
checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
|
643 |
dependencies = [
|
644 |
"clap_builder",
|
645 |
]
|
646 |
|
647 |
[[package]]
|
648 |
name = "clap_builder"
|
649 |
+
version = "4.4.12"
|
650 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
651 |
+
checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
|
652 |
dependencies = [
|
653 |
"anstyle",
|
654 |
"clap_lex",
|
|
|
824 |
|
825 |
[[package]]
|
826 |
name = "crossbeam-channel"
|
827 |
+
version = "0.5.10"
|
828 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
829 |
+
checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
|
830 |
dependencies = [
|
831 |
"cfg-if 1.0.0",
|
832 |
+
"crossbeam-utils 0.8.18",
|
833 |
]
|
834 |
|
835 |
[[package]]
|
|
|
882 |
|
883 |
[[package]]
|
884 |
name = "crossbeam-utils"
|
885 |
+
version = "0.8.18"
|
886 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
887 |
+
checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
|
888 |
dependencies = [
|
889 |
"cfg-if 1.0.0",
|
890 |
]
|
|
|
941 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
942 |
dependencies = [
|
943 |
"quote 1.0.33",
|
944 |
+
"syn 2.0.43",
|
945 |
]
|
946 |
|
947 |
[[package]]
|
|
|
1232 |
|
1233 |
[[package]]
|
1234 |
name = "futures"
|
1235 |
+
version = "0.3.30"
|
1236 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1237 |
+
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
1238 |
dependencies = [
|
1239 |
"futures-channel",
|
1240 |
"futures-core",
|
|
|
1247 |
|
1248 |
[[package]]
|
1249 |
name = "futures-channel"
|
1250 |
+
version = "0.3.30"
|
1251 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252 |
+
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
1253 |
dependencies = [
|
1254 |
"futures-core",
|
1255 |
"futures-sink",
|
|
|
1257 |
|
1258 |
[[package]]
|
1259 |
name = "futures-core"
|
1260 |
+
version = "0.3.30"
|
1261 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1262 |
+
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
1263 |
|
1264 |
[[package]]
|
1265 |
name = "futures-cpupool"
|
|
|
1273 |
|
1274 |
[[package]]
|
1275 |
name = "futures-executor"
|
1276 |
+
version = "0.3.30"
|
1277 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278 |
+
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
1279 |
dependencies = [
|
1280 |
"futures-core",
|
1281 |
"futures-task",
|
|
|
1284 |
|
1285 |
[[package]]
|
1286 |
name = "futures-io"
|
1287 |
+
version = "0.3.30"
|
1288 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1289 |
+
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
1290 |
|
1291 |
[[package]]
|
1292 |
name = "futures-macro"
|
1293 |
+
version = "0.3.30"
|
1294 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1295 |
+
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
1296 |
dependencies = [
|
1297 |
"proc-macro2 1.0.71",
|
1298 |
"quote 1.0.33",
|
1299 |
+
"syn 2.0.43",
|
1300 |
]
|
1301 |
|
1302 |
[[package]]
|
1303 |
name = "futures-sink"
|
1304 |
+
version = "0.3.30"
|
1305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 |
+
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
1307 |
|
1308 |
[[package]]
|
1309 |
name = "futures-task"
|
1310 |
+
version = "0.3.30"
|
1311 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1312 |
+
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
1313 |
|
1314 |
[[package]]
|
1315 |
name = "futures-timer"
|
|
|
1319 |
|
1320 |
[[package]]
|
1321 |
name = "futures-util"
|
1322 |
+
version = "0.3.30"
|
1323 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1324 |
+
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
1325 |
dependencies = [
|
1326 |
"futures-channel",
|
1327 |
"futures-core",
|
|
|
1394 |
dependencies = [
|
1395 |
"cfg-if 1.0.0",
|
1396 |
"dashmap",
|
1397 |
+
"futures 0.3.30",
|
1398 |
"futures-timer",
|
1399 |
"no-std-compat",
|
1400 |
"nonzero_ext",
|
|
|
1459 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1460 |
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
1461 |
dependencies = [
|
1462 |
+
"ahash 0.8.7",
|
1463 |
"bumpalo",
|
1464 |
]
|
1465 |
|
|
|
1725 |
|
1726 |
[[package]]
|
1727 |
name = "is-terminal"
|
1728 |
+
version = "0.4.10"
|
1729 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1730 |
+
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
|
1731 |
dependencies = [
|
1732 |
"hermit-abi",
|
1733 |
"rustix",
|
1734 |
+
"windows-sys 0.52.0",
|
1735 |
]
|
1736 |
|
1737 |
[[package]]
|
|
|
1973 |
|
1974 |
[[package]]
|
1975 |
name = "memchr"
|
1976 |
+
version = "2.7.1"
|
1977 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1978 |
+
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
1979 |
|
1980 |
[[package]]
|
1981 |
name = "memoffset"
|
|
|
2018 |
checksum = "23e0b72e7c9042467008b10279fc732326bd605459ae03bda88825909dd19b56"
|
2019 |
dependencies = [
|
2020 |
"crossbeam-channel",
|
2021 |
+
"crossbeam-utils 0.8.18",
|
2022 |
"dashmap",
|
2023 |
"skeptic",
|
2024 |
"smallvec 1.11.2",
|
|
|
2198 |
|
2199 |
[[package]]
|
2200 |
name = "object"
|
2201 |
+
version = "0.32.2"
|
2202 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2203 |
+
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2204 |
dependencies = [
|
2205 |
"memchr",
|
2206 |
]
|
|
|
2240 |
dependencies = [
|
2241 |
"proc-macro2 1.0.71",
|
2242 |
"quote 1.0.33",
|
2243 |
+
"syn 2.0.43",
|
2244 |
]
|
2245 |
|
2246 |
[[package]]
|
|
|
2451 |
"phf_shared 0.11.2",
|
2452 |
"proc-macro2 1.0.71",
|
2453 |
"quote 1.0.33",
|
2454 |
+
"syn 2.0.43",
|
2455 |
]
|
2456 |
|
2457 |
[[package]]
|
|
|
2498 |
dependencies = [
|
2499 |
"proc-macro2 1.0.71",
|
2500 |
"quote 1.0.33",
|
2501 |
+
"syn 2.0.43",
|
2502 |
]
|
2503 |
|
2504 |
[[package]]
|
|
|
2606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2607 |
checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
|
2608 |
dependencies = [
|
2609 |
+
"crossbeam-utils 0.8.18",
|
2610 |
"libc",
|
2611 |
"mach2",
|
2612 |
"once_cell",
|
|
|
2798 |
"async-trait",
|
2799 |
"bytes 1.5.0",
|
2800 |
"combine",
|
2801 |
+
"futures 0.3.30",
|
2802 |
"futures-util",
|
2803 |
"itoa 1.0.10",
|
2804 |
"percent-encoding 2.3.1",
|
|
|
3047 |
|
3048 |
[[package]]
|
3049 |
name = "schannel"
|
3050 |
+
version = "0.1.23"
|
3051 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3052 |
+
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
3053 |
dependencies = [
|
3054 |
+
"windows-sys 0.52.0",
|
3055 |
]
|
3056 |
|
3057 |
[[package]]
|
|
|
3066 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3067 |
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
|
3068 |
dependencies = [
|
3069 |
+
"ahash 0.8.7",
|
3070 |
"cssparser 0.31.2",
|
3071 |
"ego-tree",
|
3072 |
"html5ever 0.26.0",
|
|
|
3178 |
dependencies = [
|
3179 |
"proc-macro2 1.0.71",
|
3180 |
"quote 1.0.33",
|
3181 |
+
"syn 2.0.43",
|
3182 |
]
|
3183 |
|
3184 |
[[package]]
|
|
|
3414 |
|
3415 |
[[package]]
|
3416 |
name = "syn"
|
3417 |
+
version = "2.0.43"
|
3418 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3419 |
+
checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
|
3420 |
dependencies = [
|
3421 |
"proc-macro2 1.0.71",
|
3422 |
"quote 1.0.33",
|
|
|
3474 |
|
3475 |
[[package]]
|
3476 |
name = "tempfile"
|
3477 |
+
version = "3.9.0"
|
3478 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3479 |
+
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
3480 |
dependencies = [
|
3481 |
"cfg-if 1.0.0",
|
3482 |
"fastrand",
|
3483 |
"redox_syscall 0.4.1",
|
3484 |
"rustix",
|
3485 |
+
"windows-sys 0.52.0",
|
3486 |
]
|
3487 |
|
3488 |
[[package]]
|
|
|
3655 |
dependencies = [
|
3656 |
"proc-macro2 1.0.71",
|
3657 |
"quote 1.0.33",
|
3658 |
+
"syn 2.0.43",
|
3659 |
]
|
3660 |
|
3661 |
[[package]]
|
|
|
3993 |
"once_cell",
|
3994 |
"proc-macro2 1.0.71",
|
3995 |
"quote 1.0.33",
|
3996 |
+
"syn 2.0.43",
|
3997 |
"wasm-bindgen-shared",
|
3998 |
]
|
3999 |
|
|
|
4027 |
dependencies = [
|
4028 |
"proc-macro2 1.0.71",
|
4029 |
"quote 1.0.33",
|
4030 |
+
"syn 2.0.43",
|
4031 |
"wasm-bindgen-backend",
|
4032 |
"wasm-bindgen-shared",
|
4033 |
]
|
|
|
4056 |
|
4057 |
[[package]]
|
4058 |
name = "websurfx"
|
4059 |
+
version = "1.7.3"
|
4060 |
dependencies = [
|
4061 |
"actix-cors",
|
4062 |
"actix-files",
|
|
|
4070 |
"env_logger",
|
4071 |
"error-stack",
|
4072 |
"fake-useragent",
|
4073 |
+
"futures 0.3.30",
|
4074 |
"lightningcss",
|
4075 |
"log",
|
4076 |
"maud",
|
|
|
4324 |
dependencies = [
|
4325 |
"proc-macro2 1.0.71",
|
4326 |
"quote 1.0.33",
|
4327 |
+
"syn 2.0.43",
|
4328 |
]
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.
|
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.7.3"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|