neon_arch commited on
Commit
a46a223
β€’
1 Parent(s): fe74f2e

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

Browse files
Files changed (2) hide show
  1. Cargo.lock +141 -73
  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",
@@ -284,6 +284,21 @@ dependencies = [
284
  "memchr",
285
  ]
286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  [[package]]
288
  name = "anes"
289
  version = "0.1.6"
@@ -314,6 +329,20 @@ version = "0.10.3"
314
  source = "registry+https://github.com/rust-lang/crates.io-index"
315
  checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  [[package]]
318
  name = "async-once-cell"
319
  version = "0.5.3"
@@ -412,11 +441,32 @@ dependencies = [
412
  "generic-array",
413
  ]
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",
@@ -477,9 +527,9 @@ dependencies = [
477
 
478
  [[package]]
479
  name = "cargo-platform"
480
- version = "0.1.4"
481
  source = "registry+https://github.com/rust-lang/crates.io-index"
482
- checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36"
483
  dependencies = [
484
  "serde",
485
  ]
@@ -562,18 +612,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 +654,7 @@ dependencies = [
604
  "futures-core",
605
  "memchr",
606
  "pin-project-lite",
607
- "tokio 1.33.0",
608
  "tokio-util",
609
  ]
610
 
@@ -828,7 +878,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 +891,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 +1024,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 +1038,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 +1370,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 +1384,7 @@ dependencies = [
1328
  "fnv",
1329
  "futures 0.1.31",
1330
  "http 0.1.21",
1331
- "indexmap",
1332
  "log",
1333
  "slab",
1334
  "string",
@@ -1337,19 +1393,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
  ]
@@ -1362,9 +1418,9 @@ 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",
@@ -1453,9 +1509,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 +1537,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 +1599,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 +1620,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 +1682,16 @@ dependencies = [
1626
  "hashbrown 0.12.3",
1627
  ]
1628
 
 
 
 
 
 
 
 
 
 
 
1629
  [[package]]
1630
  name = "iovec"
1631
  version = "0.1.4"
@@ -1737,7 +1803,7 @@ dependencies = [
1737
  "parcel_selectors",
1738
  "paste",
1739
  "pathdiff",
1740
- "smallvec 1.11.1",
1741
  ]
1742
 
1743
  [[package]]
@@ -1921,7 +1987,7 @@ dependencies = [
1921
  "crossbeam-utils 0.8.16",
1922
  "dashmap",
1923
  "skeptic",
1924
- "smallvec 1.11.1",
1925
  "tagptr",
1926
  "triomphe",
1927
  ]
@@ -2174,7 +2240,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 +2288,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
 
@@ -2725,7 +2791,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",
@@ -2815,13 +2881,14 @@ version = "0.11.22"
2815
  source = "registry+https://github.com/rust-lang/crates.io-index"
2816
  checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2817
  dependencies = [
 
2818
  "base64 0.21.5",
2819
  "bytes 1.5.0",
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,8 +2905,9 @@ 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",
2845
  "wasm-bindgen",
@@ -2895,9 +2963,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 +2976,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 +2988,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 +3121,7 @@ dependencies = [
3053
  "phf_codegen 0.10.0",
3054
  "precomputed-hash",
3055
  "servo_arc",
3056
- "smallvec 1.11.1",
3057
  ]
3058
 
3059
  [[package]]
@@ -3222,9 +3290,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
  ]
@@ -3548,9 +3616,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 +3677,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 +3713,7 @@ checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
3645
  dependencies = [
3646
  "pin-project",
3647
  "rand 0.8.5",
3648
- "tokio 1.33.0",
3649
  ]
3650
 
3651
  [[package]]
@@ -3655,7 +3723,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 +3789,7 @@ dependencies = [
3721
  "futures-core",
3722
  "futures-sink",
3723
  "pin-project-lite",
3724
- "tokio 1.33.0",
3725
  "tracing",
3726
  ]
3727
 
@@ -4022,7 +4090,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
4022
 
4023
  [[package]]
4024
  name = "websurfx"
4025
- version = "1.2.25"
4026
  dependencies = [
4027
  "actix-cors",
4028
  "actix-files",
@@ -4051,9 +4119,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 +4276,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",
 
284
  "memchr",
285
  ]
286
 
287
+ [[package]]
288
+ name = "alloc-no-stdlib"
289
+ version = "2.0.4"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
292
+
293
+ [[package]]
294
+ name = "alloc-stdlib"
295
+ version = "0.2.2"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
298
+ dependencies = [
299
+ "alloc-no-stdlib",
300
+ ]
301
+
302
  [[package]]
303
  name = "anes"
304
  version = "0.1.6"
 
329
  source = "registry+https://github.com/rust-lang/crates.io-index"
330
  checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
331
 
332
+ [[package]]
333
+ name = "async-compression"
334
+ version = "0.4.5"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5"
337
+ dependencies = [
338
+ "brotli",
339
+ "flate2",
340
+ "futures-core",
341
+ "memchr",
342
+ "pin-project-lite",
343
+ "tokio 1.34.0",
344
+ ]
345
+
346
  [[package]]
347
  name = "async-once-cell"
348
  version = "0.5.3"
 
441
  "generic-array",
442
  ]
