Merge branch 'rolling' into rolling
This commit is contained in:
commit
e1a837f6b0
42 changed files with 853 additions and 603 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "websurfx"
|
||||
version = "1.2.25"
|
||||
version = "1.2.26"
|
||||
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"
|
||||
|
@ -17,7 +17,7 @@ reqwest = {version="0.11.22", default-features=false, features=["rustls-tls"]}
|
|||
tokio = {version="1.32.0",features=["rt-multi-thread","macros"], default-features = false}
|
||||
serde = {version="1.0.190", default-features=false, features=["derive"]}
|
||||
serde_json = {version="1.0.108", default-features=false}
|
||||
handlebars = { version = "4.4.0", features = ["dir_source"], default-features = false }
|
||||
maud = {version="0.25.0", default-features=false, features=["actix-web"]}
|
||||
scraper = {version="0.18.1", default-features = false}
|
||||
actix-web = {version="4.4.0", features = ["cookies", "macros"], default-features=false}
|
||||
actix-files = {version="0.6.2", default-features=false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue