Spaces:
Running
Running
neon_arch
commited on
Commit
Β·
f68d9ab
1
Parent(s):
a596c07
π chore: bump the app version (#160)
Browse files- Cargo.lock +17 -17
- Cargo.toml +1 -1
Cargo.lock
CHANGED
|
@@ -1817,9 +1817,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
| 1817 |
|
| 1818 |
[[package]]
|
| 1819 |
name = "openssl"
|
| 1820 |
-
version = "0.10.
|
| 1821 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1822 |
-
checksum = "
|
| 1823 |
dependencies = [
|
| 1824 |
"bitflags 1.3.2",
|
| 1825 |
"cfg-if 1.0.0",
|
|
@@ -1849,9 +1849,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
| 1849 |
|
| 1850 |
[[package]]
|
| 1851 |
name = "openssl-sys"
|
| 1852 |
-
version = "0.9.
|
| 1853 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1854 |
-
checksum = "
|
| 1855 |
dependencies = [
|
| 1856 |
"cc",
|
| 1857 |
"libc",
|
|
@@ -2090,9 +2090,9 @@ dependencies = [
|
|
| 2090 |
|
| 2091 |
[[package]]
|
| 2092 |
name = "pin-project-lite"
|
| 2093 |
-
version = "0.2.
|
| 2094 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2095 |
-
checksum = "
|
| 2096 |
|
| 2097 |
[[package]]
|
| 2098 |
name = "pin-utils"
|
|
@@ -2391,9 +2391,9 @@ dependencies = [
|
|
| 2391 |
|
| 2392 |
[[package]]
|
| 2393 |
name = "regex"
|
| 2394 |
-
version = "1.9.
|
| 2395 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2396 |
-
checksum = "
|
| 2397 |
dependencies = [
|
| 2398 |
"aho-corasick",
|
| 2399 |
"memchr",
|
|
@@ -2403,9 +2403,9 @@ dependencies = [
|
|
| 2403 |
|
| 2404 |
[[package]]
|
| 2405 |
name = "regex-automata"
|
| 2406 |
-
version = "0.3.
|
| 2407 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2408 |
-
checksum = "
|
| 2409 |
dependencies = [
|
| 2410 |
"aho-corasick",
|
| 2411 |
"memchr",
|
|
@@ -2539,9 +2539,9 @@ dependencies = [
|
|
| 2539 |
|
| 2540 |
[[package]]
|
| 2541 |
name = "rustix"
|
| 2542 |
-
version = "0.38.
|
| 2543 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2544 |
-
checksum = "
|
| 2545 |
dependencies = [
|
| 2546 |
"bitflags 2.3.3",
|
| 2547 |
"errno",
|
|
@@ -2684,18 +2684,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
| 2684 |
|
| 2685 |
[[package]]
|
| 2686 |
name = "serde"
|
| 2687 |
-
version = "1.0.
|
| 2688 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2689 |
-
checksum = "
|
| 2690 |
dependencies = [
|
| 2691 |
"serde_derive",
|
| 2692 |
]
|
| 2693 |
|
| 2694 |
[[package]]
|
| 2695 |
name = "serde_derive"
|
| 2696 |
-
version = "1.0.
|
| 2697 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2698 |
-
checksum = "
|
| 2699 |
dependencies = [
|
| 2700 |
"proc-macro2 1.0.66",
|
| 2701 |
"quote 1.0.32",
|
|
@@ -3534,7 +3534,7 @@ dependencies = [
|
|
| 3534 |
|
| 3535 |
[[package]]
|
| 3536 |
name = "websurfx"
|
| 3537 |
-
version = "0.16.
|
| 3538 |
dependencies = [
|
| 3539 |
"actix-cors",
|
| 3540 |
"actix-files",
|
|
|
|
| 1817 |
|
| 1818 |
[[package]]
|
| 1819 |
name = "openssl"
|
| 1820 |
+
version = "0.10.56"
|
| 1821 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1822 |
+
checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
|
| 1823 |
dependencies = [
|
| 1824 |
"bitflags 1.3.2",
|
| 1825 |
"cfg-if 1.0.0",
|
|
|
|
| 1849 |
|
| 1850 |
[[package]]
|
| 1851 |
name = "openssl-sys"
|
| 1852 |
+
version = "0.9.91"
|
| 1853 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1854 |
+
checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
|
| 1855 |
dependencies = [
|
| 1856 |
"cc",
|
| 1857 |
"libc",
|
|
|
|
| 2090 |
|
| 2091 |
[[package]]
|
| 2092 |
name = "pin-project-lite"
|
| 2093 |
+
version = "0.2.11"
|
| 2094 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2095 |
+
checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c"
|
| 2096 |
|
| 2097 |
[[package]]
|
| 2098 |
name = "pin-utils"
|
|
|
|
| 2391 |
|
| 2392 |
[[package]]
|
| 2393 |
name = "regex"
|
| 2394 |
+
version = "1.9.3"
|
| 2395 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2396 |
+
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
| 2397 |
dependencies = [
|
| 2398 |
"aho-corasick",
|
| 2399 |
"memchr",
|
|
|
|
| 2403 |
|
| 2404 |
[[package]]
|
| 2405 |
name = "regex-automata"
|
| 2406 |
+
version = "0.3.6"
|
| 2407 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2408 |
+
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
| 2409 |
dependencies = [
|
| 2410 |
"aho-corasick",
|
| 2411 |
"memchr",
|
|
|
|
| 2539 |
|
| 2540 |
[[package]]
|
| 2541 |
name = "rustix"
|
| 2542 |
+
version = "0.38.7"
|
| 2543 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2544 |
+
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
|
| 2545 |
dependencies = [
|
| 2546 |
"bitflags 2.3.3",
|
| 2547 |
"errno",
|
|
|
|
| 2684 |
|
| 2685 |
[[package]]
|
| 2686 |
name = "serde"
|
| 2687 |
+
version = "1.0.182"
|
| 2688 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2689 |
+
checksum = "bdb30a74471f5b7a1fa299f40b4bf1be93af61116df95465b2b5fc419331e430"
|
| 2690 |
dependencies = [
|
| 2691 |
"serde_derive",
|
| 2692 |
]
|
| 2693 |
|
| 2694 |
[[package]]
|
| 2695 |
name = "serde_derive"
|
| 2696 |
+
version = "1.0.182"
|
| 2697 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2698 |
+
checksum = "6f4c2c6ea4bc09b5c419012eafcdb0fcef1d9119d626c8f3a0708a5b92d38a70"
|
| 2699 |
dependencies = [
|
| 2700 |
"proc-macro2 1.0.66",
|
| 2701 |
"quote 1.0.32",
|
|
|
|
| 3534 |
|
| 3535 |
[[package]]
|
| 3536 |
name = "websurfx"
|
| 3537 |
+
version = "0.16.5"
|
| 3538 |
dependencies = [
|
| 3539 |
"actix-cors",
|
| 3540 |
"actix-files",
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[package]
|
| 2 |
name = "websurfx"
|
| 3 |
-
version = "0.16.
|
| 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.16.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"
|