alamin655 commited on
Commit
c37a9b4
2 Parent(s): 672c8b3 58fb407

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

Browse files
Files changed (2) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +2 -2
Cargo.lock CHANGED
@@ -3381,7 +3381,7 @@ dependencies = [
3381
 
3382
  [[package]]
3383
  name = "websurfx"
3384
- version = "0.12.2"
3385
  dependencies = [
3386
  "actix-files",
3387
  "actix-web",
 
3381
 
3382
  [[package]]
3383
  name = "websurfx"
3384
+ version = "0.12.3"
3385
  dependencies = [
3386
  "actix-files",
3387
  "actix-web",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "0.12.2"
4
  edition = "2021"
5
  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."
6
  repository = "https://github.com/neon-mmd/websurfx"
@@ -23,7 +23,7 @@ redis = {version="*"}
23
  md5 = {version="*"}
24
  rand={version="*"}
25
  once_cell = {version="*"}
26
- error-stack = "0.3.1"
27
 
28
  [dev-dependencies]
29
  rusty-hook = "^0.11.2"
 
1
  [package]
2
  name = "websurfx"
3
+ version = "0.12.3"
4
  edition = "2021"
5
  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."
6
  repository = "https://github.com/neon-mmd/websurfx"
 
23
  md5 = {version="*"}
24
  rand={version="*"}
25
  once_cell = {version="*"}
26
+ error-stack = {version="0.3.1"}
27
 
28
  [dev-dependencies]
29
  rusty-hook = "^0.11.2"