Spaces:
Running
Running
neon_arch
commited on
Commit
Β·
246d043
1
Parent(s):
8b0f2f5
π chore: bump the app version (#173)
Browse files- Cargo.lock +7 -7
- Cargo.toml +1 -1
Cargo.lock
CHANGED
|
@@ -190,7 +190,7 @@ dependencies = [
|
|
| 190 |
"serde_urlencoded 0.7.1",
|
| 191 |
"smallvec 1.11.0",
|
| 192 |
"socket2",
|
| 193 |
-
"time 0.3.
|
| 194 |
"url 2.4.0",
|
| 195 |
]
|
| 196 |
|
|
@@ -583,7 +583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
| 583 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
| 584 |
dependencies = [
|
| 585 |
"percent-encoding 2.3.0",
|
| 586 |
-
"time 0.3.
|
| 587 |
"version_check",
|
| 588 |
]
|
| 589 |
|
|
@@ -801,9 +801,9 @@ dependencies = [
|
|
| 801 |
|
| 802 |
[[package]]
|
| 803 |
name = "deranged"
|
| 804 |
-
version = "0.3.
|
| 805 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 806 |
-
checksum = "
|
| 807 |
|
| 808 |
[[package]]
|
| 809 |
name = "derive_more"
|
|
@@ -3000,9 +3000,9 @@ dependencies = [
|
|
| 3000 |
|
| 3001 |
[[package]]
|
| 3002 |
name = "time"
|
| 3003 |
-
version = "0.3.
|
| 3004 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3005 |
-
checksum = "
|
| 3006 |
dependencies = [
|
| 3007 |
"deranged",
|
| 3008 |
"itoa 1.0.9",
|
|
@@ -3519,7 +3519,7 @@ dependencies = [
|
|
| 3519 |
|
| 3520 |
[[package]]
|
| 3521 |
name = "websurfx"
|
| 3522 |
-
version = "0.16.
|
| 3523 |
dependencies = [
|
| 3524 |
"actix-files",
|
| 3525 |
"actix-web",
|
|
|
|
| 190 |
"serde_urlencoded 0.7.1",
|
| 191 |
"smallvec 1.11.0",
|
| 192 |
"socket2",
|
| 193 |
+
"time 0.3.25",
|
| 194 |
"url 2.4.0",
|
| 195 |
]
|
| 196 |
|
|
|
|
| 583 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
| 584 |
dependencies = [
|
| 585 |
"percent-encoding 2.3.0",
|
| 586 |
+
"time 0.3.25",
|
| 587 |
"version_check",
|
| 588 |
]
|
| 589 |
|
|
|
|
| 801 |
|
| 802 |
[[package]]
|
| 803 |
name = "deranged"
|
| 804 |
+
version = "0.3.7"
|
| 805 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 806 |
+
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
| 807 |
|
| 808 |
[[package]]
|
| 809 |
name = "derive_more"
|
|
|
|
| 3000 |
|
| 3001 |
[[package]]
|
| 3002 |
name = "time"
|
| 3003 |
+
version = "0.3.25"
|
| 3004 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3005 |
+
checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
|
| 3006 |
dependencies = [
|
| 3007 |
"deranged",
|
| 3008 |
"itoa 1.0.9",
|
|
|
|
| 3519 |
|
| 3520 |
[[package]]
|
| 3521 |
name = "websurfx"
|
| 3522 |
+
version = "0.16.2"
|
| 3523 |
dependencies = [
|
| 3524 |
"actix-files",
|
| 3525 |
"actix-web",
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[package]
|
| 2 |
name = "websurfx"
|
| 3 |
-
version = "0.16.
|
| 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 = "0.16.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"
|