443
 
444
+ [[package]]
445
+ name = "brotli"
446
+ version = "3.4.0"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
449
+ dependencies = [
450
+ "alloc-no-stdlib",
451
+ "alloc-stdlib",
452
+ "brotli-decompressor",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "brotli-decompressor"
457
+ version = "2.5.1"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
460
+ dependencies = [
461
+ "alloc-no-stdlib",
462
+ "alloc-stdlib",
463
+ ]
464
+
465
  [[package]]
466
  name = "bstr"
467
+ version = "1.8.0"
468
  source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
470
  dependencies = [
471
  "memchr",
472
  "serde",
 
527
 
528
  [[package]]
529
  name = "cargo-platform"
530
+ version = "0.1.5"
531
  source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "e34637b3140142bdf929fb439e8aa4ebad7651ebf7b1080b3930aa16ac1459ff"
533
  dependencies = [
534
  "serde",
535
  ]
 
612
 
613
  [[package]]
614
  name = "clap"
615
+ version = "4.4.8"
616
  source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
618
  dependencies = [
619
  "clap_builder",
620
  ]
621
 
622
  [[package]]
623
  name = "clap_builder"
624
+ version = "4.4.8"
625
  source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
627
  dependencies = [
628
  "anstyle",
629
  "clap_lex",
 
654
  "futures-core",
655
  "memchr",
656
  "pin-project-lite",
657
+ "tokio 1.34.0",
658
  "tokio-util",
659
  ]
660
 
 
878
  "dtoa-short",
879
  "itoa 1.0.9",
880
  "phf 0.11.2",
881
+ "smallvec 1.11.2",
882
  ]
883
 
884
  [[package]]
 
891
  "dtoa-short",
892
  "itoa 1.0.9",
893
  "phf 0.11.2",
894
+ "smallvec 1.11.2",
895
  ]
896
 
897
  [[package]]
 
1024
 
1025
  [[package]]
1026
  name = "env_logger"
1027
+ version = "0.10.1"
1028
  source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
1030
  dependencies = [
1031
  "log",
1032
  ]
 
1038
  checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
1039
  dependencies = [
1040
  "fsio",
1041
+ "indexmap 1.9.3",
1042
  ]
1043
 
1044
+ [[package]]
1045
+ name = "equivalent"
1046
+ version = "1.0.1"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1049
+
1050
  [[package]]
1051
  name = "errno"
1052
+ version = "0.3.7"
1053
  source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
1055
  dependencies = [
1056
  "libc",
1057
  "windows-sys",
 
1370
  "parking_lot 0.12.1",
1371
  "quanta",
1372
  "rand 0.8.5",
1373
+ "smallvec 1.11.2",
1374
  ]
1375
 
1376
  [[package]]
 
1384
  "fnv",
1385
  "futures 0.1.31",
