neon_arch commited on
Commit
9b1d894
β€’
1 Parent(s): 03d649b

πŸ”– chore: bump the app version (#302)

Browse files
Files changed (2) hide show
  1. Cargo.lock +134 -167
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -14,7 +14,7 @@ dependencies = [
14
  "futures-sink",
15
  "memchr",
16
  "pin-project-lite",
17
- "tokio 1.33.0",
18
  "tokio-util",
19
  "tracing",
20
  ]
@@ -31,7 +31,7 @@ dependencies = [
31
  "futures-util",
32
  "log",
33
  "once_cell",
34
- "smallvec 1.11.1",
35
  ]
36
 
37
  [[package]]
@@ -87,7 +87,7 @@ dependencies = [
87
  "derive_more",
88
  "encoding_rs",
89
  "futures-core",
90
- "http 0.2.9",
91
  "httparse",
92
  "httpdate",
93
  "itoa 1.0.9",
@@ -98,8 +98,8 @@ dependencies = [
98
  "pin-project-lite",
99
  "rand 0.8.5",
100
  "sha1",
101
- "smallvec 1.11.1",
102
- "tokio 1.33.0",
103
  "tokio-util",
104
  "tracing",
105
  ]
@@ -121,7 +121,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
121
  checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
122
  dependencies = [
123
  "bytestring",
124
- "http 0.2.9",
125
  "regex",
126
  "serde",
127
  "tracing",
@@ -134,7 +134,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
134
  checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
135
  dependencies = [
136
  "futures-core",
137
- "tokio 1.33.0",
138
  ]
139
 
140
  [[package]]
@@ -150,7 +150,7 @@ dependencies = [
150
  "futures-util",
151
  "mio 0.8.9",
152
  "socket2 0.5.5",
153
- "tokio 1.33.0",
154
  "tracing",
155
  ]
156
 
@@ -209,7 +209,7 @@ dependencies = [
209
  "serde",
210
  "serde_json",
211
  "serde_urlencoded 0.7.1",
212
- "smallvec 1.11.1",
213
  "socket2 0.5.5",
214
  "time 0.3.30",
215
  "url 2.4.1",
@@ -414,9 +414,9 @@ dependencies = [
414
 
415
  [[package]]
416
  name = "bstr"
417
- version = "1.7.0"
418
  source = "registry+https://github.com/rust-lang/crates.io-index"
419
- checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
420
  dependencies = [
421
  "memchr",
422
  "serde",
@@ -562,18 +562,18 @@ dependencies = [
562
 
563
  [[package]]
564
  name = "clap"
565
- version = "4.4.7"
566
  source = "registry+https://github.com/rust-lang/crates.io-index"
567
- checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
568
  dependencies = [
569
  "clap_builder",
570
  ]
571
 
572
  [[package]]
573
  name = "clap_builder"
574
- version = "4.4.7"
575
  source = "registry+https://github.com/rust-lang/crates.io-index"
576
- checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
577
  dependencies = [
578
  "anstyle",
579
  "clap_lex",
@@ -604,7 +604,7 @@ dependencies = [
604
  "futures-core",
605
  "memchr",
606
  "pin-project-lite",
607
- "tokio 1.33.0",
608
  "tokio-util",
609
  ]
610
 
@@ -828,7 +828,7 @@ dependencies = [
828
  "dtoa-short",
829
  "itoa 1.0.9",
830
  "phf 0.11.2",
831
- "smallvec 1.11.1",
832
  ]
833
 
834
  [[package]]
@@ -841,7 +841,7 @@ dependencies = [
841
  "dtoa-short",
842
  "itoa 1.0.9",
843
  "phf 0.11.2",
844
- "smallvec 1.11.1",
845
  ]
846
 
847
  [[package]]
@@ -974,9 +974,9 @@ dependencies = [
974
 
975
  [[package]]
976
  name = "env_logger"
977
- version = "0.10.0"
978
  source = "registry+https://github.com/rust-lang/crates.io-index"
979
- checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
980
  dependencies = [
981
  "log",
982
  ]
@@ -988,14 +988,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
988
  checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
989
  dependencies = [
990
  "fsio",
991
- "indexmap",
992
  ]
993
 
 
 
 
 
 
 
994
  [[package]]
995
  name = "errno"
996
- version = "0.3.6"
997
  source = "registry+https://github.com/rust-lang/crates.io-index"
998
- checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e"
999
  dependencies = [
1000
  "libc",
1001
  "windows-sys",
@@ -1314,7 +1320,7 @@ dependencies = [
1314
  "parking_lot 0.12.1",
1315
  "quanta",
1316
  "rand 0.8.5",
1317
- "smallvec 1.11.1",
1318
  ]
1319
 
1320
  [[package]]
@@ -1328,7 +1334,7 @@ dependencies = [
1328
  "fnv",
1329
  "futures 0.1.31",
1330
  "http 0.1.21",
1331
- "indexmap",
1332
  "log",
1333
  "slab",
1334
  "string",
@@ -1337,19 +1343,19 @@ dependencies = [
1337
 
1338
  [[package]]
1339
  name = "h2"
1340
- version = "0.3.21"
1341
  source = "registry+https://github.com/rust-lang/crates.io-index"
1342
- checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
1343
  dependencies = [
1344
  "bytes 1.5.0",
1345
  "fnv",
1346
  "futures-core",
1347
  "futures-sink",
1348
  "futures-util",
1349
- "http 0.2.9",
1350
- "indexmap",
1351
  "slab",
1352
- "tokio 1.33.0",
1353
  "tokio-util",
1354
  "tracing",
1355
  ]
@@ -1360,21 +1366,6 @@ version = "1.8.2"
1360
  source = "registry+https://github.com/rust-lang/crates.io-index"
1361
  checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
1362
 
1363
- [[package]]
1364
- name = "handlebars"
1365
- version = "4.4.0"
1366
- source = "registry+https://github.com/rust-lang/crates.io-index"
1367
- checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683"
1368
- dependencies = [
1369
- "log",
1370
- "pest",
1371
- "pest_derive",
1372
- "serde",
1373
- "serde_json",
1374
- "thiserror",
1375
- "walkdir",
1376
- ]
1377
-
1378
  [[package]]
1379
  name = "hashbrown"
1380
  version = "0.12.3"
@@ -1453,9 +1444,9 @@ dependencies = [
1453
 
1454
  [[package]]
1455
  name = "http"
1456
- version = "0.2.9"
1457
  source = "registry+https://github.com/rust-lang/crates.io-index"
1458
- checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1459
  dependencies = [
1460
  "bytes 1.5.0",
1461
  "fnv",
@@ -1481,7 +1472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
  checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1482
  dependencies = [
1483
  "bytes 1.5.0",
1484
- "http 0.2.9",
1485
  "pin-project-lite",
1486
  ]
1487
 
@@ -1543,15 +1534,15 @@ dependencies = [
1543
  "futures-channel",
1544
  "futures-core",
1545
  "futures-util",
1546
- "h2 0.3.21",
1547
- "http 0.2.9",
1548
  "http-body 0.4.5",
1549
  "httparse",
1550
  "httpdate",
1551
  "itoa 1.0.9",
1552
  "pin-project-lite",
1553
  "socket2 0.4.10",
1554
- "tokio 1.33.0",
1555
  "tower-service",
1556
  "tracing",
1557
  "want 0.3.1",
@@ -1564,10 +1555,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
  checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1565
  dependencies = [
1566
  "futures-util",
1567
- "http 0.2.9",
1568
  "hyper 0.14.27",
1569
  "rustls",
1570
- "tokio 1.33.0",
1571
  "tokio-rustls",
1572
  ]
1573
 
@@ -1626,6 +1617,16 @@ dependencies = [
1626
  "hashbrown 0.12.3",
1627
  ]
1628
 
 
 
 
 
 
 
 
 
 
 
1629
  [[package]]
1630
  name = "iovec"
1631
  version = "0.1.4"
@@ -1737,7 +1738,7 @@ dependencies = [
1737
  "parcel_selectors",
1738
  "paste",
1739
  "pathdiff",
1740
- "smallvec 1.11.1",
1741
  ]
1742
 
1743
  [[package]]
@@ -1859,6 +1860,30 @@ version = "0.1.10"
1859
  source = "registry+https://github.com/rust-lang/crates.io-index"
1860
  checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1861
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1862
  [[package]]
1863
  name = "maybe-uninit"
1864
  version = "2.0.0"
@@ -1921,7 +1946,7 @@ dependencies = [
1921
  "crossbeam-utils 0.8.16",
1922
  "dashmap",
1923
  "skeptic",
1924
- "smallvec 1.11.1",
1925
  "tagptr",
1926
  "triomphe",
1927
  ]
@@ -2174,7 +2199,7 @@ dependencies = [
2174
  "phf 0.10.1",
2175
  "phf_codegen 0.10.0",
2176
  "precomputed-hash",
2177
- "smallvec 1.11.1",
2178
  ]
2179
 
2180
  [[package]]
@@ -2222,7 +2247,7 @@ dependencies = [
2222
  "cfg-if 1.0.0",
2223
  "libc",
2224
  "redox_syscall 0.4.1",
2225
- "smallvec 1.11.1",
2226
  "windows-targets",
2227
  ]
2228
 
@@ -2263,51 +2288,6 @@ version = "2.3.0"
2263
  source = "registry+https://github.com/rust-lang/crates.io-index"
2264
  checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2265
 
2266
- [[package]]
2267
- name = "pest"
2268
- version = "2.7.5"
2269
- source = "registry+https://github.com/rust-lang/crates.io-index"
2270
- checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
2271
- dependencies = [
2272
- "memchr",
2273
- "thiserror",
2274
- "ucd-trie",
2275
- ]
2276
-
2277
- [[package]]
2278
- name = "pest_derive"
2279
- version = "2.7.5"
2280
- source = "registry+https://github.com/rust-lang/crates.io-index"
2281
- checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
2282
- dependencies = [
2283
- "pest",
2284
- "pest_generator",
2285
- ]
2286
-
2287
- [[package]]
2288
- name = "pest_generator"
2289
- version = "2.7.5"
2290
- source = "registry+https://github.com/rust-lang/crates.io-index"
2291
- checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
2292
- dependencies = [
2293
- "pest",
2294
- "pest_meta",
2295
- "proc-macro2 1.0.69",
2296
- "quote 1.0.33",
2297
- "syn 2.0.39",
2298
- ]
2299
-
2300
- [[package]]
2301
- name = "pest_meta"
2302
- version = "2.7.5"
2303
- source = "registry+https://github.com/rust-lang/crates.io-index"
2304
- checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
2305
- dependencies = [
2306
- "once_cell",
2307
- "pest",
2308
- "sha2",
2309
- ]
2310
-
2311
  [[package]]
2312
  name = "phf"
2313
  version = "0.7.24"
@@ -2482,6 +2462,30 @@ version = "0.1.1"
2482
  source = "registry+https://github.com/rust-lang/crates.io-index"
2483
  checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2485
  [[package]]
2486
  name = "proc-macro2"
2487
  version = "0.4.30"
@@ -2725,7 +2729,7 @@ dependencies = [
2725
  "percent-encoding 2.3.0",
2726
  "pin-project-lite",
2727
  "ryu",
2728
- "tokio 1.33.0",
2729
  "tokio-retry",
2730
  "tokio-util",
2731
  "url 2.4.1",
@@ -2820,8 +2824,8 @@ dependencies = [
2820
  "encoding_rs",
2821
  "futures-core",
2822
  "futures-util",
2823
- "h2 0.3.21",
2824
- "http 0.2.9",
2825
  "http-body 0.4.5",
2826
  "hyper 0.14.27",
2827
  "hyper-rustls",
@@ -2838,7 +2842,7 @@ dependencies = [
2838
  "serde_json",
2839
  "serde_urlencoded 0.7.1",
2840
  "system-configuration",
2841
- "tokio 1.33.0",
2842
  "tokio-rustls",
2843
  "tower-service",
2844
  "url 2.4.1",
@@ -2895,9 +2899,9 @@ dependencies = [
2895
 
2896
  [[package]]
2897
  name = "rustix"
2898
- version = "0.38.21"
2899
  source = "registry+https://github.com/rust-lang/crates.io-index"
2900
- checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
2901
  dependencies = [
2902
  "bitflags 2.4.1",
2903
  "errno",
@@ -2908,9 +2912,9 @@ dependencies = [
2908
 
2909
  [[package]]
2910
  name = "rustls"
2911
- version = "0.21.8"
2912
  source = "registry+https://github.com/rust-lang/crates.io-index"
2913
- checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
2914
  dependencies = [
2915
  "log",
2916
  "ring",
@@ -2920,9 +2924,9 @@ dependencies = [
2920
 
2921
  [[package]]
2922
  name = "rustls-pemfile"
2923
- version = "1.0.3"
2924
  source = "registry+https://github.com/rust-lang/crates.io-index"
2925
- checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2926
  dependencies = [
2927
  "base64 0.21.5",
2928
  ]
@@ -3053,7 +3057,7 @@ dependencies = [
3053
  "phf_codegen 0.10.0",
3054
  "precomputed-hash",
3055
  "servo_arc",
3056
- "smallvec 1.11.1",
3057
  ]
3058
 
3059
  [[package]]
@@ -3155,17 +3159,6 @@ dependencies = [
3155
  "digest",
3156
  ]
3157
 
3158
- [[package]]
3159
- name = "sha2"
3160
- version = "0.10.8"
3161
- source = "registry+https://github.com/rust-lang/crates.io-index"
3162
- checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3163
- dependencies = [
3164
- "cfg-if 1.0.0",
3165
- "cpufeatures",
3166
- "digest",
3167
- ]
3168
-
3169
  [[package]]
3170
  name = "signal-hook-registry"
3171
  version = "1.4.1"
@@ -3222,9 +3215,9 @@ dependencies = [
3222
 
3223
  [[package]]
3224
  name = "smallvec"
3225
- version = "1.11.1"
3226
  source = "registry+https://github.com/rust-lang/crates.io-index"
3227
- checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
3228
  dependencies = [
3229
  "serde",
3230
  ]
@@ -3436,26 +3429,6 @@ dependencies = [
3436
  "utf-8",
3437
  ]
3438
 
3439
- [[package]]
3440
- name = "thiserror"
3441
- version = "1.0.50"
3442
- source = "registry+https://github.com/rust-lang/crates.io-index"
3443
- checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
3444
- dependencies = [
3445
- "thiserror-impl",
3446
- ]
3447
-
3448
- [[package]]
3449
- name = "thiserror-impl"
3450
- version = "1.0.50"
3451
- source = "registry+https://github.com/rust-lang/crates.io-index"
3452
- checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
3453
- dependencies = [
3454
- "proc-macro2 1.0.69",
3455
- "quote 1.0.33",
3456
- "syn 2.0.39",
3457
- ]
3458
-
3459
  [[package]]
3460
  name = "thousands"
3461
  version = "0.2.0"
@@ -3548,9 +3521,9 @@ dependencies = [
3548
 
3549
  [[package]]
3550
  name = "tokio"
3551
- version = "1.33.0"
3552
  source = "registry+https://github.com/rust-lang/crates.io-index"
3553
- checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
3554
  dependencies = [
3555
  "backtrace",
3556
  "bytes 1.5.0",
@@ -3609,9 +3582,9 @@ dependencies = [
3609
 
3610
  [[package]]
3611
  name = "tokio-macros"
3612
- version = "2.1.0"
3613
  source = "registry+https://github.com/rust-lang/crates.io-index"
3614
- checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
3615
  dependencies = [
3616
  "proc-macro2 1.0.69",
3617
  "quote 1.0.33",
@@ -3645,7 +3618,7 @@ checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
3645
  dependencies = [
3646
  "pin-project",
3647
  "rand 0.8.5",
3648
- "tokio 1.33.0",
3649
  ]
3650
 
3651
  [[package]]
@@ -3655,7 +3628,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3655
  checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
3656
  dependencies = [
3657
  "rustls",
3658
- "tokio 1.33.0",
3659
  ]
3660
 
3661
  [[package]]
@@ -3721,7 +3694,7 @@ dependencies = [
3721
  "futures-core",
3722
  "futures-sink",
3723
  "pin-project-lite",
3724
- "tokio 1.33.0",
3725
  "tracing",
3726
  ]
3727
 
@@ -3787,12 +3760,6 @@ version = "1.17.0"
3787
  source = "registry+https://github.com/rust-lang/crates.io-index"
3788
  checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3789
 
3790
- [[package]]
3791
- name = "ucd-trie"
3792
- version = "0.1.6"
3793
- source = "registry+https://github.com/rust-lang/crates.io-index"
3794
- checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
3795
-
3796
  [[package]]
3797
  name = "unicase"
3798
  version = "2.7.0"
@@ -4022,7 +3989,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
4022
 
4023
  [[package]]
4024
  name = "websurfx"
4025
- version = "1.2.25"
4026
  dependencies = [
4027
  "actix-cors",
4028
  "actix-files",
@@ -4036,9 +4003,9 @@ dependencies = [
4036
  "error-stack",
4037
  "fake-useragent",
4038
  "futures 0.3.29",
4039
- "handlebars",
4040
  "lightningcss",
4041
  "log",
 
4042
  "md5",
4043
  "mimalloc",
4044
  "mini-moka",
@@ -4051,9 +4018,9 @@ dependencies = [
4051
  "scraper",
4052
  "serde",
4053
  "serde_json",
4054
- "smallvec 1.11.1",
4055
  "tempfile",
4056
- "tokio 1.33.0",
4057
  ]
4058
 
4059
  [[package]]
@@ -4208,18 +4175,18 @@ dependencies = [
4208
 
4209
  [[package]]
4210
  name = "zerocopy"
4211
- version = "0.7.25"
4212
  source = "registry+https://github.com/rust-lang/crates.io-index"
4213
- checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557"
4214
  dependencies = [
4215
  "zerocopy-derive",
4216
  ]
4217
 
4218
  [[package]]
4219
  name = "zerocopy-derive"
4220
- version = "0.7.25"
4221
  source = "registry+https://github.com/rust-lang/crates.io-index"
4222
- checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b"
4223
  dependencies = [
4224
  "proc-macro2 1.0.69",
4225
  "quote 1.0.33",
 
14
  "futures-sink",
15
  "memchr",
16
  "pin-project-lite",
17
+ "tokio 1.34.0",
18
  "tokio-util",
19
  "tracing",
20
  ]
 
31
  "futures-util",
32
  "log",
33
  "once_cell",
34
+ "smallvec 1.11.2",
35
  ]
36
 
37
  [[package]]
 
87
  "derive_more",
88
  "encoding_rs",
89
  "futures-core",
90
+ "http 0.2.11",
91
  "httparse",
92
  "httpdate",
93
  "itoa 1.0.9",
 
98
  "pin-project-lite",
99
  "rand 0.8.5",
100
  "sha1",
101
+ "smallvec 1.11.2",
102
+ "tokio 1.34.0",
103
  "tokio-util",
104
  "tracing",
105
  ]
 
121
  checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
122
  dependencies = [
123
  "bytestring",
124
+ "http 0.2.11",
125
  "regex",
126
  "serde",
127
  "tracing",
 
134
  checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
135
  dependencies = [
136
  "futures-core",
137
+ "tokio 1.34.0",
138
  ]
139
 
140
  [[package]]
 
150
  "futures-util",
151
  "mio 0.8.9",
152
  "socket2 0.5.5",
153
+ "tokio 1.34.0",
154
  "tracing",
155
  ]
156
 
 
209
  "serde",
210
  "serde_json",
211
  "serde_urlencoded 0.7.1",
212
+ "smallvec 1.11.2",
213
  "socket2 0.5.5",
214
  "time 0.3.30",
215
  "url 2.4.1",
 
414
 
415
  [[package]]
416
  name = "bstr"
417
+ version = "1.8.0"
418
  source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
420
  dependencies = [
421
  "memchr",
422
  "serde",
 
562
 
563
  [[package]]
564
  name = "clap"
565
+ version = "4.4.8"
566
  source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
568
  dependencies = [
569
  "clap_builder",
570
  ]
571
 
572
  [[package]]
573
  name = "clap_builder"
574
+ version = "4.4.8"
575
  source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
577
  dependencies = [
578
  "anstyle",
579
  "clap_lex",
 
604
  "futures-core",
605
  "memchr",
606
  "pin-project-lite",
607
+ "tokio 1.34.0",
608
  "tokio-util",
609
  ]
610
 
 
828
  "dtoa-short",
829
  "itoa 1.0.9",
830
  "phf 0.11.2",
831
+ "smallvec 1.11.2",
832
  ]
833
 
834
  [[package]]
 
841
  "dtoa-short",
842
  "itoa 1.0.9",
843
  "phf 0.11.2",
844
+ "smallvec 1.11.2",
845
  ]
846
 
847
  [[package]]
 
974
 
975
  [[package]]
976
  name = "env_logger"
977
+ version = "0.10.1"
978
  source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
980
  dependencies = [
981
  "log",
982
  ]
 
988
  checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
989
  dependencies = [
990
  "fsio",
991
+ "indexmap 1.9.3",
992
  ]
993
 
994
+ [[package]]
995
+ name = "equivalent"
996
+ version = "1.0.1"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
999
+
1000
  [[package]]
1001
  name = "errno"
1002
+ version = "0.3.7"
1003
  source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
1005
  dependencies = [
1006
  "libc",
1007
  "windows-sys",
 
1320
  "parking_lot 0.12.1",
1321
  "quanta",
1322
  "rand 0.8.5",
1323
+ "smallvec 1.11.2",
1324
  ]
1325
 
1326
  [[package]]
 
1334
  "fnv",
1335
  "futures 0.1.31",
1336
  "http 0.1.21",
1337
+ "indexmap 1.9.3",
1338
  "log",
1339
  "slab",
1340
  "string",
 
1343
 
1344
  [[package]]
1345
  name = "h2"
1346
+ version = "0.3.22"
1347
  source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
1349
  dependencies = [
1350
  "bytes 1.5.0",
1351
  "fnv",
1352
  "futures-core",
1353
  "futures-sink",
1354
  "futures-util",
1355
+ "http 0.2.11",
1356
+ "indexmap 2.1.0",
1357
  "slab",
1358
+ "tokio 1.34.0",
1359
  "tokio-util",
1360
  "tracing",
1361
  ]
 
1366
  source = "registry+https://github.com/rust-lang/crates.io-index"
1367
  checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
1368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1369
  [[package]]
1370
  name = "hashbrown"
1371
  version = "0.12.3"
 
1444
 
1445
  [[package]]
1446
  name = "http"
1447
+ version = "0.2.11"
1448
  source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
1450
  dependencies = [
1451
  "bytes 1.5.0",
1452
  "fnv",
 
1472
  checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1473
  dependencies = [
1474
  "bytes 1.5.0",
1475
+ "http 0.2.11",
1476
  "pin-project-lite",
1477
  ]
1478
 
 
1534
  "futures-channel",
1535
  "futures-core",
1536
  "futures-util",
1537
+ "h2 0.3.22",
1538
+ "http 0.2.11",
1539
  "http-body 0.4.5",
1540
  "httparse",
1541
  "httpdate",
1542
  "itoa 1.0.9",
1543
  "pin-project-lite",
1544
  "socket2 0.4.10",
1545
+ "tokio 1.34.0",
1546
  "tower-service",
1547
  "tracing",
1548
  "want 0.3.1",
 
1555
  checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1556
  dependencies = [
1557
  "futures-util",
1558
+ "http 0.2.11",
1559
  "hyper 0.14.27",
1560
  "rustls",
1561
+ "tokio 1.34.0",
1562
  "tokio-rustls",
1563
  ]
1564
 
 
1617
  "hashbrown 0.12.3",
1618
  ]
1619
 
1620
+ [[package]]
1621
+ name = "indexmap"
1622
+ version = "2.1.0"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1625
+ dependencies = [
1626
+ "equivalent",
1627
+ "hashbrown 0.14.2",
1628
+ ]
1629
+
1630
  [[package]]
1631
  name = "iovec"
1632
  version = "0.1.4"
 
1738
  "parcel_selectors",
1739
  "paste",
1740
  "pathdiff",
1741
+ "smallvec 1.11.2",
1742
  ]
1743
 
1744
  [[package]]
 
1860
  source = "registry+https://github.com/rust-lang/crates.io-index"
1861
  checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1862
 
1863
+ [[package]]
1864
+ name = "maud"
1865
+ version = "0.25.0"
1866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1867
+ checksum = "b0bab19cef8a7fe1c18a43e881793bfc9d4ea984befec3ae5bd0415abf3ecf00"
1868
+ dependencies = [
1869
+ "actix-web",
1870
+ "futures-util",
1871
+ "itoa 1.0.9",
1872
+ "maud_macros",
1873
+ ]
1874
+
1875
+ [[package]]
1876
+ name = "maud_macros"
1877
+ version = "0.25.0"
1878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+ checksum = "0be95d66c3024ffce639216058e5bae17a83ecaf266ffc6e4d060ad447c9eed2"
1880
+ dependencies = [
1881
+ "proc-macro-error",
1882
+ "proc-macro2 1.0.69",
1883
+ "quote 1.0.33",
1884
+ "syn 1.0.109",
1885
+ ]
1886
+
1887
  [[package]]
1888
  name = "maybe-uninit"
1889
  version = "2.0.0"
 
1946
  "crossbeam-utils 0.8.16",
1947
  "dashmap",
1948
  "skeptic",
1949
+ "smallvec 1.11.2",
1950
  "tagptr",
1951
  "triomphe",
1952
  ]
 
2199
  "phf 0.10.1",
2200
  "phf_codegen 0.10.0",
2201
  "precomputed-hash",
2202
+ "smallvec 1.11.2",
2203
  ]
2204
 
2205
  [[package]]
 
2247
  "cfg-if 1.0.0",
2248
  "libc",
2249
  "redox_syscall 0.4.1",
2250
+ "smallvec 1.11.2",
2251
  "windows-targets",
2252
  ]
2253
 
 
2288
  source = "registry+https://github.com/rust-lang/crates.io-index"
2289
  checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2290
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2291
  [[package]]
2292
  name = "phf"
2293
  version = "0.7.24"
 
2462
  source = "registry+https://github.com/rust-lang/crates.io-index"
2463
  checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2464
 
2465
+ [[package]]
2466
+ name = "proc-macro-error"
2467
+ version = "1.0.4"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2470
+ dependencies = [
2471
+ "proc-macro-error-attr",
2472
+ "proc-macro2 1.0.69",
2473
+ "quote 1.0.33",
2474
+ "syn 1.0.109",
2475
+ "version_check",
2476
+ ]
2477
+
2478
+ [[package]]
2479
+ name = "proc-macro-error-attr"
2480
+ version = "1.0.4"
2481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2482
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2483
+ dependencies = [
2484
+ "proc-macro2 1.0.69",
2485
+ "quote 1.0.33",
2486
+ "version_check",
2487
+ ]
2488
+
2489
  [[package]]
2490
  name = "proc-macro2"
2491
  version = "0.4.30"
 
2729
  "percent-encoding 2.3.0",
2730
  "pin-project-lite",
2731
  "ryu",
2732
+ "tokio 1.34.0",
2733
  "tokio-retry",
2734
  "tokio-util",
2735
  "url 2.4.1",
 
2824
  "encoding_rs",
2825
  "futures-core",
2826
  "futures-util",
2827
+ "h2 0.3.22",
2828
+ "http 0.2.11",
2829
  "http-body 0.4.5",
2830
  "hyper 0.14.27",
2831
  "hyper-rustls",
 
2842
  "serde_json",
2843
  "serde_urlencoded 0.7.1",
2844
  "system-configuration",
2845
+ "tokio 1.34.0",
2846
  "tokio-rustls",
2847
  "tower-service",
2848
  "url 2.4.1",
 
2899
 
2900
  [[package]]
2901
  name = "rustix"
2902
+ version = "0.38.24"
2903
  source = "registry+https://github.com/rust-lang/crates.io-index"
2904
+ checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
2905
  dependencies = [
2906
  "bitflags 2.4.1",
2907
  "errno",
 
2912
 
2913
  [[package]]
2914
  name = "rustls"
2915
+ version = "0.21.9"
2916
  source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
2918
  dependencies = [
2919
  "log",
2920
  "ring",
 
2924
 
2925
  [[package]]
2926
  name = "rustls-pemfile"
2927
+ version = "1.0.4"
2928
  source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2930
  dependencies = [
2931
  "base64 0.21.5",
2932
  ]
 
3057
  "phf_codegen 0.10.0",
3058
  "precomputed-hash",
3059
  "servo_arc",
3060
+ "smallvec 1.11.2",
3061
  ]
3062
 
3063
  [[package]]
 
3159
  "digest",
3160
  ]
3161
 
 
 
 
 
 
 
 
 
 
 
 
3162
  [[package]]
3163
  name = "signal-hook-registry"
3164
  version = "1.4.1"
 
3215
 
3216
  [[package]]
3217
  name = "smallvec"
3218
+ version = "1.11.2"
3219
  source = "registry+https://github.com/rust-lang/crates.io-index"
3220
+ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
3221
  dependencies = [
3222
  "serde",
3223
  ]
 
3429
  "utf-8",
3430
  ]
3431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3432
  [[package]]
3433
  name = "thousands"
3434
  version = "0.2.0"
 
3521
 
3522
  [[package]]
3523
  name = "tokio"
3524
+ version = "1.34.0"
3525
  source = "registry+https://github.com/rust-lang/crates.io-index"
3526
+ checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
3527
  dependencies = [
3528
  "backtrace",
3529
  "bytes 1.5.0",
 
3582
 
3583
  [[package]]
3584
  name = "tokio-macros"
3585
+ version = "2.2.0"
3586
  source = "registry+https://github.com/rust-lang/crates.io-index"
3587
+ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
3588
  dependencies = [
3589
  "proc-macro2 1.0.69",
3590
  "quote 1.0.33",
 
3618
  dependencies = [
3619
  "pin-project",
3620
  "rand 0.8.5",
3621
+ "tokio 1.34.0",
3622
  ]
3623
 
3624
  [[package]]
 
3628
  checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
3629
  dependencies = [
3630
  "rustls",
3631
+ "tokio 1.34.0",
3632
  ]
3633
 
3634
  [[package]]
 
3694
  "futures-core",
3695
  "futures-sink",
3696
  "pin-project-lite",
3697
+ "tokio 1.34.0",
3698
  "tracing",
3699
  ]
3700
 
 
3760
  source = "registry+https://github.com/rust-lang/crates.io-index"
3761
  checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3762
 
 
 
 
 
 
 
3763
  [[package]]
3764
  name = "unicase"
3765
  version = "2.7.0"
 
3989
 
3990
  [[package]]
3991
  name = "websurfx"
3992
+ version = "1.2.26"
3993
  dependencies = [
3994
  "actix-cors",
3995
  "actix-files",
 
4003
  "error-stack",
4004
  "fake-useragent",
4005
  "futures 0.3.29",
 
4006
  "lightningcss",
4007
  "log",
4008
+ "maud",
4009
  "md5",
4010
  "mimalloc",
4011
  "mini-moka",
 
4018
  "scraper",
4019
  "serde",
4020
  "serde_json",
4021
+ "smallvec 1.11.2",
4022
  "tempfile",
4023
+ "tokio 1.34.0",
4024
  ]
4025
 
4026
  [[package]]
 
4175
 
4176
  [[package]]
4177
  name = "zerocopy"
4178
+ version = "0.7.26"
4179
  source = "registry+https://github.com/rust-lang/crates.io-index"
4180
+ checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
4181
  dependencies = [
4182
  "zerocopy-derive",
4183
  ]
4184
 
4185
  [[package]]
4186
  name = "zerocopy-derive"
4187
+ version = "0.7.26"
4188
  source = "registry+https://github.com/rust-lang/crates.io-index"
4189
+ checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
4190
  dependencies = [
4191
  "proc-macro2 1.0.69",
4192
  "quote 1.0.33",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "1.2.25"
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.2.26"
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"