neon_arch commited on
Commit
30ca95a
1 Parent(s): 8e56ac8

🧹 chore: make github actions happy (#203)

Browse files
Files changed (2) hide show
  1. Cargo.lock +68 -69
  2. Cargo.toml +6 -2
Cargo.lock CHANGED
@@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9
  checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
10
  dependencies = [
11
  "bitflags 1.3.2",
12
- "bytes 1.4.0",
13
  "futures-core",
14
  "futures-sink",
15
  "memchr",
@@ -46,7 +46,7 @@ dependencies = [
46
  "actix-web",
47
  "askama_escape",
48
  "bitflags 1.3.2",
49
- "bytes 1.4.0",
50
  "derive_more",
51
  "futures-core",
52
  "http-range",
@@ -80,10 +80,10 @@ dependencies = [
80
  "actix-service",
81
  "actix-utils",
82
  "ahash",
83
- "base64 0.21.3",
84
  "bitflags 2.4.0",
85
  "brotli",
86
- "bytes 1.4.0",
87
  "bytestring",
88
  "derive_more",
89
  "encoding_rs",
@@ -115,7 +115,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
115
  checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
116
  dependencies = [
117
  "quote 1.0.33",
118
- "syn 2.0.29",
119
  ]
120
 
121
  [[package]]
@@ -195,7 +195,7 @@ dependencies = [
195
  "actix-utils",
196
  "actix-web-codegen",
197
  "ahash",
198
- "bytes 1.4.0",
199
  "bytestring",
200
  "cfg-if 1.0.0",
201
  "cookie 0.16.2",
@@ -228,7 +228,7 @@ dependencies = [
228
  "actix-router",
229
  "proc-macro2 1.0.66",
230
  "quote 1.0.33",
231
- "syn 2.0.29",
232
  ]
233
 
234
  [[package]]
@@ -290,9 +290,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
290
 
291
  [[package]]
292
  name = "anstyle"
293
- version = "1.0.2"
294
  source = "registry+https://github.com/rust-lang/crates.io-index"
295
- checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
296
 
297
  [[package]]
298
  name = "anyhow"
@@ -326,7 +326,7 @@ checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
326
  dependencies = [
327
  "proc-macro2 1.0.66",
328
  "quote 1.0.33",
329
- "syn 2.0.29",
330
  ]
331
 
332
  [[package]]
@@ -370,9 +370,9 @@ dependencies = [
370
 
371
  [[package]]
372
  name = "base64"
373
- version = "0.21.3"
374
  source = "registry+https://github.com/rust-lang/crates.io-index"
375
- checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
376
 
377
  [[package]]
378
  name = "bit-set"
@@ -465,9 +465,9 @@ dependencies = [
465
 
466
  [[package]]
467
  name = "bytes"
468
- version = "1.4.0"
469
  source = "registry+https://github.com/rust-lang/crates.io-index"
470
- checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
471
 
472
  [[package]]
473
  name = "bytestring"
@@ -475,7 +475,7 @@ version = "1.3.0"
475
  source = "registry+https://github.com/rust-lang/crates.io-index"
476
  checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
477
  dependencies = [
478
- "bytes 1.4.0",
479
  ]
480
 
481
  [[package]]
@@ -582,7 +582,7 @@ version = "4.6.6"
582
  source = "registry+https://github.com/rust-lang/crates.io-index"
583
  checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
584
  dependencies = [
585
- "bytes 1.4.0",
586
  "futures-core",
587
  "memchr",
588
  "pin-project-lite",
@@ -602,7 +602,7 @@ version = "0.12.0"
602
  source = "registry+https://github.com/rust-lang/crates.io-index"
603
  checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
604
  dependencies = [
605
- "time 0.1.45",
606
  "url 1.7.2",
607
  ]
608
 
@@ -630,7 +630,7 @@ dependencies = [
630
  "publicsuffix",
631
  "serde",
632
  "serde_json",
633
- "time 0.1.45",
634
  "try_from",
635
  "url 1.7.2",
636
  ]
@@ -826,7 +826,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
826
  checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
827
  dependencies = [
828
  "quote 1.0.33",
829
- "syn 2.0.29",
830
  ]
831
 
832
  [[package]]
@@ -975,9 +975,9 @@ dependencies = [
975
 
976
  [[package]]
977
  name = "error-stack"
978
- version = "0.4.0"
979
  source = "registry+https://github.com/rust-lang/crates.io-index"
980
- checksum = "e6a37ef405b504fc3b87a24fa52906d98cdd1a7d4e5ef2b49f0d5fead138fced"
981
  dependencies = [
982
  "anyhow",
983
  "rustc_version 0.4.0",
@@ -1172,7 +1172,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
1172
  dependencies = [
1173
  "proc-macro2 1.0.66",
1174
  "quote 1.0.33",
1175
- "syn 2.0.29",
1176
  ]
1177
 
1178
  [[package]]
@@ -1298,7 +1298,7 @@ version = "0.3.21"
1298
  source = "registry+https://github.com/rust-lang/crates.io-index"
1299
  checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
1300
  dependencies = [
1301
- "bytes 1.4.0",
1302
  "fnv",
1303
  "futures-core",
1304
  "futures-sink",
@@ -1395,7 +1395,7 @@ version = "0.2.9"
1395
  source = "registry+https://github.com/rust-lang/crates.io-index"
1396
  checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1397
  dependencies = [
1398
- "bytes 1.4.0",
1399
  "fnv",
1400
  "itoa 1.0.9",
1401
  ]
@@ -1418,7 +1418,7 @@ version = "0.4.5"
1418
  source = "registry+https://github.com/rust-lang/crates.io-index"
1419
  checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1420
  dependencies = [
1421
- "bytes 1.4.0",
1422
  "http 0.2.9",
1423
  "pin-project-lite",
1424
  ]
@@ -1465,7 +1465,7 @@ dependencies = [
1465
  "log",
1466
  "net2",
1467
  "rustc_version 0.2.3",
1468
- "time 0.1.45",
1469
  "tokio 0.1.22",
1470
  "tokio-buf",
1471
  "tokio-executor",
@@ -1483,7 +1483,7 @@ version = "0.14.27"
1483
  source = "registry+https://github.com/rust-lang/crates.io-index"
1484
  checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1485
  dependencies = [
1486
- "bytes 1.4.0",
1487
  "futures-channel",
1488
  "futures-core",
1489
  "futures-util",
@@ -1520,7 +1520,7 @@ version = "0.5.0"
1520
  source = "registry+https://github.com/rust-lang/crates.io-index"
1521
  checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1522
  dependencies = [
1523
- "bytes 1.4.0",
1524
  "hyper 0.14.27",
1525
  "native-tls",
1526
  "tokio 1.32.0",
@@ -1674,9 +1674,9 @@ dependencies = [
1674
 
1675
  [[package]]
1676
  name = "linux-raw-sys"
1677
- version = "0.4.5"
1678
  source = "registry+https://github.com/rust-lang/crates.io-index"
1679
- checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
1680
 
1681
  [[package]]
1682
  name = "local-channel"
@@ -1787,9 +1787,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
1787
 
1788
  [[package]]
1789
  name = "memchr"
1790
- version = "2.6.2"
1791
  source = "registry+https://github.com/rust-lang/crates.io-index"
1792
- checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e"
1793
 
1794
  [[package]]
1795
  name = "memoffset"
@@ -1984,9 +1984,9 @@ dependencies = [
1984
 
1985
  [[package]]
1986
  name = "object"
1987
- version = "0.32.0"
1988
  source = "registry+https://github.com/rust-lang/crates.io-index"
1989
- checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
1990
  dependencies = [
1991
  "memchr",
1992
  ]
@@ -2026,7 +2026,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2026
  dependencies = [
2027
  "proc-macro2 1.0.66",
2028
  "quote 1.0.33",
2029
- "syn 2.0.29",
2030
  ]
2031
 
2032
  [[package]]
@@ -2037,9 +2037,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2037
 
2038
  [[package]]
2039
  name = "openssl-sys"
2040
- version = "0.9.92"
2041
  source = "registry+https://github.com/rust-lang/crates.io-index"
2042
- checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b"
2043
  dependencies = [
2044
  "cc",
2045
  "libc",
@@ -2145,7 +2145,7 @@ dependencies = [
2145
  "pest_meta",
2146
  "proc-macro2 1.0.66",
2147
  "quote 1.0.33",
2148
- "syn 2.0.29",
2149
  ]
2150
 
2151
  [[package]]
@@ -2247,7 +2247,7 @@ dependencies = [
2247
  "phf_shared 0.11.2",
2248
  "proc-macro2 1.0.66",
2249
  "quote 1.0.33",
2250
- "syn 2.0.29",
2251
  ]
2252
 
2253
  [[package]]
@@ -2294,7 +2294,7 @@ checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2294
  dependencies = [
2295
  "proc-macro2 1.0.66",
2296
  "quote 1.0.33",
2297
- "syn 2.0.29",
2298
  ]
2299
 
2300
  [[package]]
@@ -2394,7 +2394,7 @@ dependencies = [
2394
  "mach",
2395
  "once_cell",
2396
  "raw-cpuid",
2397
- "wasi 0.10.0+wasi-snapshot-preview1",
2398
  "web-sys",
2399
  "winapi 0.3.9",
2400
  ]
@@ -2601,7 +2601,7 @@ checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
2601
  dependencies = [
2602
  "arc-swap",
2603
  "async-trait",
2604
- "bytes 1.4.0",
2605
  "combine",
2606
  "futures 0.3.28",
2607
  "futures-util",
@@ -2684,7 +2684,7 @@ dependencies = [
2684
  "serde",
2685
  "serde_json",
2686
  "serde_urlencoded 0.5.5",
2687
- "time 0.1.45",
2688
  "tokio 0.1.22",
2689
  "tokio-executor",
2690
  "tokio-io",
@@ -2701,8 +2701,8 @@ version = "0.11.20"
2701
  source = "registry+https://github.com/rust-lang/crates.io-index"
2702
  checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
2703
  dependencies = [
2704
- "base64 0.21.3",
2705
- "bytes 1.4.0",
2706
  "encoding_rs",
2707
  "futures-core",
2708
  "futures-util",
@@ -2764,9 +2764,9 @@ dependencies = [
2764
 
2765
  [[package]]
2766
  name = "rustix"
2767
- version = "0.38.11"
2768
  source = "registry+https://github.com/rust-lang/crates.io-index"
2769
- checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
2770
  dependencies = [
2771
  "bitflags 2.4.0",
2772
  "errno",
@@ -2924,14 +2924,14 @@ checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2924
  dependencies = [
2925
  "proc-macro2 1.0.66",
2926
  "quote 1.0.33",
2927
- "syn 2.0.29",
2928
  ]
2929
 
2930
  [[package]]
2931
  name = "serde_json"
2932
- version = "1.0.105"
2933
  source = "registry+https://github.com/rust-lang/crates.io-index"
2934
- checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
2935
  dependencies = [
2936
  "itoa 1.0.9",
2937
  "ryu",
@@ -3166,9 +3166,9 @@ dependencies = [
3166
 
3167
  [[package]]
3168
  name = "syn"
3169
- version = "2.0.29"
3170
  source = "registry+https://github.com/rust-lang/crates.io-index"
3171
- checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
3172
  dependencies = [
3173
  "proc-macro2 1.0.66",
3174
  "quote 1.0.33",
@@ -3232,22 +3232,22 @@ dependencies = [
3232
 
3233
  [[package]]
3234
  name = "thiserror"
3235
- version = "1.0.47"
3236
  source = "registry+https://github.com/rust-lang/crates.io-index"
3237
- checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
3238
  dependencies = [
3239
  "thiserror-impl",
3240
  ]
3241
 
3242
  [[package]]
3243
  name = "thiserror-impl"
3244
- version = "1.0.47"
3245
  source = "registry+https://github.com/rust-lang/crates.io-index"
3246
- checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
3247
  dependencies = [
3248
  "proc-macro2 1.0.66",
3249
  "quote 1.0.33",
3250
- "syn 2.0.29",
3251
  ]
3252
 
3253
  [[package]]
@@ -3258,12 +3258,11 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
3258
 
3259
  [[package]]
3260
  name = "time"
3261
- version = "0.1.45"
3262
  source = "registry+https://github.com/rust-lang/crates.io-index"
3263
- checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
3264
  dependencies = [
3265
  "libc",
3266
- "wasi 0.10.0+wasi-snapshot-preview1",
3267
  "winapi 0.3.9",
3268
  ]
3269
 
@@ -3346,7 +3345,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3346
  checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
3347
  dependencies = [
3348
  "backtrace",
3349
- "bytes 1.4.0",
3350
  "libc",
3351
  "mio 0.8.8",
3352
  "num_cpus",
@@ -3408,7 +3407,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
3408
  dependencies = [
3409
  "proc-macro2 1.0.66",
3410
  "quote 1.0.33",
3411
- "syn 2.0.29",
3412
  ]
3413
 
3414
  [[package]]
@@ -3510,7 +3509,7 @@ version = "0.7.8"
3510
  source = "registry+https://github.com/rust-lang/crates.io-index"
3511
  checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
3512
  dependencies = [
3513
- "bytes 1.4.0",
3514
  "futures-core",
3515
  "futures-sink",
3516
  "pin-project-lite",
@@ -3680,9 +3679,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3680
 
3681
  [[package]]
3682
  name = "walkdir"
3683
- version = "2.3.3"
3684
  source = "registry+https://github.com/rust-lang/crates.io-index"
3685
- checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
3686
  dependencies = [
3687
  "same-file",
3688
  "winapi-util",
@@ -3710,9 +3709,9 @@ dependencies = [
3710
 
3711
  [[package]]
3712
  name = "wasi"
3713
- version = "0.10.0+wasi-snapshot-preview1"
3714
  source = "registry+https://github.com/rust-lang/crates.io-index"
3715
- checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3716
 
3717
  [[package]]
3718
  name = "wasi"
@@ -3741,7 +3740,7 @@ dependencies = [
3741
  "once_cell",
3742
  "proc-macro2 1.0.66",
3743
  "quote 1.0.33",
3744
- "syn 2.0.29",
3745
  "wasm-bindgen-shared",
3746
  ]
3747
 
@@ -3775,7 +3774,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
3775
  dependencies = [
3776
  "proc-macro2 1.0.66",
3777
  "quote 1.0.33",
3778
- "syn 2.0.29",
3779
  "wasm-bindgen-backend",
3780
  "wasm-bindgen-shared",
3781
  ]
 
9
  checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
10
  dependencies = [
11
  "bitflags 1.3.2",
12
+ "bytes 1.5.0",
13
  "futures-core",
14
  "futures-sink",
15
  "memchr",
 
46
  "actix-web",
47
  "askama_escape",
48
  "bitflags 1.3.2",
49
+ "bytes 1.5.0",
50
  "derive_more",
51
  "futures-core",
52
  "http-range",
 
80
  "actix-service",
81
  "actix-utils",
82
  "ahash",
83
+ "base64 0.21.4",
84
  "bitflags 2.4.0",
85
  "brotli",
86
+ "bytes 1.5.0",
87
  "bytestring",
88
  "derive_more",
89
  "encoding_rs",
 
115
  checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
116
  dependencies = [
117
  "quote 1.0.33",
118
+ "syn 2.0.32",
119
  ]
120
 
121
  [[package]]
 
195
  "actix-utils",
196
  "actix-web-codegen",
197
  "ahash",
198
+ "bytes 1.5.0",
199
  "bytestring",
200
  "cfg-if 1.0.0",
201
  "cookie 0.16.2",
 
228
  "actix-router",
229
  "proc-macro2 1.0.66",
230
  "quote 1.0.33",
231
+ "syn 2.0.32",
232
  ]
233
 
234
  [[package]]
 
290
 
291
  [[package]]
292
  name = "anstyle"
293
+ version = "1.0.3"
294
  source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
296
 
297
  [[package]]
298
  name = "anyhow"
 
326
  dependencies = [
327
  "proc-macro2 1.0.66",
328
  "quote 1.0.33",
329
+ "syn 2.0.32",
330
  ]
331
 
332
  [[package]]
 
370
 
371
  [[package]]
372
  name = "base64"
373
+ version = "0.21.4"
374
  source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
376
 
377
  [[package]]
378
  name = "bit-set"
 
465
 
466
  [[package]]
467
  name = "bytes"
468
+ version = "1.5.0"
469
  source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
471
 
472
  [[package]]
473
  name = "bytestring"
 
475
  source = "registry+https://github.com/rust-lang/crates.io-index"
476
  checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
477
  dependencies = [
478
+ "bytes 1.5.0",
479
  ]
480
 
481
  [[package]]
 
582
  source = "registry+https://github.com/rust-lang/crates.io-index"
583
  checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
584
  dependencies = [
585
+ "bytes 1.5.0",
586
  "futures-core",
587
  "memchr",
588
  "pin-project-lite",
 
602
  source = "registry+https://github.com/rust-lang/crates.io-index"
603
  checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
604
  dependencies = [
605
+ "time 0.1.43",
606
  "url 1.7.2",
607
  ]
608
 
 
630
  "publicsuffix",
631
  "serde",
632
  "serde_json",
633
+ "time 0.1.43",
634
  "try_from",
635
  "url 1.7.2",
636
  ]
 
826
  checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
827
  dependencies = [
828
  "quote 1.0.33",
829
+ "syn 2.0.32",
830
  ]
831
 
832
  [[package]]
 
975
 
976
  [[package]]
977
  name = "error-stack"
978
+ version = "0.4.1"
979
  source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "27a72baa257b5e0e2de241967bc5ee8f855d6072351042688621081d66b2a76b"
981
  dependencies = [
982
  "anyhow",
983
  "rustc_version 0.4.0",
 
1172
  dependencies = [
1173
  "proc-macro2 1.0.66",
1174
  "quote 1.0.33",
1175
+ "syn 2.0.32",
1176
  ]
1177
 
1178
  [[package]]
 
1298
  source = "registry+https://github.com/rust-lang/crates.io-index"
1299
  checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
1300
  dependencies = [
1301
+ "bytes 1.5.0",
1302
  "fnv",
1303
  "futures-core",
1304
  "futures-sink",
 
1395
  source = "registry+https://github.com/rust-lang/crates.io-index"
1396
  checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1397
  dependencies = [
1398
+ "bytes 1.5.0",
1399
  "fnv",
1400
  "itoa 1.0.9",
1401
  ]
 
1418
  source = "registry+https://github.com/rust-lang/crates.io-index"
1419
  checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1420
  dependencies = [
1421
+ "bytes 1.5.0",
1422
  "http 0.2.9",
1423
  "pin-project-lite",
1424
  ]
 
1465
  "log",
1466
  "net2",
1467
  "rustc_version 0.2.3",
1468
+ "time 0.1.43",
1469
  "tokio 0.1.22",
1470
  "tokio-buf",
1471
  "tokio-executor",
 
1483
  source = "registry+https://github.com/rust-lang/crates.io-index"
1484
  checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1485
  dependencies = [
1486
+ "bytes 1.5.0",
1487
  "futures-channel",
1488
  "futures-core",
1489
  "futures-util",
 
1520
  source = "registry+https://github.com/rust-lang/crates.io-index"
1521
  checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1522
  dependencies = [
1523
+ "bytes 1.5.0",
1524
  "hyper 0.14.27",
1525
  "native-tls",
1526
  "tokio 1.32.0",
 
1674
 
1675
  [[package]]
1676
  name = "linux-raw-sys"
1677
+ version = "0.4.7"
1678
  source = "registry+https://github.com/rust-lang/crates.io-index"
1679
+ checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
1680
 
1681
  [[package]]
1682
  name = "local-channel"
 
1787
 
1788
  [[package]]
1789
  name = "memchr"
1790
+ version = "2.6.3"
1791
  source = "registry+https://github.com/rust-lang/crates.io-index"
1792
+ checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
1793
 
1794
  [[package]]
1795
  name = "memoffset"
 
1984
 
1985
  [[package]]
1986
  name = "object"
1987
+ version = "0.32.1"
1988
  source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
1990
  dependencies = [
1991
  "memchr",
1992
  ]
 
2026
  dependencies = [
2027
  "proc-macro2 1.0.66",
2028
  "quote 1.0.33",
2029
+ "syn 2.0.32",
2030
  ]
2031
 
2032
  [[package]]
 
2037
 
2038
  [[package]]
2039
  name = "openssl-sys"
2040
+ version = "0.9.93"
2041
  source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
2043
  dependencies = [
2044
  "cc",
2045
  "libc",
 
2145
  "pest_meta",
2146
  "proc-macro2 1.0.66",
2147
  "quote 1.0.33",
2148
+ "syn 2.0.32",
2149
  ]
2150
 
2151
  [[package]]
 
2247
  "phf_shared 0.11.2",
2248
  "proc-macro2 1.0.66",
2249
  "quote 1.0.33",
2250
+ "syn 2.0.32",
2251
  ]
2252
 
2253
  [[package]]
 
2294
  dependencies = [
2295
  "proc-macro2 1.0.66",
2296
  "quote 1.0.33",
2297
+ "syn 2.0.32",
2298
  ]
2299
 
2300
  [[package]]
 
2394
  "mach",
2395
  "once_cell",
2396
  "raw-cpuid",
2397
+ "wasi 0.10.2+wasi-snapshot-preview1",
2398
  "web-sys",
2399
  "winapi 0.3.9",
2400
  ]
 
2601
  dependencies = [
2602
  "arc-swap",
2603
  "async-trait",
2604
+ "bytes 1.5.0",
2605
  "combine",
2606
  "futures 0.3.28",
2607
  "futures-util",
 
2684
  "serde",
2685
  "serde_json",
2686
  "serde_urlencoded 0.5.5",
2687
+ "time 0.1.43",
2688
  "tokio 0.1.22",
2689
  "tokio-executor",
2690
  "tokio-io",
 
2701
  source = "registry+https://github.com/rust-lang/crates.io-index"
2702
  checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
2703
  dependencies = [
2704
+ "base64 0.21.4",
2705
+ "bytes 1.5.0",
2706
  "encoding_rs",
2707
  "futures-core",
2708
  "futures-util",
 
2764
 
2765
  [[package]]
2766
  name = "rustix"
2767
+ version = "0.38.13"
2768
  source = "registry+https://github.com/rust-lang/crates.io-index"
2769
+ checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
2770
  dependencies = [
2771
  "bitflags 2.4.0",
2772
  "errno",
 
2924
  dependencies = [
2925
  "proc-macro2 1.0.66",
2926
  "quote 1.0.33",
2927
+ "syn 2.0.32",
2928
  ]
2929
 
2930
  [[package]]
2931
  name = "serde_json"
2932
+ version = "1.0.106"
2933
  source = "registry+https://github.com/rust-lang/crates.io-index"
2934
+ checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
2935
  dependencies = [
2936
  "itoa 1.0.9",
2937
  "ryu",
 
3166
 
3167
  [[package]]
3168
  name = "syn"
3169
+ version = "2.0.32"
3170
  source = "registry+https://github.com/rust-lang/crates.io-index"
3171
+ checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
3172
  dependencies = [
3173
  "proc-macro2 1.0.66",
3174
  "quote 1.0.33",
 
3232
 
3233
  [[package]]
3234
  name = "thiserror"
3235
+ version = "1.0.48"
3236
  source = "registry+https://github.com/rust-lang/crates.io-index"
3237
+ checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
3238
  dependencies = [
3239
  "thiserror-impl",
3240
  ]
3241
 
3242
  [[package]]
3243
  name = "thiserror-impl"
3244
+ version = "1.0.48"
3245
  source = "registry+https://github.com/rust-lang/crates.io-index"
3246
+ checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
3247
  dependencies = [
3248
  "proc-macro2 1.0.66",
3249
  "quote 1.0.33",
3250
+ "syn 2.0.32",
3251
  ]
3252
 
3253
  [[package]]
 
3258
 
3259
  [[package]]
3260
  name = "time"
3261
+ version = "0.1.43"
3262
  source = "registry+https://github.com/rust-lang/crates.io-index"
3263
+ checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
3264
  dependencies = [
3265
  "libc",
 
3266
  "winapi 0.3.9",
3267
  ]
3268
 
 
3345
  checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
3346
  dependencies = [
3347
  "backtrace",
3348
+ "bytes 1.5.0",
3349
  "libc",
3350
  "mio 0.8.8",
3351
  "num_cpus",
 
3407
  dependencies = [
3408
  "proc-macro2 1.0.66",
3409
  "quote 1.0.33",
3410
+ "syn 2.0.32",
3411
  ]
3412
 
3413
  [[package]]
 
3509
  source = "registry+https://github.com/rust-lang/crates.io-index"
3510
  checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
3511
  dependencies = [
3512
+ "bytes 1.5.0",
3513
  "futures-core",
3514
  "futures-sink",
3515
  "pin-project-lite",
 
3679
 
3680
  [[package]]
3681
  name = "walkdir"
3682
+ version = "2.4.0"
3683
  source = "registry+https://github.com/rust-lang/crates.io-index"
3684
+ checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
3685
  dependencies = [
3686
  "same-file",
3687
  "winapi-util",
 
3709
 
3710
  [[package]]
3711
  name = "wasi"
3712
+ version = "0.10.2+wasi-snapshot-preview1"
3713
  source = "registry+https://github.com/rust-lang/crates.io-index"
3714
+ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
3715
 
3716
  [[package]]
3717
  name = "wasi"
 
3740
  "once_cell",
3741
  "proc-macro2 1.0.66",
3742
  "quote 1.0.33",
3743
+ "syn 2.0.32",
3744
  "wasm-bindgen-shared",
3745
  ]
3746
 
 
3774
  dependencies = [
3775
  "proc-macro2 1.0.66",
3776
  "quote 1.0.33",
3777
+ "syn 2.0.32",
3778
  "wasm-bindgen-backend",
3779
  "wasm-bindgen-shared",
3780
  ]
Cargo.toml CHANGED
@@ -15,7 +15,6 @@ scraper = {version="0.17.1"}
15
  actix-web = {version="4.4.0", features = ["cookies"]}
16
  actix-files = {version="0.6.2"}
17
  actix-cors = {version="0.6.4"}
18
- actix-governor = {version="0.4.1"}
19
  serde_json = {version="1.0.105"}
20
  fake-useragent = {version="0.1.3"}
21
  env_logger = {version="0.10.0"}
@@ -27,8 +26,13 @@ rand={version="0.8.5"}
27
  once_cell = {version="1.18.0"}
28
  error-stack = {version="0.4.0"}
29
  async-trait = {version="0.1.73"}
30
- regex = {version="1.9.5", features=["perf"]}
 
 
31
  dhat = {version="0.3.2", optional = true}
 
 
 
32
 
33
  [dev-dependencies]
34
  rusty-hook = "^0.11.2"
 
15
  actix-web = {version="4.4.0", features = ["cookies"]}
16
  actix-files = {version="0.6.2"}
17
  actix-cors = {version="0.6.4"}
 
18
  serde_json = {version="1.0.105"}
19
  fake-useragent = {version="0.1.3"}
20
  env_logger = {version="0.10.0"}
 
26
  once_cell = {version="1.18.0"}
27
  error-stack = {version="0.4.0"}
28
  async-trait = {version="0.1.73"}
29
+ regex = {version="1.9.4", features=["perf"]}
30
+ smallvec = {version="1.11.0", features=["union", "serde"]}
31
+ futures = {version="0.3.28"}
32
  dhat = {version="0.3.2", optional = true}
33
+ mimalloc = { version = "0.1.38", default-features = false }
34
+ async-once-cell = {version="0.5.3"}
35
+ actix-governor = {version="0.4.1"}
36
 
37
  [dev-dependencies]
38
  rusty-hook = "^0.11.2"