Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
bca2ba1
1
Parent(s):
3f367d0
π chore: bump the app version (#359)
Browse files- Cargo.lock +88 -98
- 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 |
|
@@ -79,7 +79,7 @@ dependencies = [
|
|
79 |
"actix-rt",
|
80 |
"actix-service",
|
81 |
"actix-utils",
|
82 |
-
"ahash 0.8.
|
83 |
"base64 0.21.5",
|
84 |
"bitflags 2.4.1",
|
85 |
"brotli",
|
@@ -194,7 +194,7 @@ dependencies = [
|
|
194 |
"actix-service",
|
195 |
"actix-utils",
|
196 |
"actix-web-codegen",
|
197 |
-
"ahash 0.8.
|
198 |
"bytes 1.5.0",
|
199 |
"bytestring",
|
200 |
"cfg-if 1.0.0",
|
@@ -259,9 +259,9 @@ dependencies = [
|
|
259 |
|
260 |
[[package]]
|
261 |
name = "ahash"
|
262 |
-
version = "0.8.
|
263 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 |
-
checksum = "
|
265 |
dependencies = [
|
266 |
"cfg-if 1.0.0",
|
267 |
"getrandom",
|
@@ -465,9 +465,9 @@ dependencies = [
|
|
465 |
|
466 |
[[package]]
|
467 |
name = "brotli-decompressor"
|
468 |
-
version = "2.5.
|
469 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
470 |
-
checksum = "
|
471 |
dependencies = [
|
472 |
"alloc-no-stdlib",
|
473 |
"alloc-stdlib",
|
@@ -513,9 +513,9 @@ dependencies = [
|
|
513 |
|
514 |
[[package]]
|
515 |
name = "bytecount"
|
516 |
-
version = "0.6.
|
517 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
518 |
-
checksum = "
|
519 |
|
520 |
[[package]]
|
521 |
name = "byteorder"
|
@@ -542,9 +542,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
542 |
|
543 |
[[package]]
|
544 |
name = "bytestring"
|
545 |
-
version = "1.3.
|
546 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547 |
-
checksum = "
|
548 |
dependencies = [
|
549 |
"bytes 1.5.0",
|
550 |
]
|
@@ -646,18 +646,18 @@ dependencies = [
|
|
646 |
|
647 |
[[package]]
|
648 |
name = "clap"
|
649 |
-
version = "4.4.
|
650 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
651 |
-
checksum = "
|
652 |
dependencies = [
|
653 |
"clap_builder",
|
654 |
]
|
655 |
|
656 |
[[package]]
|
657 |
name = "clap_builder"
|
658 |
-
version = "4.4.
|
659 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660 |
-
checksum = "
|
661 |
dependencies = [
|
662 |
"anstyle",
|
663 |
"clap_lex",
|
@@ -665,9 +665,9 @@ dependencies = [
|
|
665 |
|
666 |
[[package]]
|
667 |
name = "clap_lex"
|
668 |
-
version = "0.
|
669 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
670 |
-
checksum = "
|
671 |
|
672 |
[[package]]
|
673 |
name = "cloudabi"
|
@@ -775,9 +775,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
775 |
|
776 |
[[package]]
|
777 |
name = "cpufeatures"
|
778 |
-
version = "0.2.
|
779 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
780 |
-
checksum = "
|
781 |
dependencies = [
|
782 |
"libc",
|
783 |
]
|
@@ -1274,9 +1274,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
1274 |
|
1275 |
[[package]]
|
1276 |
name = "futures"
|
1277 |
-
version = "0.3.
|
1278 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279 |
-
checksum = "
|
1280 |
dependencies = [
|
1281 |
"futures-channel",
|
1282 |
"futures-core",
|
@@ -1289,9 +1289,9 @@ dependencies = [
|
|
1289 |
|
1290 |
[[package]]
|
1291 |
name = "futures-channel"
|
1292 |
-
version = "0.3.
|
1293 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1294 |
-
checksum = "
|
1295 |
dependencies = [
|
1296 |
"futures-core",
|
1297 |
"futures-sink",
|
@@ -1299,9 +1299,9 @@ dependencies = [
|
|
1299 |
|
1300 |
[[package]]
|
1301 |
name = "futures-core"
|
1302 |
-
version = "0.3.
|
1303 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304 |
-
checksum = "
|
1305 |
|
1306 |
[[package]]
|
1307 |
name = "futures-cpupool"
|
@@ -1315,9 +1315,9 @@ dependencies = [
|
|
1315 |
|
1316 |
[[package]]
|
1317 |
name = "futures-executor"
|
1318 |
-
version = "0.3.
|
1319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1320 |
-
checksum = "
|
1321 |
dependencies = [
|
1322 |
"futures-core",
|
1323 |
"futures-task",
|
@@ -1326,15 +1326,15 @@ dependencies = [
|
|
1326 |
|
1327 |
[[package]]
|
1328 |
name = "futures-io"
|
1329 |
-
version = "0.3.
|
1330 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1331 |
-
checksum = "
|
1332 |
|
1333 |
[[package]]
|
1334 |
name = "futures-macro"
|
1335 |
-
version = "0.3.
|
1336 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1337 |
-
checksum = "
|
1338 |
dependencies = [
|
1339 |
"proc-macro2 1.0.69",
|
1340 |
"quote 1.0.33",
|
@@ -1343,15 +1343,15 @@ dependencies = [
|
|
1343 |
|
1344 |
[[package]]
|
1345 |
name = "futures-sink"
|
1346 |
-
version = "0.3.
|
1347 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1348 |
-
checksum = "
|
1349 |
|
1350 |
[[package]]
|
1351 |
name = "futures-task"
|
1352 |
-
version = "0.3.
|
1353 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1354 |
-
checksum = "
|
1355 |
|
1356 |
[[package]]
|
1357 |
name = "futures-timer"
|
@@ -1361,9 +1361,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
1361 |
|
1362 |
[[package]]
|
1363 |
name = "futures-util"
|
1364 |
-
version = "0.3.
|
1365 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1366 |
-
checksum = "
|
1367 |
dependencies = [
|
1368 |
"futures-channel",
|
1369 |
"futures-core",
|
@@ -1436,7 +1436,7 @@ checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5"
|
|
1436 |
dependencies = [
|
1437 |
"cfg-if 1.0.0",
|
1438 |
"dashmap",
|
1439 |
-
"futures 0.3.
|
1440 |
"futures-timer",
|
1441 |
"no-std-compat",
|
1442 |
"nonzero_ext",
|
@@ -1519,7 +1519,7 @@ version = "0.13.2"
|
|
1519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1520 |
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
1521 |
dependencies = [
|
1522 |
-
"ahash 0.8.
|
1523 |
"bumpalo",
|
1524 |
]
|
1525 |
|
@@ -1697,9 +1697,9 @@ dependencies = [
|
|
1697 |
|
1698 |
[[package]]
|
1699 |
name = "hyper-rustls"
|
1700 |
-
version = "0.24.
|
1701 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1702 |
-
checksum = "
|
1703 |
dependencies = [
|
1704 |
"futures-util",
|
1705 |
"http 0.2.9",
|
@@ -1899,9 +1899,9 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
|
1899 |
|
1900 |
[[package]]
|
1901 |
name = "local-channel"
|
1902 |
-
version = "0.1.
|
1903 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1904 |
-
checksum = "
|
1905 |
dependencies = [
|
1906 |
"futures-core",
|
1907 |
"futures-sink",
|
@@ -1910,9 +1910,9 @@ dependencies = [
|
|
1910 |
|
1911 |
[[package]]
|
1912 |
name = "local-waker"
|
1913 |
-
version = "0.1.
|
1914 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1915 |
-
checksum = "
|
1916 |
|
1917 |
[[package]]
|
1918 |
name = "lock_api"
|
@@ -2445,9 +2445,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
2445 |
|
2446 |
[[package]]
|
2447 |
name = "pest"
|
2448 |
-
version = "2.7.
|
2449 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2450 |
-
checksum = "
|
2451 |
dependencies = [
|
2452 |
"memchr",
|
2453 |
"thiserror",
|
@@ -2456,9 +2456,9 @@ dependencies = [
|
|
2456 |
|
2457 |
[[package]]
|
2458 |
name = "pest_derive"
|
2459 |
-
version = "2.7.
|
2460 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2461 |
-
checksum = "
|
2462 |
dependencies = [
|
2463 |
"pest",
|
2464 |
"pest_generator",
|
@@ -2466,9 +2466,9 @@ dependencies = [
|
|
2466 |
|
2467 |
[[package]]
|
2468 |
name = "pest_generator"
|
2469 |
-
version = "2.7.
|
2470 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2471 |
-
checksum = "
|
2472 |
dependencies = [
|
2473 |
"pest",
|
2474 |
"pest_meta",
|
@@ -2479,9 +2479,9 @@ dependencies = [
|
|
2479 |
|
2480 |
[[package]]
|
2481 |
name = "pest_meta"
|
2482 |
-
version = "2.7.
|
2483 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2484 |
-
checksum = "
|
2485 |
dependencies = [
|
2486 |
"once_cell",
|
2487 |
"pest",
|
@@ -2973,7 +2973,7 @@ dependencies = [
|
|
2973 |
"async-trait",
|
2974 |
"bytes 1.5.0",
|
2975 |
"combine",
|
2976 |
-
"futures 0.3.
|
2977 |
"futures-util",
|
2978 |
"itoa 1.0.9",
|
2979 |
"percent-encoding 2.3.0",
|
@@ -2993,15 +2993,6 @@ version = "0.1.57"
|
|
2993 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2994 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2995 |
|
2996 |
-
[[package]]
|
2997 |
-
name = "redox_syscall"
|
2998 |
-
version = "0.3.5"
|
2999 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3000 |
-
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
3001 |
-
dependencies = [
|
3002 |
-
"bitflags 1.3.2",
|
3003 |
-
]
|
3004 |
-
|
3005 |
[[package]]
|
3006 |
name = "redox_syscall"
|
3007 |
version = "0.4.1"
|
@@ -3125,17 +3116,16 @@ dependencies = [
|
|
3125 |
|
3126 |
[[package]]
|
3127 |
name = "ring"
|
3128 |
-
version = "0.
|
3129 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3130 |
-
checksum = "
|
3131 |
dependencies = [
|
3132 |
"cc",
|
|
|
3133 |
"libc",
|
3134 |
-
"once_cell",
|
3135 |
"spin",
|
3136 |
"untrusted",
|
3137 |
-
"
|
3138 |
-
"winapi 0.3.9",
|
3139 |
]
|
3140 |
|
3141 |
[[package]]
|
@@ -3198,9 +3188,9 @@ dependencies = [
|
|
3198 |
|
3199 |
[[package]]
|
3200 |
name = "rustix"
|
3201 |
-
version = "0.38.
|
3202 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3203 |
-
checksum = "
|
3204 |
dependencies = [
|
3205 |
"bitflags 2.4.1",
|
3206 |
"errno",
|
@@ -3211,9 +3201,9 @@ dependencies = [
|
|
3211 |
|
3212 |
[[package]]
|
3213 |
name = "rustls"
|
3214 |
-
version = "0.21.
|
3215 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3216 |
-
checksum = "
|
3217 |
dependencies = [
|
3218 |
"log",
|
3219 |
"ring",
|
@@ -3232,9 +3222,9 @@ dependencies = [
|
|
3232 |
|
3233 |
[[package]]
|
3234 |
name = "rustls-webpki"
|
3235 |
-
version = "0.101.
|
3236 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3237 |
-
checksum = "
|
3238 |
dependencies = [
|
3239 |
"ring",
|
3240 |
"untrusted",
|
@@ -3288,7 +3278,7 @@ version = "0.17.1"
|
|
3288 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3289 |
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
3290 |
dependencies = [
|
3291 |
-
"ahash 0.8.
|
3292 |
"cssparser 0.31.2",
|
3293 |
"ego-tree",
|
3294 |
"getopts",
|
@@ -3301,9 +3291,9 @@ dependencies = [
|
|
3301 |
|
3302 |
[[package]]
|
3303 |
name = "sct"
|
3304 |
-
version = "0.7.
|
3305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3306 |
-
checksum = "
|
3307 |
dependencies = [
|
3308 |
"ring",
|
3309 |
"untrusted",
|
@@ -3393,18 +3383,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
3393 |
|
3394 |
[[package]]
|
3395 |
name = "serde"
|
3396 |
-
version = "1.0.
|
3397 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3398 |
-
checksum = "
|
3399 |
dependencies = [
|
3400 |
"serde_derive",
|
3401 |
]
|
3402 |
|
3403 |
[[package]]
|
3404 |
name = "serde_derive"
|
3405 |
-
version = "1.0.
|
3406 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3407 |
-
checksum = "
|
3408 |
dependencies = [
|
3409 |
"proc-macro2 1.0.69",
|
3410 |
"quote 1.0.33",
|
@@ -3413,9 +3403,9 @@ dependencies = [
|
|
3413 |
|
3414 |
[[package]]
|
3415 |
name = "serde_json"
|
3416 |
-
version = "1.0.
|
3417 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3418 |
-
checksum = "
|
3419 |
dependencies = [
|
3420 |
"itoa 1.0.9",
|
3421 |
"ryu",
|
@@ -3583,9 +3573,9 @@ dependencies = [
|
|
3583 |
|
3584 |
[[package]]
|
3585 |
name = "spin"
|
3586 |
-
version = "0.
|
3587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3588 |
-
checksum = "
|
3589 |
|
3590 |
[[package]]
|
3591 |
name = "stable_deref_trait"
|
@@ -3752,13 +3742,13 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
3752 |
|
3753 |
[[package]]
|
3754 |
name = "tempfile"
|
3755 |
-
version = "3.8.
|
3756 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3757 |
-
checksum = "
|
3758 |
dependencies = [
|
3759 |
"cfg-if 1.0.0",
|
3760 |
"fastrand",
|
3761 |
-
"redox_syscall 0.
|
3762 |
"rustix",
|
3763 |
"windows-sys",
|
3764 |
]
|
@@ -4059,9 +4049,9 @@ dependencies = [
|
|
4059 |
|
4060 |
[[package]]
|
4061 |
name = "tokio-util"
|
4062 |
-
version = "0.7.
|
4063 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4064 |
-
checksum = "
|
4065 |
dependencies = [
|
4066 |
"bytes 1.5.0",
|
4067 |
"futures-core",
|
@@ -4189,9 +4179,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
4189 |
|
4190 |
[[package]]
|
4191 |
name = "untrusted"
|
4192 |
-
version = "0.
|
4193 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4194 |
-
checksum = "
|
4195 |
|
4196 |
[[package]]
|
4197 |
name = "url"
|
@@ -4380,7 +4370,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
4380 |
|
4381 |
[[package]]
|
4382 |
name = "websurfx"
|
4383 |
-
version = "1.2.
|
4384 |
dependencies = [
|
4385 |
"actix-cors",
|
4386 |
"actix-files",
|
@@ -4393,7 +4383,7 @@ dependencies = [
|
|
4393 |
"env_logger",
|
4394 |
"error-stack",
|
4395 |
"fake-useragent",
|
4396 |
-
"futures 0.3.
|
4397 |
"handlebars",
|
4398 |
"lightningcss",
|
4399 |
"log",
|
@@ -4576,18 +4566,18 @@ dependencies = [
|
|
4576 |
|
4577 |
[[package]]
|
4578 |
name = "zerocopy"
|
4579 |
-
version = "0.7.
|
4580 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4581 |
-
checksum = "
|
4582 |
dependencies = [
|
4583 |
"zerocopy-derive",
|
4584 |
]
|
4585 |
|
4586 |
[[package]]
|
4587 |
name = "zerocopy-derive"
|
4588 |
-
version = "0.7.
|
4589 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4590 |
-
checksum = "
|
4591 |
dependencies = [
|
4592 |
"proc-macro2 1.0.69",
|
4593 |
"quote 1.0.33",
|
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
+
"futures 0.3.29",
|
69 |
"governor",
|
70 |
]
|
71 |
|
|
|
79 |
"actix-rt",
|
80 |
"actix-service",
|
81 |
"actix-utils",
|
82 |
+
"ahash 0.8.6",
|
83 |
"base64 0.21.5",
|
84 |
"bitflags 2.4.1",
|
85 |
"brotli",
|
|
|
194 |
"actix-service",
|
195 |
"actix-utils",
|
196 |
"actix-web-codegen",
|
197 |
+
"ahash 0.8.6",
|
198 |
"bytes 1.5.0",
|
199 |
"bytestring",
|
200 |
"cfg-if 1.0.0",
|
|
|
259 |
|
260 |
[[package]]
|
261 |
name = "ahash"
|
262 |
+
version = "0.8.6"
|
263 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 |
+
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
265 |
dependencies = [
|
266 |
"cfg-if 1.0.0",
|
267 |
"getrandom",
|
|
|
465 |
|
466 |
[[package]]
|
467 |
name = "brotli-decompressor"
|
468 |
+
version = "2.5.1"
|
469 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
470 |
+
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
471 |
dependencies = [
|
472 |
"alloc-no-stdlib",
|
473 |
"alloc-stdlib",
|
|
|
513 |
|
514 |
[[package]]
|
515 |
name = "bytecount"
|
516 |
+
version = "0.6.7"
|
517 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
518 |
+
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
|
519 |
|
520 |
[[package]]
|
521 |
name = "byteorder"
|
|
|
542 |
|
543 |
[[package]]
|
544 |
name = "bytestring"
|
545 |
+
version = "1.3.1"
|
546 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547 |
+
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
548 |
dependencies = [
|
549 |
"bytes 1.5.0",
|
550 |
]
|
|
|
646 |
|
647 |
[[package]]
|
648 |
name = "clap"
|
649 |
+
version = "4.4.7"
|
650 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
651 |
+
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
|
652 |
dependencies = [
|
653 |
"clap_builder",
|
654 |
]
|
655 |
|
656 |
[[package]]
|
657 |
name = "clap_builder"
|
658 |
+
version = "4.4.7"
|
659 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660 |
+
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
|
661 |
dependencies = [
|
662 |
"anstyle",
|
663 |
"clap_lex",
|
|
|
665 |
|
666 |
[[package]]
|
667 |
name = "clap_lex"
|
668 |
+
version = "0.6.0"
|
669 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
670 |
+
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
671 |
|
672 |
[[package]]
|
673 |
name = "cloudabi"
|
|
|
775 |
|
776 |
[[package]]
|
777 |
name = "cpufeatures"
|
778 |
+
version = "0.2.11"
|
779 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
780 |
+
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
781 |
dependencies = [
|
782 |
"libc",
|
783 |
]
|
|
|
1274 |
|
1275 |
[[package]]
|
1276 |
name = "futures"
|
1277 |
+
version = "0.3.29"
|
1278 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279 |
+
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
|
1280 |
dependencies = [
|
1281 |
"futures-channel",
|
1282 |
"futures-core",
|
|
|
1289 |
|
1290 |
[[package]]
|
1291 |
name = "futures-channel"
|
1292 |
+
version = "0.3.29"
|
1293 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1294 |
+
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
1295 |
dependencies = [
|
1296 |
"futures-core",
|
1297 |
"futures-sink",
|
|
|
1299 |
|
1300 |
[[package]]
|
1301 |
name = "futures-core"
|
1302 |
+
version = "0.3.29"
|
1303 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304 |
+
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
1305 |
|
1306 |
[[package]]
|
1307 |
name = "futures-cpupool"
|
|
|
1315 |
|
1316 |
[[package]]
|
1317 |
name = "futures-executor"
|
1318 |
+
version = "0.3.29"
|
1319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1320 |
+
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
|
1321 |
dependencies = [
|
1322 |
"futures-core",
|
1323 |
"futures-task",
|
|
|
1326 |
|
1327 |
[[package]]
|
1328 |
name = "futures-io"
|
1329 |
+
version = "0.3.29"
|
1330 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1331 |
+
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
1332 |
|
1333 |
[[package]]
|
1334 |
name = "futures-macro"
|
1335 |
+
version = "0.3.29"
|
1336 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1337 |
+
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
1338 |
dependencies = [
|
1339 |
"proc-macro2 1.0.69",
|
1340 |
"quote 1.0.33",
|
|
|
1343 |
|
1344 |
[[package]]
|
1345 |
name = "futures-sink"
|
1346 |
+
version = "0.3.29"
|
1347 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1348 |
+
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
1349 |
|
1350 |
[[package]]
|
1351 |
name = "futures-task"
|
1352 |
+
version = "0.3.29"
|
1353 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1354 |
+
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
1355 |
|
1356 |
[[package]]
|
1357 |
name = "futures-timer"
|
|
|
1361 |
|
1362 |
[[package]]
|
1363 |
name = "futures-util"
|
1364 |
+
version = "0.3.29"
|
1365 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1366 |
+
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
1367 |
dependencies = [
|
1368 |
"futures-channel",
|
1369 |
"futures-core",
|
|
|
1436 |
dependencies = [
|
1437 |
"cfg-if 1.0.0",
|
1438 |
"dashmap",
|
1439 |
+
"futures 0.3.29",
|
1440 |
"futures-timer",
|
1441 |
"no-std-compat",
|
1442 |
"nonzero_ext",
|
|
|
1519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1520 |
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
1521 |
dependencies = [
|
1522 |
+
"ahash 0.8.6",
|
1523 |
"bumpalo",
|
1524 |
]
|
1525 |
|
|
|
1697 |
|
1698 |
[[package]]
|
1699 |
name = "hyper-rustls"
|
1700 |
+
version = "0.24.2"
|
1701 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1702 |
+
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
1703 |
dependencies = [
|
1704 |
"futures-util",
|
1705 |
"http 0.2.9",
|
|
|
1899 |
|
1900 |
[[package]]
|
1901 |
name = "local-channel"
|
1902 |
+
version = "0.1.5"
|
1903 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1904 |
+
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
1905 |
dependencies = [
|
1906 |
"futures-core",
|
1907 |
"futures-sink",
|
|
|
1910 |
|
1911 |
[[package]]
|
1912 |
name = "local-waker"
|
1913 |
+
version = "0.1.4"
|
1914 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1915 |
+
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
1916 |
|
1917 |
[[package]]
|
1918 |
name = "lock_api"
|
|
|
2445 |
|
2446 |
[[package]]
|
2447 |
name = "pest"
|
2448 |
+
version = "2.7.5"
|
2449 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2450 |
+
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
|
2451 |
dependencies = [
|
2452 |
"memchr",
|
2453 |
"thiserror",
|
|
|
2456 |
|
2457 |
[[package]]
|
2458 |
name = "pest_derive"
|
2459 |
+
version = "2.7.5"
|
2460 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2461 |
+
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
|
2462 |
dependencies = [
|
2463 |
"pest",
|
2464 |
"pest_generator",
|
|
|
2466 |
|
2467 |
[[package]]
|
2468 |
name = "pest_generator"
|
2469 |
+
version = "2.7.5"
|
2470 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2471 |
+
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
|
2472 |
dependencies = [
|
2473 |
"pest",
|
2474 |
"pest_meta",
|
|
|
2479 |
|
2480 |
[[package]]
|
2481 |
name = "pest_meta"
|
2482 |
+
version = "2.7.5"
|
2483 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2484 |
+
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
|
2485 |
dependencies = [
|
2486 |
"once_cell",
|
2487 |
"pest",
|
|
|
2973 |
"async-trait",
|
2974 |
"bytes 1.5.0",
|
2975 |
"combine",
|
2976 |
+
"futures 0.3.29",
|
2977 |
"futures-util",
|
2978 |
"itoa 1.0.9",
|
2979 |
"percent-encoding 2.3.0",
|
|
|
2993 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2994 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2995 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2996 |
[[package]]
|
2997 |
name = "redox_syscall"
|
2998 |
version = "0.4.1"
|
|
|
3116 |
|
3117 |
[[package]]
|
3118 |
name = "ring"
|
3119 |
+
version = "0.17.5"
|
3120 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3121 |
+
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
|
3122 |
dependencies = [
|
3123 |
"cc",
|
3124 |
+
"getrandom",
|
3125 |
"libc",
|
|
|
3126 |
"spin",
|
3127 |
"untrusted",
|
3128 |
+
"windows-sys",
|
|
|
3129 |
]
|
3130 |
|
3131 |
[[package]]
|
|
|
3188 |
|
3189 |
[[package]]
|
3190 |
name = "rustix"
|
3191 |
+
version = "0.38.21"
|
3192 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3193 |
+
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
|
3194 |
dependencies = [
|
3195 |
"bitflags 2.4.1",
|
3196 |
"errno",
|
|
|
3201 |
|
3202 |
[[package]]
|
3203 |
name = "rustls"
|
3204 |
+
version = "0.21.8"
|
3205 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3206 |
+
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
|
3207 |
dependencies = [
|
3208 |
"log",
|
3209 |
"ring",
|
|
|
3222 |
|
3223 |
[[package]]
|
3224 |
name = "rustls-webpki"
|
3225 |
+
version = "0.101.7"
|
3226 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3227 |
+
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3228 |
dependencies = [
|
3229 |
"ring",
|
3230 |
"untrusted",
|
|
|
3278 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3279 |
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
3280 |
dependencies = [
|
3281 |
+
"ahash 0.8.6",
|
3282 |
"cssparser 0.31.2",
|
3283 |
"ego-tree",
|
3284 |
"getopts",
|
|
|
3291 |
|
3292 |
[[package]]
|
3293 |
name = "sct"
|
3294 |
+
version = "0.7.1"
|
3295 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3296 |
+
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
3297 |
dependencies = [
|
3298 |
"ring",
|
3299 |
"untrusted",
|
|
|
3383 |
|
3384 |
[[package]]
|
3385 |
name = "serde"
|
3386 |
+
version = "1.0.190"
|
3387 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3388 |
+
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
|
3389 |
dependencies = [
|
3390 |
"serde_derive",
|
3391 |
]
|
3392 |
|
3393 |
[[package]]
|
3394 |
name = "serde_derive"
|
3395 |
+
version = "1.0.190"
|
3396 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3397 |
+
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
|
3398 |
dependencies = [
|
3399 |
"proc-macro2 1.0.69",
|
3400 |
"quote 1.0.33",
|
|
|
3403 |
|
3404 |
[[package]]
|
3405 |
name = "serde_json"
|
3406 |
+
version = "1.0.108"
|
3407 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3408 |
+
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
3409 |
dependencies = [
|
3410 |
"itoa 1.0.9",
|
3411 |
"ryu",
|
|
|
3573 |
|
3574 |
[[package]]
|
3575 |
name = "spin"
|
3576 |
+
version = "0.9.8"
|
3577 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3578 |
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
3579 |
|
3580 |
[[package]]
|
3581 |
name = "stable_deref_trait"
|
|
|
3742 |
|
3743 |
[[package]]
|
3744 |
name = "tempfile"
|
3745 |
+
version = "3.8.1"
|
3746 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3747 |
+
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
3748 |
dependencies = [
|
3749 |
"cfg-if 1.0.0",
|
3750 |
"fastrand",
|
3751 |
+
"redox_syscall 0.4.1",
|
3752 |
"rustix",
|
3753 |
"windows-sys",
|
3754 |
]
|
|
|
4049 |
|
4050 |
[[package]]
|
4051 |
name = "tokio-util"
|
4052 |
+
version = "0.7.10"
|
4053 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4054 |
+
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
4055 |
dependencies = [
|
4056 |
"bytes 1.5.0",
|
4057 |
"futures-core",
|
|
|
4179 |
|
4180 |
[[package]]
|
4181 |
name = "untrusted"
|
4182 |
+
version = "0.9.0"
|
4183 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4184 |
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4185 |
|
4186 |
[[package]]
|
4187 |
name = "url"
|
|
|
4370 |
|
4371 |
[[package]]
|
4372 |
name = "websurfx"
|
4373 |
+
version = "1.2.15"
|
4374 |
dependencies = [
|
4375 |
"actix-cors",
|
4376 |
"actix-files",
|
|
|
4383 |
"env_logger",
|
4384 |
"error-stack",
|
4385 |
"fake-useragent",
|
4386 |
+
"futures 0.3.29",
|
4387 |
"handlebars",
|
4388 |
"lightningcss",
|
4389 |
"log",
|
|
|
4566 |
|
4567 |
[[package]]
|
4568 |
name = "zerocopy"
|
4569 |
+
version = "0.7.20"
|
4570 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4571 |
+
checksum = "dd66a62464e3ffd4e37bd09950c2b9dd6c4f8767380fabba0d523f9a775bc85a"
|
4572 |
dependencies = [
|
4573 |
"zerocopy-derive",
|
4574 |
]
|
4575 |
|
4576 |
[[package]]
|
4577 |
name = "zerocopy-derive"
|
4578 |
+
version = "0.7.20"
|
4579 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4580 |
+
checksum = "255c4596d41e6916ced49cfafea18727b24d67878fa180ddfd69b9df34fd1726"
|
4581 |
dependencies = [
|
4582 |
"proc-macro2 1.0.69",
|
4583 |
"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.15"
|
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"
|