Spaces:
Running
Running
neon_arch
commited on
Commit
·
b22d60f
1
Parent(s):
acee5d8
:bookmark: chore(release): bump the app version (#592)
Browse files- Cargo.lock +16 -27
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -351,7 +351,7 @@ version = "0.4.12"
|
|
351 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 |
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
|
353 |
dependencies = [
|
354 |
-
"brotli
|
355 |
"flate2",
|
356 |
"futures-core",
|
357 |
"memchr",
|
@@ -490,28 +490,7 @@ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
|
490 |
dependencies = [
|
491 |
"alloc-no-stdlib",
|
492 |
"alloc-stdlib",
|
493 |
-
"brotli-decompressor
|
494 |
-
]
|
495 |
-
|
496 |
-
[[package]]
|
497 |
-
name = "brotli"
|
498 |
-
version = "5.0.0"
|
499 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
500 |
-
checksum = "19483b140a7ac7174d34b5a581b406c64f84da5409d3e09cf4fff604f9270e67"
|
501 |
-
dependencies = [
|
502 |
-
"alloc-no-stdlib",
|
503 |
-
"alloc-stdlib",
|
504 |
-
"brotli-decompressor 4.0.0",
|
505 |
-
]
|
506 |
-
|
507 |
-
[[package]]
|
508 |
-
name = "brotli-decompressor"
|
509 |
-
version = "4.0.1"
|
510 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
511 |
-
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
512 |
-
dependencies = [
|
513 |
-
"alloc-no-stdlib",
|
514 |
-
"alloc-stdlib",
|
515 |
]
|
516 |
|
517 |
[[package]]
|
@@ -872,7 +851,7 @@ dependencies = [
|
|
872 |
"clap",
|
873 |
"criterion-plot",
|
874 |
"is-terminal",
|
875 |
-
"itertools",
|
876 |
"num-traits",
|
877 |
"once_cell",
|
878 |
"oorandom",
|
@@ -891,7 +870,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891 |
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
892 |
dependencies = [
|
893 |
"cast",
|
894 |
-
"itertools",
|
895 |
]
|
896 |
|
897 |
[[package]]
|
@@ -1902,6 +1881,15 @@ dependencies = [
|
|
1902 |
"either",
|
1903 |
]
|
1904 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1905 |
[[package]]
|
1906 |
name = "itoa"
|
1907 |
version = "0.4.8"
|
@@ -2004,7 +1992,7 @@ dependencies = [
|
|
2004 |
"cssparser-color",
|
2005 |
"data-encoding",
|
2006 |
"getrandom",
|
2007 |
-
"itertools",
|
2008 |
"lazy_static",
|
2009 |
"parcel_selectors",
|
2010 |
"paste",
|
@@ -4461,7 +4449,7 @@ dependencies = [
|
|
4461 |
|
4462 |
[[package]]
|
4463 |
name = "websurfx"
|
4464 |
-
version = "1.17.
|
4465 |
dependencies = [
|
4466 |
"actix-cors",
|
4467 |
"actix-files",
|
@@ -4481,6 +4469,7 @@ dependencies = [
|
|
4481 |
"error-stack",
|
4482 |
"fake-useragent",
|
4483 |
"futures 0.3.30",
|
|
|
4484 |
"keyword_extraction",
|
4485 |
"lightningcss",
|
4486 |
"log",
|
|
|
351 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 |
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
|
353 |
dependencies = [
|
354 |
+
"brotli",
|
355 |
"flate2",
|
356 |
"futures-core",
|
357 |
"memchr",
|
|
|
490 |
dependencies = [
|
491 |
"alloc-no-stdlib",
|
492 |
"alloc-stdlib",
|
493 |
+
"brotli-decompressor",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
494 |
]
|
495 |
|
496 |
[[package]]
|
|
|
851 |
"clap",
|
852 |
"criterion-plot",
|
853 |
"is-terminal",
|
854 |
+
"itertools 0.10.5",
|
855 |
"num-traits",
|
856 |
"once_cell",
|
857 |
"oorandom",
|
|
|
870 |
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
871 |
dependencies = [
|
872 |
"cast",
|
873 |
+
"itertools 0.10.5",
|
874 |
]
|
875 |
|
876 |
[[package]]
|
|
|
1881 |
"either",
|
1882 |
]
|
1883 |
|
1884 |
+
[[package]]
|
1885 |
+
name = "itertools"
|
1886 |
+
version = "0.13.0"
|
1887 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1888 |
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
1889 |
+
dependencies = [
|
1890 |
+
"either",
|
1891 |
+
]
|
1892 |
+
|
1893 |
[[package]]
|
1894 |
name = "itoa"
|
1895 |
version = "0.4.8"
|
|
|
1992 |
"cssparser-color",
|
1993 |
"data-encoding",
|
1994 |
"getrandom",
|
1995 |
+
"itertools 0.10.5",
|
1996 |
"lazy_static",
|
1997 |
"parcel_selectors",
|
1998 |
"paste",
|
|
|
4449 |
|
4450 |
[[package]]
|
4451 |
name = "websurfx"
|
4452 |
+
version = "1.17.20"
|
4453 |
dependencies = [
|
4454 |
"actix-cors",
|
4455 |
"actix-files",
|
|
|
4469 |
"error-stack",
|
4470 |
"fake-useragent",
|
4471 |
"futures 0.3.30",
|
4472 |
+
"itertools 0.13.0",
|
4473 |
"keyword_extraction",
|
4474 |
"lightningcss",
|
4475 |
"log",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.17.
|
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.17.20"
|
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"
|