neon_arch
commited on
Commit
Β·
5f20b31
1
Parent(s):
fceacdb
π chore: bump the app version (#180)(#178)
Browse files- Cargo.lock +31 -43
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -59,17 +59,17 @@ dependencies = [
|
|
59 |
|
60 |
[[package]]
|
61 |
name = "actix-http"
|
62 |
-
version = "3.
|
63 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64 |
-
checksum = "
|
65 |
dependencies = [
|
66 |
"actix-codec",
|
67 |
"actix-rt",
|
68 |
"actix-service",
|
69 |
"actix-utils",
|
70 |
-
"ahash
|
71 |
"base64 0.21.3",
|
72 |
-
"bitflags
|
73 |
"brotli",
|
74 |
"bytes 1.4.0",
|
75 |
"bytestring",
|
@@ -169,9 +169,9 @@ dependencies = [
|
|
169 |
|
170 |
[[package]]
|
171 |
name = "actix-web"
|
172 |
-
version = "4.
|
173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174 |
-
checksum = "
|
175 |
dependencies = [
|
176 |
"actix-codec",
|
177 |
"actix-http",
|
@@ -182,7 +182,7 @@ dependencies = [
|
|
182 |
"actix-service",
|
183 |
"actix-utils",
|
184 |
"actix-web-codegen",
|
185 |
-
"ahash
|
186 |
"bytes 1.4.0",
|
187 |
"bytestring",
|
188 |
"cfg-if 1.0.0",
|
@@ -191,7 +191,6 @@ dependencies = [
|
|
191 |
"encoding_rs",
|
192 |
"futures-core",
|
193 |
"futures-util",
|
194 |
-
"http 0.2.9",
|
195 |
"itoa 1.0.9",
|
196 |
"language-tags",
|
197 |
"log",
|
@@ -203,21 +202,21 @@ dependencies = [
|
|
203 |
"serde_json",
|
204 |
"serde_urlencoded 0.7.1",
|
205 |
"smallvec 1.11.0",
|
206 |
-
"socket2 0.
|
207 |
"time 0.3.28",
|
208 |
-
"url 2.4.
|
209 |
]
|
210 |
|
211 |
[[package]]
|
212 |
name = "actix-web-codegen"
|
213 |
-
version = "4.2.
|
214 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
215 |
-
checksum = "
|
216 |
dependencies = [
|
217 |
"actix-router",
|
218 |
"proc-macro2 1.0.66",
|
219 |
"quote 1.0.33",
|
220 |
-
"syn
|
221 |
]
|
222 |
|
223 |
[[package]]
|
@@ -235,17 +234,6 @@ version = "1.0.2"
|
|
235 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
236 |
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
237 |
|
238 |
-
[[package]]
|
239 |
-
name = "ahash"
|
240 |
-
version = "0.7.6"
|
241 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
242 |
-
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
243 |
-
dependencies = [
|
244 |
-
"getrandom",
|
245 |
-
"once_cell",
|
246 |
-
"version_check",
|
247 |
-
]
|
248 |
-
|
249 |
[[package]]
|
250 |
name = "ahash"
|
251 |
version = "0.8.3"
|
@@ -260,9 +248,9 @@ dependencies = [
|
|
260 |
|
261 |
[[package]]
|
262 |
name = "aho-corasick"
|
263 |
-
version = "1.0.
|
264 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
265 |
-
checksum = "
|
266 |
dependencies = [
|
267 |
"memchr",
|
268 |
]
|
@@ -538,18 +526,18 @@ dependencies = [
|
|
538 |
|
539 |
[[package]]
|
540 |
name = "clap"
|
541 |
-
version = "4.4.
|
542 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
543 |
-
checksum = "
|
544 |
dependencies = [
|
545 |
"clap_builder",
|
546 |
]
|
547 |
|
548 |
[[package]]
|
549 |
name = "clap_builder"
|
550 |
-
version = "4.4.
|
551 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
552 |
-
checksum = "
|
553 |
dependencies = [
|
554 |
"anstyle",
|
555 |
"clap_lex",
|
@@ -935,9 +923,9 @@ dependencies = [
|
|
935 |
|
936 |
[[package]]
|
937 |
name = "errno"
|
938 |
-
version = "0.3.
|
939 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
940 |
-
checksum = "
|
941 |
dependencies = [
|
942 |
"errno-dragonfly",
|
943 |
"libc",
|
@@ -1719,9 +1707,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
1719 |
|
1720 |
[[package]]
|
1721 |
name = "memchr"
|
1722 |
-
version = "2.
|
1723 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1724 |
-
checksum = "
|
1725 |
|
1726 |
[[package]]
|
1727 |
name = "memoffset"
|
@@ -2290,7 +2278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2290 |
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
|
2291 |
dependencies = [
|
2292 |
"idna 0.2.3",
|
2293 |
-
"url 2.4.
|
2294 |
]
|
2295 |
|
2296 |
[[package]]
|
@@ -2499,7 +2487,7 @@ dependencies = [
|
|
2499 |
"tokio 1.32.0",
|
2500 |
"tokio-retry",
|
2501 |
"tokio-util",
|
2502 |
-
"url 2.4.
|
2503 |
]
|
2504 |
|
2505 |
[[package]]
|
@@ -2610,7 +2598,7 @@ dependencies = [
|
|
2610 |
"tokio 1.32.0",
|
2611 |
"tokio-native-tls",
|
2612 |
"tower-service",
|
2613 |
-
"url 2.4.
|
2614 |
"wasm-bindgen",
|
2615 |
"wasm-bindgen-futures",
|
2616 |
"web-sys",
|
@@ -2649,9 +2637,9 @@ dependencies = [
|
|
2649 |
|
2650 |
[[package]]
|
2651 |
name = "rustix"
|
2652 |
-
version = "0.38.
|
2653 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2654 |
-
checksum = "
|
2655 |
dependencies = [
|
2656 |
"bitflags 2.4.0",
|
2657 |
"errno",
|
@@ -2708,7 +2696,7 @@ version = "0.17.1"
|
|
2708 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2709 |
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
2710 |
dependencies = [
|
2711 |
-
"ahash
|
2712 |
"cssparser",
|
2713 |
"ego-tree",
|
2714 |
"getopts",
|
@@ -3527,9 +3515,9 @@ dependencies = [
|
|
3527 |
|
3528 |
[[package]]
|
3529 |
name = "url"
|
3530 |
-
version = "2.4.
|
3531 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3532 |
-
checksum = "
|
3533 |
dependencies = [
|
3534 |
"form_urlencoded",
|
3535 |
"idna 0.4.0",
|
@@ -3683,7 +3671,7 @@ dependencies = [
|
|
3683 |
|
3684 |
[[package]]
|
3685 |
name = "websurfx"
|
3686 |
-
version = "0.18.
|
3687 |
dependencies = [
|
3688 |
"actix-cors",
|
3689 |
"actix-files",
|
|
|
59 |
|
60 |
[[package]]
|
61 |
name = "actix-http"
|
62 |
+
version = "3.4.0"
|
63 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64 |
+
checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
|
65 |
dependencies = [
|
66 |
"actix-codec",
|
67 |
"actix-rt",
|
68 |
"actix-service",
|
69 |
"actix-utils",
|
70 |
+
"ahash",
|
71 |
"base64 0.21.3",
|
72 |
+
"bitflags 2.4.0",
|
73 |
"brotli",
|
74 |
"bytes 1.4.0",
|
75 |
"bytestring",
|
|
|
169 |
|
170 |
[[package]]
|
171 |
name = "actix-web"
|
172 |
+
version = "4.4.0"
|
173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174 |
+
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
|
175 |
dependencies = [
|
176 |
"actix-codec",
|
177 |
"actix-http",
|
|
|
182 |
"actix-service",
|
183 |
"actix-utils",
|
184 |
"actix-web-codegen",
|
185 |
+
"ahash",
|
186 |
"bytes 1.4.0",
|
187 |
"bytestring",
|
188 |
"cfg-if 1.0.0",
|
|
|
191 |
"encoding_rs",
|
192 |
"futures-core",
|
193 |
"futures-util",
|
|
|
194 |
"itoa 1.0.9",
|
195 |
"language-tags",
|
196 |
"log",
|
|
|
202 |
"serde_json",
|
203 |
"serde_urlencoded 0.7.1",
|
204 |
"smallvec 1.11.0",
|
205 |
+
"socket2 0.5.3",
|
206 |
"time 0.3.28",
|
207 |
+
"url 2.4.1",
|
208 |
]
|
209 |
|
210 |
[[package]]
|
211 |
name = "actix-web-codegen"
|
212 |
+
version = "4.2.2"
|
213 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
214 |
+
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
|
215 |
dependencies = [
|
216 |
"actix-router",
|
217 |
"proc-macro2 1.0.66",
|
218 |
"quote 1.0.33",
|
219 |
+
"syn 2.0.29",
|
220 |
]
|
221 |
|
222 |
[[package]]
|
|
|
234 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
235 |
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
[[package]]
|
238 |
name = "ahash"
|
239 |
version = "0.8.3"
|
|
|
248 |
|
249 |
[[package]]
|
250 |
name = "aho-corasick"
|
251 |
+
version = "1.0.5"
|
252 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 |
+
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
|
254 |
dependencies = [
|
255 |
"memchr",
|
256 |
]
|
|
|
526 |
|
527 |
[[package]]
|
528 |
name = "clap"
|
529 |
+
version = "4.4.1"
|
530 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
531 |
+
checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27"
|
532 |
dependencies = [
|
533 |
"clap_builder",
|
534 |
]
|
535 |
|
536 |
[[package]]
|
537 |
name = "clap_builder"
|
538 |
+
version = "4.4.1"
|
539 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
540 |
+
checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d"
|
541 |
dependencies = [
|
542 |
"anstyle",
|
543 |
"clap_lex",
|
|
|
923 |
|
924 |
[[package]]
|
925 |
name = "errno"
|
926 |
+
version = "0.3.3"
|
927 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
928 |
+
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
929 |
dependencies = [
|
930 |
"errno-dragonfly",
|
931 |
"libc",
|
|
|
1707 |
|
1708 |
[[package]]
|
1709 |
name = "memchr"
|
1710 |
+
version = "2.6.1"
|
1711 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712 |
+
checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"
|
1713 |
|
1714 |
[[package]]
|
1715 |
name = "memoffset"
|
|
|
2278 |
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
|
2279 |
dependencies = [
|
2280 |
"idna 0.2.3",
|
2281 |
+
"url 2.4.1",
|
2282 |
]
|
2283 |
|
2284 |
[[package]]
|
|
|
2487 |
"tokio 1.32.0",
|
2488 |
"tokio-retry",
|
2489 |
"tokio-util",
|
2490 |
+
"url 2.4.1",
|
2491 |
]
|
2492 |
|
2493 |
[[package]]
|
|
|
2598 |
"tokio 1.32.0",
|
2599 |
"tokio-native-tls",
|
2600 |
"tower-service",
|
2601 |
+
"url 2.4.1",
|
2602 |
"wasm-bindgen",
|
2603 |
"wasm-bindgen-futures",
|
2604 |
"web-sys",
|
|
|
2637 |
|
2638 |
[[package]]
|
2639 |
name = "rustix"
|
2640 |
+
version = "0.38.10"
|
2641 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2642 |
+
checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964"
|
2643 |
dependencies = [
|
2644 |
"bitflags 2.4.0",
|
2645 |
"errno",
|
|
|
2696 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2697 |
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
2698 |
dependencies = [
|
2699 |
+
"ahash",
|
2700 |
"cssparser",
|
2701 |
"ego-tree",
|
2702 |
"getopts",
|
|
|
3515 |
|
3516 |
[[package]]
|
3517 |
name = "url"
|
3518 |
+
version = "2.4.1"
|
3519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3520 |
+
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
3521 |
dependencies = [
|
3522 |
"form_urlencoded",
|
3523 |
"idna 0.4.0",
|
|
|
3671 |
|
3672 |
[[package]]
|
3673 |
name = "websurfx"
|
3674 |
+
version = "0.18.5"
|
3675 |
dependencies = [
|
3676 |
"actix-cors",
|
3677 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.18.
|
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 = "0.18.5"
|
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"
|