Merge pull request #226 from neon-mmd/fix-gitpod-setup
Browse files- .gitpod.Dockerfile +1 -1
- Cargo.lock +6 -6
- Cargo.toml +1 -1
.gitpod.Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
FROM gitpod/workspace-rust
|
2 |
|
3 |
-
RUN sudo install-packages redis-server nodejs npm
|
|
|
1 |
FROM gitpod/workspace-rust
|
2 |
|
3 |
+
RUN sudo install-packages redis-server nodejs npm liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev
|
Cargo.lock
CHANGED
@@ -153,7 +153,7 @@ dependencies = [
|
|
153 |
"futures-core",
|
154 |
"futures-util",
|
155 |
"mio 0.8.8",
|
156 |
-
"socket2 0.5.
|
157 |
"tokio 1.32.0",
|
158 |
"tracing",
|
159 |
]
|
@@ -214,7 +214,7 @@ dependencies = [
|
|
214 |
"serde_json",
|
215 |
"serde_urlencoded 0.7.1",
|
216 |
"smallvec 1.11.0",
|
217 |
-
"socket2 0.5.
|
218 |
"time 0.3.28",
|
219 |
"url 2.4.1",
|
220 |
]
|
@@ -3059,9 +3059,9 @@ dependencies = [
|
|
3059 |
|
3060 |
[[package]]
|
3061 |
name = "socket2"
|
3062 |
-
version = "0.5.
|
3063 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3064 |
-
checksum = "
|
3065 |
dependencies = [
|
3066 |
"libc",
|
3067 |
"windows-sys",
|
@@ -3352,7 +3352,7 @@ dependencies = [
|
|
3352 |
"parking_lot 0.12.1",
|
3353 |
"pin-project-lite",
|
3354 |
"signal-hook-registry",
|
3355 |
-
"socket2 0.5.
|
3356 |
"tokio-macros",
|
3357 |
"windows-sys",
|
3358 |
]
|
@@ -3797,7 +3797,7 @@ dependencies = [
|
|
3797 |
|
3798 |
[[package]]
|
3799 |
name = "websurfx"
|
3800 |
-
version = "0.20.
|
3801 |
dependencies = [
|
3802 |
"actix-cors",
|
3803 |
"actix-files",
|
|
|
153 |
"futures-core",
|
154 |
"futures-util",
|
155 |
"mio 0.8.8",
|
156 |
+
"socket2 0.5.4",
|
157 |
"tokio 1.32.0",
|
158 |
"tracing",
|
159 |
]
|
|
|
214 |
"serde_json",
|
215 |
"serde_urlencoded 0.7.1",
|
216 |
"smallvec 1.11.0",
|
217 |
+
"socket2 0.5.4",
|
218 |
"time 0.3.28",
|
219 |
"url 2.4.1",
|
220 |
]
|
|
|
3059 |
|
3060 |
[[package]]
|
3061 |
name = "socket2"
|
3062 |
+
version = "0.5.4"
|
3063 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3064 |
+
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
3065 |
dependencies = [
|
3066 |
"libc",
|
3067 |
"windows-sys",
|
|
|
3352 |
"parking_lot 0.12.1",
|
3353 |
"pin-project-lite",
|
3354 |
"signal-hook-registry",
|
3355 |
+
"socket2 0.5.4",
|
3356 |
"tokio-macros",
|
3357 |
"windows-sys",
|
3358 |
]
|
|
|
3797 |
|
3798 |
[[package]]
|
3799 |
name = "websurfx"
|
3800 |
+
version = "0.20.7"
|
3801 |
dependencies = [
|
3802 |
"actix-cors",
|
3803 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.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"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "0.20.7"
|
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"
|