Spaces:
Running
Running
neon_arch
commited on
:bookmark: chore(release): bump the app version (#427)
Browse files- Cargo.toml +3 -3
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.
|
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"
|
@@ -43,7 +43,7 @@ actix-cors = { version = "0.7.0", default-features = false }
|
|
43 |
fake-useragent = { version = "0.1.3", default-features = false }
|
44 |
env_logger = { version = "0.11.6", default-features = false }
|
45 |
log = { version = "0.4.21", default-features = false }
|
46 |
-
mlua = { version = "0.
|
47 |
"luajit",
|
48 |
"vendored",
|
49 |
], default-features = false }
|
@@ -62,7 +62,7 @@ futures = { version = "0.3.31", default-features = false, features = ["alloc"] }
|
|
62 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
63 |
mimalloc = { version = "0.1.43", default-features = false }
|
64 |
async-once-cell = { version = "0.5.4", default-features = false }
|
65 |
-
actix-governor = { version = "0.
|
66 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
67 |
"future",
|
68 |
] }
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.21.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"
|
|
|
43 |
fake-useragent = { version = "0.1.3", default-features = false }
|
44 |
env_logger = { version = "0.11.6", default-features = false }
|
45 |
log = { version = "0.4.21", default-features = false }
|
46 |
+
mlua = { version = "0.10.2", features = [
|
47 |
"luajit",
|
48 |
"vendored",
|
49 |
], default-features = false }
|
|
|
62 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
63 |
mimalloc = { version = "0.1.43", default-features = false }
|
64 |
async-once-cell = { version = "0.5.4", default-features = false }
|
65 |
+
actix-governor = { version = "0.8.0", default-features = false }
|
66 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
67 |
"future",
|
68 |
] }
|