Merge branch 'rolling' into dependabot/cargo/mlua-0.9.1

This commit is contained in:
mergify[bot] 2023-10-04 19:04:09 +00:00 committed by GitHub
commit 3ad5444e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 69 additions and 20 deletions

View file

@ -1,13 +1,13 @@
[package]
name = "websurfx"
version = "1.0.1"
version = "1.0.9"
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"
license = "AGPL-3.0"
[dependencies]
reqwest = {version="0.11.20",features=["json"]}
reqwest = {version="0.11.21",features=["json"]}
tokio = {version="1.32.0",features=["rt-multi-thread","macros"]}
serde = {version="1.0.188",features=["derive"]}
handlebars = { version = "4.4.0", features = ["dir_source"] }