From fd636a4eaa14d596e0386ee816803cf4e22d5a24 Mon Sep 17 00:00:00 2001
From: xffxff <1247714429@qq.com>
Date: Tue, 1 Aug 2023 08:53:55 +0800
Subject: [PATCH 1/3] fix: ensure that the search functions properly when it is
clicked
---
public/templates/search_bar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/templates/search_bar.html b/public/templates/search_bar.html
index a013209..32cc8ff 100644
--- a/public/templates/search_bar.html
+++ b/public/templates/search_bar.html
@@ -5,5 +5,5 @@
value="{{this.pageQuery}}"
placeholder="Type to search"
/>
-
+
From e1ae7d26073d2765ef218ced3434f10d27541a16 Mon Sep 17 00:00:00 2001
From: alamin655 <129589283+alamin655@users.noreply.github.com>
Date: Tue, 1 Aug 2023 14:41:31 +0530
Subject: [PATCH 2/3] chore: bump the app version
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 0ab7994..c856b7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "websurfx"
-version = "0.15.2"
+version = "0.15.3"
edition = "2021"
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."
repository = "https://github.com/neon-mmd/websurfx"
From 84e136b49e3f7be7ff6bfd289a84cf424506db21 Mon Sep 17 00:00:00 2001
From: alamin655 <129589283+alamin655@users.noreply.github.com>
Date: Tue, 1 Aug 2023 14:50:45 +0530
Subject: [PATCH 3/3] chore: bump the app version
---
Cargo.lock | 59 ++++++++++++++++++++++++++++++------------------------
1 file changed, 33 insertions(+), 26 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index f05e8b8..a0fed7f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
dependencies = [
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -190,7 +190,7 @@ dependencies = [
"serde_urlencoded 0.7.1",
"smallvec 1.11.0",
"socket2",
- "time 0.3.23",
+ "time 0.3.24",
"url 2.4.0",
]
@@ -300,7 +300,7 @@ checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -582,7 +582,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
dependencies = [
"percent-encoding 2.3.0",
- "time 0.3.23",
+ "time 0.3.24",
"version_check",
]
@@ -795,9 +795,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
dependencies = [
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
+[[package]]
+name = "deranged"
+version = "0.3.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8810e7e2cf385b1e9b50d68264908ec367ba642c96d02edfe61c39e88e2a3c01"
+
[[package]]
name = "derive_more"
version = "0.99.17"
@@ -1518,9 +1524,9 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "linux-raw-sys"
-version = "0.4.3"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
+checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
[[package]]
name = "local-channel"
@@ -1816,7 +1822,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -1934,7 +1940,7 @@ dependencies = [
"pest_meta",
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -2036,7 +2042,7 @@ dependencies = [
"phf_shared 0.11.2",
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -2662,22 +2668,22 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
-version = "1.0.178"
+version = "1.0.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "60363bdd39a7be0266a520dab25fdc9241d2f987b08a01e01f0ec6d06a981348"
+checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.178"
+version = "1.0.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f28482318d6641454cb273da158647922d1be6b5a2fcc6165cd89ebdd7ed576b"
+checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -2906,9 +2912,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.27"
+version = "2.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
+checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
@@ -2977,7 +2983,7 @@ checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -2993,10 +2999,11 @@ dependencies = [
[[package]]
name = "time"
-version = "0.3.23"
+version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
+checksum = "b79eabcd964882a646b3584543ccabeae7869e9ac32a46f6f22b7a5bd405308b"
dependencies = [
+ "deranged",
"itoa 1.0.9",
"serde",
"time-core",
@@ -3011,9 +3018,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
-version = "0.2.10"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
+checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
dependencies = [
"time-core",
]
@@ -3132,7 +3139,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
]
[[package]]
@@ -3454,7 +3461,7 @@ dependencies = [
"once_cell",
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
"wasm-bindgen-shared",
]
@@ -3488,7 +3495,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
- "syn 2.0.27",
+ "syn 2.0.28",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -3511,7 +3518,7 @@ dependencies = [
[[package]]
name = "websurfx"
-version = "0.15.2"
+version = "0.15.3"
dependencies = [
"actix-files",
"actix-web",