Merge branch 'rolling' into optimize-and-make-code-idiomatic-3

This commit is contained in:
neon_arch 2023-09-10 17:58:28 +03:00 committed by GitHub
commit 8dfe2e1b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 26 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "0.18.5"
version = "0.18.6"
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"
@ -19,16 +19,17 @@ serde_json = {version="1.0.105"}
fake-useragent = {version="0.1.3"}
env_logger = {version="0.10.0"}
log = {version="0.4.20"}
mlua = {version="0.8.10", features=["luajit"]}
redis = {version="0.23.2", features=["tokio-comp", "connection-manager"]}
mlua = {version="0.8.10",features=["luajit"]}
redis = {version="0.23.2",features=["tokio-comp","connection-manager"]}
md5 = {version="0.7.0"}
rand={version="0.8.5"}
once_cell = {version="1.18.0"}
error-stack = {version="0.4.0"}
async-trait = {version="0.1.73"}
regex = {version="1.9.3", features=["perf"]}
smallvec = {version="1.11.0", features=["union", "serde"]}
futures = {version="0.3.28"}
regex = {version="1.9.4", features=["perf"]}
futures = {version="0.3.28"}dhat = {version="0.3.2", optional = true}
dhat = {version="0.3.2", optional = true}
smallvec = {version="1.11.0", features=["union", "serde"]}
[dev-dependencies]
rusty-hook = "^0.11.2"