1386
  "http 0.1.21",
1387
+ "indexmap 1.9.3",
1388
  "log",
1389
  "slab",
1390
  "string",
 
1393
 
1394
  [[package]]
1395
  name = "h2"
1396
+ version = "0.3.22"
1397
  source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
1399
  dependencies = [
1400
  "bytes 1.5.0",
1401
  "fnv",
1402
  "futures-core",
1403
  "futures-sink",
1404
  "futures-util",
1405
+ "http 0.2.11",
1406
+ "indexmap 2.1.0",
1407
  "slab",
1408
+ "tokio 1.34.0",
1409
  "tokio-util",
1410
  "tracing",
1411
  ]
 
1418
 
1419
  [[package]]
1420
  name = "handlebars"
1421
+ version = "4.5.0"
1422
  source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
1424
  dependencies = [
1425
  "log",
1426
  "pest",
 
1509
 
1510
  [[package]]
1511
  name = "http"
1512
+ version = "0.2.11"
1513
  source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
1515
  dependencies = [
1516
  "bytes 1.5.0",
1517
  "fnv",
 
1537
  checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1538
  dependencies = [
1539
  "bytes 1.5.0",
1540
+ "http 0.2.11",
1541
  "pin-project-lite",
1542
  ]
1543
 
 
1599
  "futures-channel",
1600
  "futures-core",
1601
  "futures-util",
1602
+ "h2 0.3.22",
1603
+ "http 0.2.11",
1604
  "http-body 0.4.5",
1605
  "httparse",
1606
  "httpdate",
1607
  "itoa 1.0.9",
1608
  "pin-project-lite",
1609
  "socket2 0.4.10",
1610
+ "tokio 1.34.0",
1611
  "tower-service",
1612
  "tracing",
1613
  "want 0.3.1",
 
1620
  checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1621
  dependencies = [
1622
  "futures-util",
1623
+ "http 0.2.11",
1624
  "hyper 0.14.27",
1625
  "rustls",
1626
+ "tokio 1.34.0",
1627
  "tokio-rustls",
1628
  ]
1629
 
 
1682
  "hashbrown 0.12.3",
1683
  ]
1684
 
1685
+ [[package]]
1686
+ name = "indexmap"
1687
+ version = "2.1.0"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1690
+ dependencies = [
1691
+ "equivalent",
1692
+ "hashbrown 0.14.2",
1693
+ ]
1694
+
1695
  [[package]]
1696
  name = "iovec"
1697
  version = "0.1.4"
 
1803
  "parcel_selectors",
1804
  "paste",
1805
  "pathdiff",
1806
+ "smallvec 1.11.2",
1807
  ]
1808
 
1809
  [[package]]
 
1987
  "crossbeam-utils 0.8.16",
1988
  "dashmap",
1989
  "skeptic",
1990
+ "smallvec 1.11.2",
1991
  "tagptr",
1992
  "triomphe",
1993
  ]
 
2240
  "phf 0.10.1",
2241
  "phf_codegen 0.10.0",
2242
  "precomputed-hash",
2243
+ "smallvec 1.11.2",
2244
  ]
2245
 
2246
  [[package]]
 
2288
  "cfg-if 1.0.0",
2289
  "libc",
2290
  "redox_syscall 0.4.1",
2291
+ "smallvec 1.11.2",
2292
  "windows-targets",
2293
  ]
2294
 
 
2791
  "percent-encoding 2.3.0",
2792
  "pin-project-lite",
2793
  "ryu",
2794
+ "tokio 1.34.0",
2795
  "tokio-retry",
2796
  "tokio-util",
2797
  "url 2.4.1",
 
2881
  source = "registry+https://github.com/rust-lang/crates.io-index"
