0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Merge pull request #106 from neon-mmd/make-cargo-toml-consistent

Improve the consisteny of toml file
This commit is contained in:
alamin655 2023-06-16 14:59:46 +05:30 committed by GitHub
commit c37a9b4c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3381,7 +3381,7 @@ dependencies = [
[[package]]
name = "websurfx"
version = "0.12.2"
version = "0.12.3"
dependencies = [
"actix-files",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "0.12.2"
version = "0.12.3"
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"
@ -23,7 +23,7 @@ redis = {version="*"}
md5 = {version="*"}
rand={version="*"}
once_cell = {version="*"}
error-stack = "0.3.1"
error-stack = {version="0.3.1"}
[dev-dependencies]
rusty-hook = "^0.11.2"