Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
21792dc
1
Parent(s):
62fdbfe
π chore: Bump the app version (#277)
Browse files- Cargo.lock +38 -38
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -290,9 +290,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
290 |
|
291 |
[[package]]
|
292 |
name = "anstyle"
|
293 |
-
version = "1.0.
|
294 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
295 |
-
checksum = "
|
296 |
|
297 |
[[package]]
|
298 |
name = "anyhow"
|
@@ -412,9 +412,9 @@ dependencies = [
|
|
412 |
|
413 |
[[package]]
|
414 |
name = "brotli"
|
415 |
-
version = "3.
|
416 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
417 |
-
checksum = "
|
418 |
dependencies = [
|
419 |
"alloc-no-stdlib",
|
420 |
"alloc-stdlib",
|
@@ -423,9 +423,9 @@ dependencies = [
|
|
423 |
|
424 |
[[package]]
|
425 |
name = "brotli-decompressor"
|
426 |
-
version = "2.
|
427 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428 |
-
checksum = "
|
429 |
dependencies = [
|
430 |
"alloc-no-stdlib",
|
431 |
"alloc-stdlib",
|
@@ -581,18 +581,18 @@ dependencies = [
|
|
581 |
|
582 |
[[package]]
|
583 |
name = "clap"
|
584 |
-
version = "4.4.
|
585 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
586 |
-
checksum = "
|
587 |
dependencies = [
|
588 |
"clap_builder",
|
589 |
]
|
590 |
|
591 |
[[package]]
|
592 |
name = "clap_builder"
|
593 |
-
version = "4.4.
|
594 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
595 |
-
checksum = "
|
596 |
dependencies = [
|
597 |
"anstyle",
|
598 |
"clap_lex",
|
@@ -873,7 +873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
873 |
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
874 |
dependencies = [
|
875 |
"cfg-if 1.0.0",
|
876 |
-
"hashbrown 0.14.
|
877 |
"lock_api 0.4.10",
|
878 |
"once_cell",
|
879 |
"parking_lot_core 0.9.8",
|
@@ -1064,9 +1064,9 @@ dependencies = [
|
|
1064 |
|
1065 |
[[package]]
|
1066 |
name = "fastrand"
|
1067 |
-
version = "2.0.
|
1068 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1069 |
-
checksum = "
|
1070 |
|
1071 |
[[package]]
|
1072 |
name = "flate2"
|
@@ -1392,9 +1392,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1392 |
|
1393 |
[[package]]
|
1394 |
name = "hashbrown"
|
1395 |
-
version = "0.14.
|
1396 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1397 |
-
checksum = "
|
1398 |
|
1399 |
[[package]]
|
1400 |
name = "hermit-abi"
|
@@ -1735,9 +1735,9 @@ dependencies = [
|
|
1735 |
|
1736 |
[[package]]
|
1737 |
name = "linux-raw-sys"
|
1738 |
-
version = "0.4.
|
1739 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1740 |
-
checksum = "
|
1741 |
|
1742 |
[[package]]
|
1743 |
name = "local-channel"
|
@@ -2212,9 +2212,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
2212 |
|
2213 |
[[package]]
|
2214 |
name = "pest"
|
2215 |
-
version = "2.7.
|
2216 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2217 |
-
checksum = "
|
2218 |
dependencies = [
|
2219 |
"memchr",
|
2220 |
"thiserror",
|
@@ -2223,9 +2223,9 @@ dependencies = [
|
|
2223 |
|
2224 |
[[package]]
|
2225 |
name = "pest_derive"
|
2226 |
-
version = "2.7.
|
2227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228 |
-
checksum = "
|
2229 |
dependencies = [
|
2230 |
"pest",
|
2231 |
"pest_generator",
|
@@ -2233,9 +2233,9 @@ dependencies = [
|
|
2233 |
|
2234 |
[[package]]
|
2235 |
name = "pest_generator"
|
2236 |
-
version = "2.7.
|
2237 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2238 |
-
checksum = "
|
2239 |
dependencies = [
|
2240 |
"pest",
|
2241 |
"pest_meta",
|
@@ -2246,9 +2246,9 @@ dependencies = [
|
|
2246 |
|
2247 |
[[package]]
|
2248 |
name = "pest_meta"
|
2249 |
-
version = "2.7.
|
2250 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2251 |
-
checksum = "
|
2252 |
dependencies = [
|
2253 |
"once_cell",
|
2254 |
"pest",
|
@@ -2739,9 +2739,9 @@ dependencies = [
|
|
2739 |
|
2740 |
[[package]]
|
2741 |
name = "regex"
|
2742 |
-
version = "1.9.
|
2743 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2744 |
-
checksum = "
|
2745 |
dependencies = [
|
2746 |
"aho-corasick",
|
2747 |
"memchr",
|
@@ -2751,9 +2751,9 @@ dependencies = [
|
|
2751 |
|
2752 |
[[package]]
|
2753 |
name = "regex-automata"
|
2754 |
-
version = "0.3.
|
2755 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2756 |
-
checksum = "
|
2757 |
dependencies = [
|
2758 |
"aho-corasick",
|
2759 |
"memchr",
|
@@ -2869,9 +2869,9 @@ dependencies = [
|
|
2869 |
|
2870 |
[[package]]
|
2871 |
name = "rustix"
|
2872 |
-
version = "0.38.
|
2873 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2874 |
-
checksum = "
|
2875 |
dependencies = [
|
2876 |
"bitflags 2.4.0",
|
2877 |
"errno",
|
@@ -3098,9 +3098,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
3098 |
|
3099 |
[[package]]
|
3100 |
name = "sha2"
|
3101 |
-
version = "0.10.
|
3102 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3103 |
-
checksum = "
|
3104 |
dependencies = [
|
3105 |
"cfg-if 1.0.0",
|
3106 |
"cpufeatures",
|
@@ -3361,18 +3361,18 @@ dependencies = [
|
|
3361 |
|
3362 |
[[package]]
|
3363 |
name = "thiserror"
|
3364 |
-
version = "1.0.
|
3365 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3366 |
-
checksum = "
|
3367 |
dependencies = [
|
3368 |
"thiserror-impl",
|
3369 |
]
|
3370 |
|
3371 |
[[package]]
|
3372 |
name = "thiserror-impl"
|
3373 |
-
version = "1.0.
|
3374 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3375 |
-
checksum = "
|
3376 |
dependencies = [
|
3377 |
"proc-macro2 1.0.67",
|
3378 |
"quote 1.0.33",
|
@@ -3932,7 +3932,7 @@ dependencies = [
|
|
3932 |
|
3933 |
[[package]]
|
3934 |
name = "websurfx"
|
3935 |
-
version = "0.
|
3936 |
dependencies = [
|
3937 |
"actix-cors",
|
3938 |
"actix-files",
|
|
|
290 |
|
291 |
[[package]]
|
292 |
name = "anstyle"
|
293 |
+
version = "1.0.4"
|
294 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
295 |
+
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
296 |
|
297 |
[[package]]
|
298 |
name = "anyhow"
|
|
|
412 |
|
413 |
[[package]]
|
414 |
name = "brotli"
|
415 |
+
version = "3.4.0"
|
416 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
417 |
+
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
|
418 |
dependencies = [
|
419 |
"alloc-no-stdlib",
|
420 |
"alloc-stdlib",
|
|
|
423 |
|
424 |
[[package]]
|
425 |
name = "brotli-decompressor"
|
426 |
+
version = "2.5.0"
|
427 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428 |
+
checksum = "da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448"
|
429 |
dependencies = [
|
430 |
"alloc-no-stdlib",
|
431 |
"alloc-stdlib",
|
|
|
581 |
|
582 |
[[package]]
|
583 |
name = "clap"
|
584 |
+
version = "4.4.6"
|
585 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
586 |
+
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
587 |
dependencies = [
|
588 |
"clap_builder",
|
589 |
]
|
590 |
|
591 |
[[package]]
|
592 |
name = "clap_builder"
|
593 |
+
version = "4.4.6"
|
594 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
595 |
+
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
596 |
dependencies = [
|
597 |
"anstyle",
|
598 |
"clap_lex",
|
|
|
873 |
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
874 |
dependencies = [
|
875 |
"cfg-if 1.0.0",
|
876 |
+
"hashbrown 0.14.1",
|
877 |
"lock_api 0.4.10",
|
878 |
"once_cell",
|
879 |
"parking_lot_core 0.9.8",
|
|
|
1064 |
|
1065 |
[[package]]
|
1066 |
name = "fastrand"
|
1067 |
+
version = "2.0.1"
|
1068 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1069 |
+
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
1070 |
|
1071 |
[[package]]
|
1072 |
name = "flate2"
|
|
|
1392 |
|
1393 |
[[package]]
|
1394 |
name = "hashbrown"
|
1395 |
+
version = "0.14.1"
|
1396 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1397 |
+
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
1398 |
|
1399 |
[[package]]
|
1400 |
name = "hermit-abi"
|
|
|
1735 |
|
1736 |
[[package]]
|
1737 |
name = "linux-raw-sys"
|
1738 |
+
version = "0.4.8"
|
1739 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1740 |
+
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
|
1741 |
|
1742 |
[[package]]
|
1743 |
name = "local-channel"
|
|
|
2212 |
|
2213 |
[[package]]
|
2214 |
name = "pest"
|
2215 |
+
version = "2.7.4"
|
2216 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2217 |
+
checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"
|
2218 |
dependencies = [
|
2219 |
"memchr",
|
2220 |
"thiserror",
|
|
|
2223 |
|
2224 |
[[package]]
|
2225 |
name = "pest_derive"
|
2226 |
+
version = "2.7.4"
|
2227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228 |
+
checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"
|
2229 |
dependencies = [
|
2230 |
"pest",
|
2231 |
"pest_generator",
|
|
|
2233 |
|
2234 |
[[package]]
|
2235 |
name = "pest_generator"
|
2236 |
+
version = "2.7.4"
|
2237 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2238 |
+
checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"
|
2239 |
dependencies = [
|
2240 |
"pest",
|
2241 |
"pest_meta",
|
|
|
2246 |
|
2247 |
[[package]]
|
2248 |
name = "pest_meta"
|
2249 |
+
version = "2.7.4"
|
2250 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2251 |
+
checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"
|
2252 |
dependencies = [
|
2253 |
"once_cell",
|
2254 |
"pest",
|
|
|
2739 |
|
2740 |
[[package]]
|
2741 |
name = "regex"
|
2742 |
+
version = "1.9.6"
|
2743 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2744 |
+
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
2745 |
dependencies = [
|
2746 |
"aho-corasick",
|
2747 |
"memchr",
|
|
|
2751 |
|
2752 |
[[package]]
|
2753 |
name = "regex-automata"
|
2754 |
+
version = "0.3.9"
|
2755 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2756 |
+
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
2757 |
dependencies = [
|
2758 |
"aho-corasick",
|
2759 |
"memchr",
|
|
|
2869 |
|
2870 |
[[package]]
|
2871 |
name = "rustix"
|
2872 |
+
version = "0.38.15"
|
2873 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2874 |
+
checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"
|
2875 |
dependencies = [
|
2876 |
"bitflags 2.4.0",
|
2877 |
"errno",
|
|
|
3098 |
|
3099 |
[[package]]
|
3100 |
name = "sha2"
|
3101 |
+
version = "0.10.8"
|
3102 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3103 |
+
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
3104 |
dependencies = [
|
3105 |
"cfg-if 1.0.0",
|
3106 |
"cpufeatures",
|
|
|
3361 |
|
3362 |
[[package]]
|
3363 |
name = "thiserror"
|
3364 |
+
version = "1.0.49"
|
3365 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3366 |
+
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
3367 |
dependencies = [
|
3368 |
"thiserror-impl",
|
3369 |
]
|
3370 |
|
3371 |
[[package]]
|
3372 |
name = "thiserror-impl"
|
3373 |
+
version = "1.0.49"
|
3374 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3375 |
+
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
3376 |
dependencies = [
|
3377 |
"proc-macro2 1.0.67",
|
3378 |
"quote 1.0.33",
|
|
|
3932 |
|
3933 |
[[package]]
|
3934 |
name = "websurfx"
|
3935 |
+
version = "1.0.0"
|
3936 |
dependencies = [
|
3937 |
"actix-cors",
|
3938 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.0.0"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|