diff --git a/Cargo.lock b/Cargo.lock index 3f0a607..9d3c8b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.12.2" +version = "0.12.3" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 7a848d8..efd71eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"