neon_arch
commited on
Commit
β’
9d32f4a
1
Parent(s):
a8791de
π chore: bump the app version
Browse files- Cargo.lock +81 -124
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -83,12 +83,12 @@ dependencies = [
|
|
83 |
|
84 |
[[package]]
|
85 |
name = "actix-macros"
|
86 |
-
version = "0.2.
|
87 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 |
-
checksum = "
|
89 |
dependencies = [
|
90 |
-
"quote 1.0.
|
91 |
-
"syn
|
92 |
]
|
93 |
|
94 |
[[package]]
|
@@ -202,7 +202,7 @@ checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
|
202 |
dependencies = [
|
203 |
"actix-router",
|
204 |
"proc-macro2 1.0.66",
|
205 |
-
"quote 1.0.
|
206 |
"syn 1.0.109",
|
207 |
]
|
208 |
|
@@ -294,13 +294,13 @@ checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
294 |
|
295 |
[[package]]
|
296 |
name = "async-trait"
|
297 |
-
version = "0.1.
|
298 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299 |
-
checksum = "
|
300 |
dependencies = [
|
301 |
"proc-macro2 1.0.66",
|
302 |
-
"quote 1.0.
|
303 |
-
"syn 2.0.
|
304 |
]
|
305 |
|
306 |
[[package]]
|
@@ -517,18 +517,18 @@ dependencies = [
|
|
517 |
|
518 |
[[package]]
|
519 |
name = "clap"
|
520 |
-
version = "4.3.
|
521 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
522 |
-
checksum = "
|
523 |
dependencies = [
|
524 |
"clap_builder",
|
525 |
]
|
526 |
|
527 |
[[package]]
|
528 |
name = "clap_builder"
|
529 |
-
version = "4.3.
|
530 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
531 |
-
checksum = "
|
532 |
dependencies = [
|
533 |
"anstyle",
|
534 |
"clap_lex",
|
@@ -794,8 +794,8 @@ version = "0.6.1"
|
|
794 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
796 |
dependencies = [
|
797 |
-
"quote 1.0.
|
798 |
-
"syn 2.0.
|
799 |
]
|
800 |
|
801 |
[[package]]
|
@@ -806,7 +806,7 @@ checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
806 |
dependencies = [
|
807 |
"convert_case",
|
808 |
"proc-macro2 1.0.66",
|
809 |
-
"quote 1.0.
|
810 |
"rustc_version 0.4.0",
|
811 |
"syn 1.0.109",
|
812 |
]
|
@@ -850,9 +850,9 @@ checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
850 |
|
851 |
[[package]]
|
852 |
name = "either"
|
853 |
-
version = "1.
|
854 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
855 |
-
checksum = "
|
856 |
|
857 |
[[package]]
|
858 |
name = "encoding_rs"
|
@@ -888,9 +888,9 @@ dependencies = [
|
|
888 |
|
889 |
[[package]]
|
890 |
name = "errno"
|
891 |
-
version = "0.3.
|
892 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893 |
-
checksum = "
|
894 |
dependencies = [
|
895 |
"errno-dragonfly",
|
896 |
"libc",
|
@@ -934,7 +934,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
934 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
935 |
dependencies = [
|
936 |
"proc-macro2 1.0.66",
|
937 |
-
"quote 1.0.
|
938 |
"syn 1.0.109",
|
939 |
"synstructure",
|
940 |
]
|
@@ -952,12 +952,9 @@ dependencies = [
|
|
952 |
|
953 |
[[package]]
|
954 |
name = "fastrand"
|
955 |
-
version = "
|
956 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
957 |
-
checksum = "
|
958 |
-
dependencies = [
|
959 |
-
"instant",
|
960 |
-
]
|
961 |
|
962 |
[[package]]
|
963 |
name = "flate2"
|
@@ -1231,7 +1228,7 @@ dependencies = [
|
|
1231 |
"mac",
|
1232 |
"markup5ever 0.11.0",
|
1233 |
"proc-macro2 1.0.66",
|
1234 |
-
"quote 1.0.
|
1235 |
"syn 1.0.109",
|
1236 |
]
|
1237 |
|
@@ -1426,26 +1423,6 @@ dependencies = [
|
|
1426 |
"hashbrown",
|
1427 |
]
|
1428 |
|
1429 |
-
[[package]]
|
1430 |
-
name = "instant"
|
1431 |
-
version = "0.1.12"
|
1432 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1433 |
-
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
1434 |
-
dependencies = [
|
1435 |
-
"cfg-if 1.0.0",
|
1436 |
-
]
|
1437 |
-
|
1438 |
-
[[package]]
|
1439 |
-
name = "io-lifetimes"
|
1440 |
-
version = "1.0.11"
|
1441 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1442 |
-
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
1443 |
-
dependencies = [
|
1444 |
-
"hermit-abi",
|
1445 |
-
"libc",
|
1446 |
-
"windows-sys",
|
1447 |
-
]
|
1448 |
-
|
1449 |
[[package]]
|
1450 |
name = "iovec"
|
1451 |
version = "0.1.4"
|
@@ -1468,7 +1445,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1468 |
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
1469 |
dependencies = [
|
1470 |
"hermit-abi",
|
1471 |
-
"rustix
|
1472 |
"windows-sys",
|
1473 |
]
|
1474 |
|
@@ -1539,12 +1516,6 @@ version = "0.2.147"
|
|
1539 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1540 |
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
1541 |
|
1542 |
-
[[package]]
|
1543 |
-
name = "linux-raw-sys"
|
1544 |
-
version = "0.3.8"
|
1545 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1546 |
-
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
1547 |
-
|
1548 |
[[package]]
|
1549 |
name = "linux-raw-sys"
|
1550 |
version = "0.4.3"
|
@@ -1784,9 +1755,9 @@ checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
|
|
1784 |
|
1785 |
[[package]]
|
1786 |
name = "num-traits"
|
1787 |
-
version = "0.2.
|
1788 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1789 |
-
checksum = "
|
1790 |
dependencies = [
|
1791 |
"autocfg 1.1.0",
|
1792 |
]
|
@@ -1844,8 +1815,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1844 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1845 |
dependencies = [
|
1846 |
"proc-macro2 1.0.66",
|
1847 |
-
"quote 1.0.
|
1848 |
-
"syn 2.0.
|
1849 |
]
|
1850 |
|
1851 |
[[package]]
|
@@ -1962,8 +1933,8 @@ dependencies = [
|
|
1962 |
"pest",
|
1963 |
"pest_meta",
|
1964 |
"proc-macro2 1.0.66",
|
1965 |
-
"quote 1.0.
|
1966 |
-
"syn 2.0.
|
1967 |
]
|
1968 |
|
1969 |
[[package]]
|
@@ -2064,8 +2035,8 @@ dependencies = [
|
|
2064 |
"phf_generator 0.11.2",
|
2065 |
"phf_shared 0.11.2",
|
2066 |
"proc-macro2 1.0.66",
|
2067 |
-
"quote 1.0.
|
2068 |
-
"syn 2.0.
|
2069 |
]
|
2070 |
|
2071 |
[[package]]
|
@@ -2192,9 +2163,9 @@ dependencies = [
|
|
2192 |
|
2193 |
[[package]]
|
2194 |
name = "quote"
|
2195 |
-
version = "1.0.
|
2196 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2197 |
-
checksum = "
|
2198 |
dependencies = [
|
2199 |
"proc-macro2 1.0.66",
|
2200 |
]
|
@@ -2368,15 +2339,16 @@ dependencies = [
|
|
2368 |
|
2369 |
[[package]]
|
2370 |
name = "redis"
|
2371 |
-
version = "0.23.
|
2372 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2373 |
-
checksum = "
|
2374 |
dependencies = [
|
2375 |
"combine",
|
2376 |
"itoa 1.0.9",
|
2377 |
"percent-encoding 2.3.0",
|
2378 |
"ryu",
|
2379 |
"sha1_smol",
|
|
|
2380 |
"url 2.4.0",
|
2381 |
]
|
2382 |
|
@@ -2409,9 +2381,9 @@ dependencies = [
|
|
2409 |
|
2410 |
[[package]]
|
2411 |
name = "regex-automata"
|
2412 |
-
version = "0.3.
|
2413 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2414 |
-
checksum = "
|
2415 |
dependencies = [
|
2416 |
"aho-corasick",
|
2417 |
"memchr",
|
@@ -2543,20 +2515,6 @@ dependencies = [
|
|
2543 |
"semver 1.0.18",
|
2544 |
]
|
2545 |
|
2546 |
-
[[package]]
|
2547 |
-
name = "rustix"
|
2548 |
-
version = "0.37.23"
|
2549 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2550 |
-
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
2551 |
-
dependencies = [
|
2552 |
-
"bitflags 1.3.2",
|
2553 |
-
"errno",
|
2554 |
-
"io-lifetimes",
|
2555 |
-
"libc",
|
2556 |
-
"linux-raw-sys 0.3.8",
|
2557 |
-
"windows-sys",
|
2558 |
-
]
|
2559 |
-
|
2560 |
[[package]]
|
2561 |
name = "rustix"
|
2562 |
version = "0.38.4"
|
@@ -2566,7 +2524,7 @@ dependencies = [
|
|
2566 |
"bitflags 2.3.3",
|
2567 |
"errno",
|
2568 |
"libc",
|
2569 |
-
"linux-raw-sys
|
2570 |
"windows-sys",
|
2571 |
]
|
2572 |
|
@@ -2631,9 +2589,9 @@ dependencies = [
|
|
2631 |
|
2632 |
[[package]]
|
2633 |
name = "security-framework"
|
2634 |
-
version = "2.9.
|
2635 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2636 |
-
checksum = "
|
2637 |
dependencies = [
|
2638 |
"bitflags 1.3.2",
|
2639 |
"core-foundation",
|
@@ -2644,9 +2602,9 @@ dependencies = [
|
|
2644 |
|
2645 |
[[package]]
|
2646 |
name = "security-framework-sys"
|
2647 |
-
version = "2.9.
|
2648 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2649 |
-
checksum = "
|
2650 |
dependencies = [
|
2651 |
"core-foundation-sys",
|
2652 |
"libc",
|
@@ -2704,29 +2662,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
2704 |
|
2705 |
[[package]]
|
2706 |
name = "serde"
|
2707 |
-
version = "1.0.
|
2708 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2709 |
-
checksum = "
|
2710 |
dependencies = [
|
2711 |
"serde_derive",
|
2712 |
]
|
2713 |
|
2714 |
[[package]]
|
2715 |
name = "serde_derive"
|
2716 |
-
version = "1.0.
|
2717 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2718 |
-
checksum = "
|
2719 |
dependencies = [
|
2720 |
"proc-macro2 1.0.66",
|
2721 |
-
"quote 1.0.
|
2722 |
-
"syn 2.0.
|
2723 |
]
|
2724 |
|
2725 |
[[package]]
|
2726 |
name = "serde_json"
|
2727 |
-
version = "1.0.
|
2728 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2729 |
-
checksum = "
|
2730 |
dependencies = [
|
2731 |
"itoa 1.0.9",
|
2732 |
"ryu",
|
@@ -2902,7 +2860,7 @@ dependencies = [
|
|
2902 |
"phf_generator 0.7.24",
|
2903 |
"phf_shared 0.7.24",
|
2904 |
"proc-macro2 1.0.66",
|
2905 |
-
"quote 1.0.
|
2906 |
"string_cache_shared",
|
2907 |
]
|
2908 |
|
@@ -2915,7 +2873,7 @@ dependencies = [
|
|
2915 |
"phf_generator 0.10.0",
|
2916 |
"phf_shared 0.10.0",
|
2917 |
"proc-macro2 1.0.66",
|
2918 |
-
"quote 1.0.
|
2919 |
]
|
2920 |
|
2921 |
[[package]]
|
@@ -2942,18 +2900,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2942 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2943 |
dependencies = [
|
2944 |
"proc-macro2 1.0.66",
|
2945 |
-
"quote 1.0.
|
2946 |
"unicode-ident",
|
2947 |
]
|
2948 |
|
2949 |
[[package]]
|
2950 |
name = "syn"
|
2951 |
-
version = "2.0.
|
2952 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2953 |
-
checksum = "
|
2954 |
dependencies = [
|
2955 |
"proc-macro2 1.0.66",
|
2956 |
-
"quote 1.0.
|
2957 |
"unicode-ident",
|
2958 |
]
|
2959 |
|
@@ -2964,22 +2922,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2964 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2965 |
dependencies = [
|
2966 |
"proc-macro2 1.0.66",
|
2967 |
-
"quote 1.0.
|
2968 |
"syn 1.0.109",
|
2969 |
"unicode-xid 0.2.4",
|
2970 |
]
|
2971 |
|
2972 |
[[package]]
|
2973 |
name = "tempfile"
|
2974 |
-
version = "3.
|
2975 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2976 |
-
checksum = "
|
2977 |
dependencies = [
|
2978 |
-
"autocfg 1.1.0",
|
2979 |
"cfg-if 1.0.0",
|
2980 |
"fastrand",
|
2981 |
"redox_syscall 0.3.5",
|
2982 |
-
"rustix
|
2983 |
"windows-sys",
|
2984 |
]
|
2985 |
|
@@ -3005,22 +2962,22 @@ dependencies = [
|
|
3005 |
|
3006 |
[[package]]
|
3007 |
name = "thiserror"
|
3008 |
-
version = "1.0.
|
3009 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3010 |
-
checksum = "
|
3011 |
dependencies = [
|
3012 |
"thiserror-impl",
|
3013 |
]
|
3014 |
|
3015 |
[[package]]
|
3016 |
name = "thiserror-impl"
|
3017 |
-
version = "1.0.
|
3018 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3019 |
-
checksum = "
|
3020 |
dependencies = [
|
3021 |
"proc-macro2 1.0.66",
|
3022 |
-
"quote 1.0.
|
3023 |
-
"syn 2.0.
|
3024 |
]
|
3025 |
|
3026 |
[[package]]
|
@@ -3174,8 +3131,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3174 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
3175 |
dependencies = [
|
3176 |
"proc-macro2 1.0.66",
|
3177 |
-
"quote 1.0.
|
3178 |
-
"syn 2.0.
|
3179 |
]
|
3180 |
|
3181 |
[[package]]
|
@@ -3496,8 +3453,8 @@ dependencies = [
|
|
3496 |
"log",
|
3497 |
"once_cell",
|
3498 |
"proc-macro2 1.0.66",
|
3499 |
-
"quote 1.0.
|
3500 |
-
"syn 2.0.
|
3501 |
"wasm-bindgen-shared",
|
3502 |
]
|
3503 |
|
@@ -3519,7 +3476,7 @@ version = "0.2.87"
|
|
3519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3520 |
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
3521 |
dependencies = [
|
3522 |
-
"quote 1.0.
|
3523 |
"wasm-bindgen-macro-support",
|
3524 |
]
|
3525 |
|
@@ -3530,8 +3487,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3530 |
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
3531 |
dependencies = [
|
3532 |
"proc-macro2 1.0.66",
|
3533 |
-
"quote 1.0.
|
3534 |
-
"syn 2.0.
|
3535 |
"wasm-bindgen-backend",
|
3536 |
"wasm-bindgen-shared",
|
3537 |
]
|
@@ -3554,7 +3511,7 @@ dependencies = [
|
|
3554 |
|
3555 |
[[package]]
|
3556 |
name = "websurfx"
|
3557 |
-
version = "0.
|
3558 |
dependencies = [
|
3559 |
"actix-files",
|
3560 |
"actix-web",
|
@@ -3717,18 +3674,18 @@ dependencies = [
|
|
3717 |
|
3718 |
[[package]]
|
3719 |
name = "zstd"
|
3720 |
-
version = "0.12.
|
3721 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3722 |
-
checksum = "
|
3723 |
dependencies = [
|
3724 |
"zstd-safe",
|
3725 |
]
|
3726 |
|
3727 |
[[package]]
|
3728 |
name = "zstd-safe"
|
3729 |
-
version = "6.0.
|
3730 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3731 |
-
checksum = "
|
3732 |
dependencies = [
|
3733 |
"libc",
|
3734 |
"zstd-sys",
|
|
|
83 |
|
84 |
[[package]]
|
85 |
name = "actix-macros"
|
86 |
+
version = "0.2.4"
|
87 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 |
+
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
89 |
dependencies = [
|
90 |
+
"quote 1.0.32",
|
91 |
+
"syn 2.0.27",
|
92 |
]
|
93 |
|
94 |
[[package]]
|
|
|
202 |
dependencies = [
|
203 |
"actix-router",
|
204 |
"proc-macro2 1.0.66",
|
205 |
+
"quote 1.0.32",
|
206 |
"syn 1.0.109",
|
207 |
]
|
208 |
|
|
|
294 |
|
295 |
[[package]]
|
296 |
name = "async-trait"
|
297 |
+
version = "0.1.72"
|
298 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299 |
+
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
|
300 |
dependencies = [
|
301 |
"proc-macro2 1.0.66",
|
302 |
+
"quote 1.0.32",
|
303 |
+
"syn 2.0.27",
|
304 |
]
|
305 |
|
306 |
[[package]]
|
|
|
517 |
|
518 |
[[package]]
|
519 |
name = "clap"
|
520 |
+
version = "4.3.19"
|
521 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
522 |
+
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
|
523 |
dependencies = [
|
524 |
"clap_builder",
|
525 |
]
|
526 |
|
527 |
[[package]]
|
528 |
name = "clap_builder"
|
529 |
+
version = "4.3.19"
|
530 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
531 |
+
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
|
532 |
dependencies = [
|
533 |
"anstyle",
|
534 |
"clap_lex",
|
|
|
794 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
796 |
dependencies = [
|
797 |
+
"quote 1.0.32",
|
798 |
+
"syn 2.0.27",
|
799 |
]
|
800 |
|
801 |
[[package]]
|
|
|
806 |
dependencies = [
|
807 |
"convert_case",
|
808 |
"proc-macro2 1.0.66",
|
809 |
+
"quote 1.0.32",
|
810 |
"rustc_version 0.4.0",
|
811 |
"syn 1.0.109",
|
812 |
]
|
|
|
850 |
|
851 |
[[package]]
|
852 |
name = "either"
|
853 |
+
version = "1.9.0"
|
854 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
855 |
+
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
856 |
|
857 |
[[package]]
|
858 |
name = "encoding_rs"
|
|
|
888 |
|
889 |
[[package]]
|
890 |
name = "errno"
|
891 |
+
version = "0.3.2"
|
892 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893 |
+
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
894 |
dependencies = [
|
895 |
"errno-dragonfly",
|
896 |
"libc",
|
|
|
934 |
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
935 |
dependencies = [
|
936 |
"proc-macro2 1.0.66",
|
937 |
+
"quote 1.0.32",
|
938 |
"syn 1.0.109",
|
939 |
"synstructure",
|
940 |
]
|
|
|
952 |
|
953 |
[[package]]
|
954 |
name = "fastrand"
|
955 |
+
version = "2.0.0"
|
956 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
957 |
+
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
|
|
958 |
|
959 |
[[package]]
|
960 |
name = "flate2"
|
|
|
1228 |
"mac",
|
1229 |
"markup5ever 0.11.0",
|
1230 |
"proc-macro2 1.0.66",
|
1231 |
+
"quote 1.0.32",
|
1232 |
"syn 1.0.109",
|
1233 |
]
|
1234 |
|
|
|
1423 |
"hashbrown",
|
1424 |
]
|
1425 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1426 |
[[package]]
|
1427 |
name = "iovec"
|
1428 |
version = "0.1.4"
|
|
|
1445 |
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
1446 |
dependencies = [
|
1447 |
"hermit-abi",
|
1448 |
+
"rustix",
|
1449 |
"windows-sys",
|
1450 |
]
|
1451 |
|
|
|
1516 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1517 |
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
1518 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1519 |
[[package]]
|
1520 |
name = "linux-raw-sys"
|
1521 |
version = "0.4.3"
|
|
|
1755 |
|
1756 |
[[package]]
|
1757 |
name = "num-traits"
|
1758 |
+
version = "0.2.16"
|
1759 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1760 |
+
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
1761 |
dependencies = [
|
1762 |
"autocfg 1.1.0",
|
1763 |
]
|
|
|
1815 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1816 |
dependencies = [
|
1817 |
"proc-macro2 1.0.66",
|
1818 |
+
"quote 1.0.32",
|
1819 |
+
"syn 2.0.27",
|
1820 |
]
|
1821 |
|
1822 |
[[package]]
|
|
|
1933 |
"pest",
|
1934 |
"pest_meta",
|
1935 |
"proc-macro2 1.0.66",
|
1936 |
+
"quote 1.0.32",
|
1937 |
+
"syn 2.0.27",
|
1938 |
]
|
1939 |
|
1940 |
[[package]]
|
|
|
2035 |
"phf_generator 0.11.2",
|
2036 |
"phf_shared 0.11.2",
|
2037 |
"proc-macro2 1.0.66",
|
2038 |
+
"quote 1.0.32",
|
2039 |
+
"syn 2.0.27",
|
2040 |
]
|
2041 |
|
2042 |
[[package]]
|
|
|
2163 |
|
2164 |
[[package]]
|
2165 |
name = "quote"
|
2166 |
+
version = "1.0.32"
|
2167 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2168 |
+
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
2169 |
dependencies = [
|
2170 |
"proc-macro2 1.0.66",
|
2171 |
]
|
|
|
2339 |
|
2340 |
[[package]]
|
2341 |
name = "redis"
|
2342 |
+
version = "0.23.1"
|
2343 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2344 |
+
checksum = "ff5d95dd18a4d76650f0c2607ed8ebdbf63baf9cb934e1c233cd220c694db1d7"
|
2345 |
dependencies = [
|
2346 |
"combine",
|
2347 |
"itoa 1.0.9",
|
2348 |
"percent-encoding 2.3.0",
|
2349 |
"ryu",
|
2350 |
"sha1_smol",
|
2351 |
+
"socket2",
|
2352 |
"url 2.4.0",
|
2353 |
]
|
2354 |
|
|
|
2381 |
|
2382 |
[[package]]
|
2383 |
name = "regex-automata"
|
2384 |
+
version = "0.3.4"
|
2385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2386 |
+
checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294"
|
2387 |
dependencies = [
|
2388 |
"aho-corasick",
|
2389 |
"memchr",
|
|
|
2515 |
"semver 1.0.18",
|
2516 |
]
|
2517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2518 |
[[package]]
|
2519 |
name = "rustix"
|
2520 |
version = "0.38.4"
|
|
|
2524 |
"bitflags 2.3.3",
|
2525 |
"errno",
|
2526 |
"libc",
|
2527 |
+
"linux-raw-sys",
|
2528 |
"windows-sys",
|
2529 |
]
|
2530 |
|
|
|
2589 |
|
2590 |
[[package]]
|
2591 |
name = "security-framework"
|
2592 |
+
version = "2.9.2"
|
2593 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2594 |
+
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2595 |
dependencies = [
|
2596 |
"bitflags 1.3.2",
|
2597 |
"core-foundation",
|
|
|
2602 |
|
2603 |
[[package]]
|
2604 |
name = "security-framework-sys"
|
2605 |
+
version = "2.9.1"
|
2606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2607 |
+
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2608 |
dependencies = [
|
2609 |
"core-foundation-sys",
|
2610 |
"libc",
|
|
|
2662 |
|
2663 |
[[package]]
|
2664 |
name = "serde"
|
2665 |
+
version = "1.0.178"
|
2666 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2667 |
+
checksum = "60363bdd39a7be0266a520dab25fdc9241d2f987b08a01e01f0ec6d06a981348"
|
2668 |
dependencies = [
|
2669 |
"serde_derive",
|
2670 |
]
|
2671 |
|
2672 |
[[package]]
|
2673 |
name = "serde_derive"
|
2674 |
+
version = "1.0.178"
|
2675 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2676 |
+
checksum = "f28482318d6641454cb273da158647922d1be6b5a2fcc6165cd89ebdd7ed576b"
|
2677 |
dependencies = [
|
2678 |
"proc-macro2 1.0.66",
|
2679 |
+
"quote 1.0.32",
|
2680 |
+
"syn 2.0.27",
|
2681 |
]
|
2682 |
|
2683 |
[[package]]
|
2684 |
name = "serde_json"
|
2685 |
+
version = "1.0.104"
|
2686 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2687 |
+
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
2688 |
dependencies = [
|
2689 |
"itoa 1.0.9",
|
2690 |
"ryu",
|
|
|
2860 |
"phf_generator 0.7.24",
|
2861 |
"phf_shared 0.7.24",
|
2862 |
"proc-macro2 1.0.66",
|
2863 |
+
"quote 1.0.32",
|
2864 |
"string_cache_shared",
|
2865 |
]
|
2866 |
|
|
|
2873 |
"phf_generator 0.10.0",
|
2874 |
"phf_shared 0.10.0",
|
2875 |
"proc-macro2 1.0.66",
|
2876 |
+
"quote 1.0.32",
|
2877 |
]
|
2878 |
|
2879 |
[[package]]
|
|
|
2900 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2901 |
dependencies = [
|
2902 |
"proc-macro2 1.0.66",
|
2903 |
+
"quote 1.0.32",
|
2904 |
"unicode-ident",
|
2905 |
]
|
2906 |
|
2907 |
[[package]]
|
2908 |
name = "syn"
|
2909 |
+
version = "2.0.27"
|
2910 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2911 |
+
checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
|
2912 |
dependencies = [
|
2913 |
"proc-macro2 1.0.66",
|
2914 |
+
"quote 1.0.32",
|
2915 |
"unicode-ident",
|
2916 |
]
|
2917 |
|
|
|
2922 |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2923 |
dependencies = [
|
2924 |
"proc-macro2 1.0.66",
|
2925 |
+
"quote 1.0.32",
|
2926 |
"syn 1.0.109",
|
2927 |
"unicode-xid 0.2.4",
|
2928 |
]
|
2929 |
|
2930 |
[[package]]
|
2931 |
name = "tempfile"
|
2932 |
+
version = "3.7.0"
|
2933 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2934 |
+
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
2935 |
dependencies = [
|
|
|
2936 |
"cfg-if 1.0.0",
|
2937 |
"fastrand",
|
2938 |
"redox_syscall 0.3.5",
|
2939 |
+
"rustix",
|
2940 |
"windows-sys",
|
2941 |
]
|
2942 |
|
|
|
2962 |
|
2963 |
[[package]]
|
2964 |
name = "thiserror"
|
2965 |
+
version = "1.0.44"
|
2966 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2967 |
+
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
2968 |
dependencies = [
|
2969 |
"thiserror-impl",
|
2970 |
]
|
2971 |
|
2972 |
[[package]]
|
2973 |
name = "thiserror-impl"
|
2974 |
+
version = "1.0.44"
|
2975 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2976 |
+
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
2977 |
dependencies = [
|
2978 |
"proc-macro2 1.0.66",
|
2979 |
+
"quote 1.0.32",
|
2980 |
+
"syn 2.0.27",
|
2981 |
]
|
2982 |
|
2983 |
[[package]]
|
|
|
3131 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
3132 |
dependencies = [
|
3133 |
"proc-macro2 1.0.66",
|
3134 |
+
"quote 1.0.32",
|
3135 |
+
"syn 2.0.27",
|
3136 |
]
|
3137 |
|
3138 |
[[package]]
|
|
|
3453 |
"log",
|
3454 |
"once_cell",
|
3455 |
"proc-macro2 1.0.66",
|
3456 |
+
"quote 1.0.32",
|
3457 |
+
"syn 2.0.27",
|
3458 |
"wasm-bindgen-shared",
|
3459 |
]
|
3460 |
|
|
|
3476 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3477 |
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
3478 |
dependencies = [
|
3479 |
+
"quote 1.0.32",
|
3480 |
"wasm-bindgen-macro-support",
|
3481 |
]
|
3482 |
|
|
|
3487 |
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
3488 |
dependencies = [
|
3489 |
"proc-macro2 1.0.66",
|
3490 |
+
"quote 1.0.32",
|
3491 |
+
"syn 2.0.27",
|
3492 |
"wasm-bindgen-backend",
|
3493 |
"wasm-bindgen-shared",
|
3494 |
]
|
|
|
3511 |
|
3512 |
[[package]]
|
3513 |
name = "websurfx"
|
3514 |
+
version = "0.15.2"
|
3515 |
dependencies = [
|
3516 |
"actix-files",
|
3517 |
"actix-web",
|
|
|
3674 |
|
3675 |
[[package]]
|
3676 |
name = "zstd"
|
3677 |
+
version = "0.12.4"
|
3678 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3679 |
+
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
|
3680 |
dependencies = [
|
3681 |
"zstd-safe",
|
3682 |
]
|
3683 |
|
3684 |
[[package]]
|
3685 |
name = "zstd-safe"
|
3686 |
+
version = "6.0.6"
|
3687 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3688 |
+
checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
|
3689 |
dependencies = [
|
3690 |
"libc",
|
3691 |
"zstd-sys",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "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 = "0.15.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"
|