Spaces:
Runtime error
Runtime error
Merge pull request #298 from neon-mmd/mergify/neon-mmd/config-update
Browse files- .mergify.yml +18 -0
- Cargo.lock +10 -10
- Cargo.toml +1 -1
.mergify.yml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pull_request_rules:
|
2 |
+
- name: Automatic merge on approval
|
3 |
+
conditions:
|
4 |
+
- "status-success=checks/approved"
|
5 |
+
- "#approved-reviews-by>=2"
|
6 |
+
actions:
|
7 |
+
queue:
|
8 |
+
method: squash
|
9 |
+
- name: automatic update of pull requests where more 5 commits behind
|
10 |
+
conditions:
|
11 |
+
- "#commits-behind>5"
|
12 |
+
actions:
|
13 |
+
update:
|
14 |
+
- name: delete head branch after merge
|
15 |
+
conditions:
|
16 |
+
- merged
|
17 |
+
actions:
|
18 |
+
delete_head_branch: {}
|
Cargo.lock
CHANGED
@@ -448,9 +448,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
|
448 |
|
449 |
[[package]]
|
450 |
name = "bytecount"
|
451 |
-
version = "0.6.
|
452 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453 |
-
checksum = "
|
454 |
|
455 |
[[package]]
|
456 |
name = "byteorder"
|
@@ -991,9 +991,9 @@ dependencies = [
|
|
991 |
|
992 |
[[package]]
|
993 |
name = "errno"
|
994 |
-
version = "0.3.
|
995 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996 |
-
checksum = "
|
997 |
dependencies = [
|
998 |
"errno-dragonfly",
|
999 |
"libc",
|
@@ -1866,9 +1866,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
1866 |
|
1867 |
[[package]]
|
1868 |
name = "memchr"
|
1869 |
-
version = "2.6.
|
1870 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1871 |
-
checksum = "
|
1872 |
|
1873 |
[[package]]
|
1874 |
name = "memoffset"
|
@@ -2802,9 +2802,9 @@ dependencies = [
|
|
2802 |
|
2803 |
[[package]]
|
2804 |
name = "reqwest"
|
2805 |
-
version = "0.11.
|
2806 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2807 |
-
checksum = "
|
2808 |
dependencies = [
|
2809 |
"base64 0.21.4",
|
2810 |
"bytes 1.5.0",
|
@@ -3954,7 +3954,7 @@ dependencies = [
|
|
3954 |
|
3955 |
[[package]]
|
3956 |
name = "websurfx"
|
3957 |
-
version = "1.0.
|
3958 |
dependencies = [
|
3959 |
"actix-cors",
|
3960 |
"actix-files",
|
@@ -3978,7 +3978,7 @@ dependencies = [
|
|
3978 |
"rand 0.8.5",
|
3979 |
"redis",
|
3980 |
"regex",
|
3981 |
-
"reqwest 0.11.
|
3982 |
"rusty-hook",
|
3983 |
"scraper",
|
3984 |
"serde",
|
|
|
448 |
|
449 |
[[package]]
|
450 |
name = "bytecount"
|
451 |
+
version = "0.6.4"
|
452 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453 |
+
checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7"
|
454 |
|
455 |
[[package]]
|
456 |
name = "byteorder"
|
|
|
991 |
|
992 |
[[package]]
|
993 |
name = "errno"
|
994 |
+
version = "0.3.4"
|
995 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996 |
+
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
|
997 |
dependencies = [
|
998 |
"errno-dragonfly",
|
999 |
"libc",
|
|
|
1866 |
|
1867 |
[[package]]
|
1868 |
name = "memchr"
|
1869 |
+
version = "2.6.4"
|
1870 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1871 |
+
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
1872 |
|
1873 |
[[package]]
|
1874 |
name = "memoffset"
|
|
|
2802 |
|
2803 |
[[package]]
|
2804 |
name = "reqwest"
|
2805 |
+
version = "0.11.22"
|
2806 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2807 |
+
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2808 |
dependencies = [
|
2809 |
"base64 0.21.4",
|
2810 |
"bytes 1.5.0",
|
|
|
3954 |
|
3955 |
[[package]]
|
3956 |
name = "websurfx"
|
3957 |
+
version = "1.0.7"
|
3958 |
dependencies = [
|
3959 |
"actix-cors",
|
3960 |
"actix-files",
|
|
|
3978 |
"rand 0.8.5",
|
3979 |
"redis",
|
3980 |
"regex",
|
3981 |
+
"reqwest 0.11.22",
|
3982 |
"rusty-hook",
|
3983 |
"scraper",
|
3984 |
"serde",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.0.
|
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"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.0.7"
|
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"
|