Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
da7a0ed
1
Parent(s):
d59d147
π chore: bump the app version (#265)
Browse files- Cargo.lock +9 -9
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -215,7 +215,7 @@ dependencies = [
|
|
215 |
"serde_urlencoded 0.7.1",
|
216 |
"smallvec 1.11.1",
|
217 |
"socket2 0.5.4",
|
218 |
-
"time 0.3.
|
219 |
"url 2.4.1",
|
220 |
]
|
221 |
|
@@ -650,7 +650,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
650 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
651 |
dependencies = [
|
652 |
"percent-encoding 2.3.0",
|
653 |
-
"time 0.3.
|
654 |
"version_check",
|
655 |
]
|
656 |
|
@@ -3397,9 +3397,9 @@ dependencies = [
|
|
3397 |
|
3398 |
[[package]]
|
3399 |
name = "time"
|
3400 |
-
version = "0.3.
|
3401 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3402 |
-
checksum = "
|
3403 |
dependencies = [
|
3404 |
"deranged",
|
3405 |
"itoa 1.0.9",
|
@@ -3410,15 +3410,15 @@ dependencies = [
|
|
3410 |
|
3411 |
[[package]]
|
3412 |
name = "time-core"
|
3413 |
-
version = "0.1.
|
3414 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3415 |
-
checksum = "
|
3416 |
|
3417 |
[[package]]
|
3418 |
name = "time-macros"
|
3419 |
-
version = "0.2.
|
3420 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3421 |
-
checksum = "
|
3422 |
dependencies = [
|
3423 |
"time-core",
|
3424 |
]
|
@@ -3932,7 +3932,7 @@ dependencies = [
|
|
3932 |
|
3933 |
[[package]]
|
3934 |
name = "websurfx"
|
3935 |
-
version = "0.23.
|
3936 |
dependencies = [
|
3937 |
"actix-cors",
|
3938 |
"actix-files",
|
|
|
215 |
"serde_urlencoded 0.7.1",
|
216 |
"smallvec 1.11.1",
|
217 |
"socket2 0.5.4",
|
218 |
+
"time 0.3.29",
|
219 |
"url 2.4.1",
|
220 |
]
|
221 |
|
|
|
650 |
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
651 |
dependencies = [
|
652 |
"percent-encoding 2.3.0",
|
653 |
+
"time 0.3.29",
|
654 |
"version_check",
|
655 |
]
|
656 |
|
|
|
3397 |
|
3398 |
[[package]]
|
3399 |
name = "time"
|
3400 |
+
version = "0.3.29"
|
3401 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3402 |
+
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
3403 |
dependencies = [
|
3404 |
"deranged",
|
3405 |
"itoa 1.0.9",
|
|
|
3410 |
|
3411 |
[[package]]
|
3412 |
name = "time-core"
|
3413 |
+
version = "0.1.2"
|
3414 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3415 |
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
3416 |
|
3417 |
[[package]]
|
3418 |
name = "time-macros"
|
3419 |
+
version = "0.2.15"
|
3420 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3421 |
+
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
3422 |
dependencies = [
|
3423 |
"time-core",
|
3424 |
]
|
|
|
3932 |
|
3933 |
[[package]]
|
3934 |
name = "websurfx"
|
3935 |
+
version = "0.23.5"
|
3936 |
dependencies = [
|
3937 |
"actix-cors",
|
3938 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.23.
|
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.23.5"
|
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"
|