2882
  checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2883
  dependencies = [
2884
+ "async-compression",
2885
  "base64 0.21.5",
2886
  "bytes 1.5.0",
2887
  "encoding_rs",
2888
  "futures-core",
2889
  "futures-util",
2890
+ "h2 0.3.22",
2891
+ "http 0.2.11",
2892
  "http-body 0.4.5",
2893
  "hyper 0.14.27",
2894
  "hyper-rustls",
 
2905
  "serde_json",
2906
  "serde_urlencoded 0.7.1",
2907
  "system-configuration",
2908
+ "tokio 1.34.0",
2909
  "tokio-rustls",
2910
+ "tokio-util",
2911
  "tower-service",
2912
  "url 2.4.1",
2913
  "wasm-bindgen",
 
2963
 
2964
  [[package]]
2965
  name = "rustix"
2966
+ version = "0.38.25"
2967
  source = "registry+https://github.com/rust-lang/crates.io-index"
2968
+ checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
2969
  dependencies = [
2970
  "bitflags 2.4.1",
2971
  "errno",
 
2976
 
2977
  [[package]]
2978
  name = "rustls"
2979
+ version = "0.21.9"
2980
  source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9"
2982
  dependencies = [
2983
  "log",
2984
  "ring",
 
2988
 
2989
  [[package]]
2990
  name = "rustls-pemfile"
2991
+ version = "1.0.4"
2992
  source = "registry+https://github.com/rust-lang/crates.io-index"
2993
+ checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2994
  dependencies = [
2995
  "base64 0.21.5",
2996
  ]
 
3121
  "phf_codegen 0.10.0",
3122
  "precomputed-hash",
3123
  "servo_arc",
3124
+ "smallvec 1.11.2",
3125
  ]
3126
 
3127
  [[package]]
 
3290
 
3291
  [[package]]
3292
  name = "smallvec"
3293
+ version = "1.11.2"
3294
  source = "registry+https://github.com/rust-lang/crates.io-index"
3295
+ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
3296
  dependencies = [
3297
  "serde",
3298
  ]
 
3616
 
3617
  [[package]]
3618
  name = "tokio"
3619
+ version = "1.34.0"
3620
  source = "registry+https://github.com/rust-lang/crates.io-index"
3621
+ checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
3622
  dependencies = [
3623
  "backtrace",
3624
  "bytes 1.5.0",
 
3677
 
3678
  [[package]]
3679
  name = "tokio-macros"
3680
+ version = "2.2.0"
3681
  source = "registry+https://github.com/rust-lang/crates.io-index"
3682
+ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
3683
  dependencies = [
3684
  "proc-macro2 1.0.69",
3685
  "quote 1.0.33",
 
3713
  dependencies = [
3714
  "pin-project",
3715
  "rand 0.8.5",
3716
+ "tokio 1.34.0",
3717
  ]
3718
 
3719
  [[package]]
 
3723
  checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
3724
  dependencies = [
3725
  "rustls",
3726
+ "tokio 1.34.0",
3727
  ]
3728
 
3729
  [[package]]
 
3789
  "futures-core",
3790
  "futures-sink",
3791
  "pin-project-lite",
3792
+ "tokio 1.34.0",
3793
  "tracing",
3794
  ]
3795
 
 
4090
 
4091
  [[package]]
4092
  name = "websurfx"
4093
+ version = "1.2.27"
4094
  dependencies = [
4095
  "actix-cors",
4096
  "actix-files",
 
4119
  "scraper",
4120
  "serde",
4121
  "serde_json",
4122
+ "smallvec 1.11.2",
4123
  "tempfile",
4124
+ "tokio 1.34.0",
4125
  ]
4126
 
4127
  [[package]]
 
4276
 
4277
  [[package]]
4278
  name = "zerocopy"
4279
+ version = "0.7.26"
4280
  source = "registry+https://github.com/rust-lang/crates.io-index"
4281
+ checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
4282
  dependencies = [
4283
  "zerocopy-derive",
4284
  ]
4285
 
4286
  [[package]]
4287
  name = "zerocopy-derive"
4288
+ version = "0.7.26"
4289
  source = "registry+https://github.com/rust-lang/crates.io-index"
4290
+ checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
4291
  dependencies = [
4292
  "proc-macro2 1.0.69",
4293
  "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.27"
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"