tokenizers 0.2.1-arm64-darwin → 0.2.2-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
data/Cargo.lock CHANGED
@@ -2,24 +2,6 @@
2
2
  # It is not intended for manual editing.
3
3
  version = 3
4
4
 
5
- [[package]]
6
- name = "adler"
7
- version = "1.0.2"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
-
11
- [[package]]
12
- name = "aes"
13
- version = "0.7.5"
14
- source = "registry+https://github.com/rust-lang/crates.io-index"
15
- checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
16
- dependencies = [
17
- "cfg-if",
18
- "cipher",
19
- "cpufeatures",
20
- "opaque-debug",
21
- ]
22
-
23
5
  [[package]]
24
6
  name = "aho-corasick"
25
7
  version = "0.7.20"
@@ -41,12 +23,6 @@ version = "0.13.1"
41
23
  source = "registry+https://github.com/rust-lang/crates.io-index"
42
24
  checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
43
25
 
44
- [[package]]
45
- name = "base64ct"
46
- version = "1.5.3"
47
- source = "registry+https://github.com/rust-lang/crates.io-index"
48
- checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
49
-
50
26
  [[package]]
51
27
  name = "bindgen"
52
28
  version = "0.60.1"
@@ -72,85 +48,11 @@ version = "1.3.2"
72
48
  source = "registry+https://github.com/rust-lang/crates.io-index"
73
49
  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
74
50
 
75
- [[package]]
76
- name = "block-buffer"
77
- version = "0.10.3"
78
- source = "registry+https://github.com/rust-lang/crates.io-index"
79
- checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
80
- dependencies = [
81
- "generic-array",
82
- ]
83
-
84
- [[package]]
85
- name = "bumpalo"
86
- version = "3.11.1"
87
- source = "registry+https://github.com/rust-lang/crates.io-index"
88
- checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
89
-
90
- [[package]]
91
- name = "byteorder"
92
- version = "1.4.3"
93
- source = "registry+https://github.com/rust-lang/crates.io-index"
94
- checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
95
-
96
- [[package]]
97
- name = "bytes"
98
- version = "1.3.0"
99
- source = "registry+https://github.com/rust-lang/crates.io-index"
100
- checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
101
-
102
- [[package]]
103
- name = "bzip2"
104
- version = "0.4.4"
105
- source = "registry+https://github.com/rust-lang/crates.io-index"
106
- checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
107
- dependencies = [
108
- "bzip2-sys",
109
- "libc",
110
- ]
111
-
112
- [[package]]
113
- name = "bzip2-sys"
114
- version = "0.1.11+1.0.8"
115
- source = "registry+https://github.com/rust-lang/crates.io-index"
116
- checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
117
- dependencies = [
118
- "cc",
119
- "libc",
120
- "pkg-config",
121
- ]
122
-
123
- [[package]]
124
- name = "cached-path"
125
- version = "0.6.0"
126
- source = "registry+https://github.com/rust-lang/crates.io-index"
127
- checksum = "51c0309666fa5020fc4a2d1ead232118ab299170de58b9d9276b20dfdb6abb55"
128
- dependencies = [
129
- "flate2",
130
- "fs2",
131
- "glob",
132
- "indicatif 0.16.2",
133
- "log",
134
- "rand",
135
- "reqwest",
136
- "serde",
137
- "serde_json",
138
- "sha2",
139
- "tar",
140
- "tempfile",
141
- "thiserror",
142
- "zip 0.6.3",
143
- "zip-extensions",
144
- ]
145
-
146
51
  [[package]]
147
52
  name = "cc"
148
53
  version = "1.0.78"
149
54
  source = "registry+https://github.com/rust-lang/crates.io-index"
150
55
  checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
151
- dependencies = [
152
- "jobserver",
153
- ]
154
56
 
155
57
  [[package]]
156
58
  name = "cexpr"
@@ -167,15 +69,6 @@ version = "1.0.0"
167
69
  source = "registry+https://github.com/rust-lang/crates.io-index"
168
70
  checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
169
71
 
170
- [[package]]
171
- name = "cipher"
172
- version = "0.3.0"
173
- source = "registry+https://github.com/rust-lang/crates.io-index"
174
- checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
175
- dependencies = [
176
- "generic-array",
177
- ]
178
-
179
72
  [[package]]
180
73
  name = "clang-sys"
181
74
  version = "1.4.0"
@@ -189,9 +82,9 @@ dependencies = [
189
82
 
190
83
  [[package]]
191
84
  name = "console"
192
- version = "0.15.4"
85
+ version = "0.15.5"
193
86
  source = "registry+https://github.com/rust-lang/crates.io-index"
194
- checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
87
+ checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
195
88
  dependencies = [
196
89
  "encode_unicode",
197
90
  "lazy_static",
@@ -200,46 +93,6 @@ dependencies = [
200
93
  "windows-sys",
201
94
  ]
202
95
 
203
- [[package]]
204
- name = "constant_time_eq"
205
- version = "0.1.5"
206
- source = "registry+https://github.com/rust-lang/crates.io-index"
207
- checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
208
-
209
- [[package]]
210
- name = "core-foundation"
211
- version = "0.9.3"
212
- source = "registry+https://github.com/rust-lang/crates.io-index"
213
- checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
214
- dependencies = [
215
- "core-foundation-sys",
216
- "libc",
217
- ]
218
-
219
- [[package]]
220
- name = "core-foundation-sys"
221
- version = "0.8.3"
222
- source = "registry+https://github.com/rust-lang/crates.io-index"
223
- checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
224
-
225
- [[package]]
226
- name = "cpufeatures"
227
- version = "0.2.5"
228
- source = "registry+https://github.com/rust-lang/crates.io-index"
229
- checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
230
- dependencies = [
231
- "libc",
232
- ]
233
-
234
- [[package]]
235
- name = "crc32fast"
236
- version = "1.3.2"
237
- source = "registry+https://github.com/rust-lang/crates.io-index"
238
- checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
239
- dependencies = [
240
- "cfg-if",
241
- ]
242
-
243
96
  [[package]]
244
97
  name = "crossbeam-channel"
245
98
  version = "0.5.6"
@@ -283,16 +136,6 @@ dependencies = [
283
136
  "cfg-if",
284
137
  ]
285
138
 
286
- [[package]]
287
- name = "crypto-common"
288
- version = "0.1.6"
289
- source = "registry+https://github.com/rust-lang/crates.io-index"
290
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
291
- dependencies = [
292
- "generic-array",
293
- "typenum",
294
- ]
295
-
296
139
  [[package]]
297
140
  name = "darling"
298
141
  version = "0.14.2"
@@ -359,17 +202,6 @@ dependencies = [
359
202
  "syn",
360
203
  ]
361
204
 
362
- [[package]]
363
- name = "digest"
364
- version = "0.10.6"
365
- source = "registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
367
- dependencies = [
368
- "block-buffer",
369
- "crypto-common",
370
- "subtle",
371
- ]
372
-
373
205
  [[package]]
374
206
  name = "dirs"
375
207
  version = "3.0.2"
@@ -402,15 +234,6 @@ version = "0.3.6"
402
234
  source = "registry+https://github.com/rust-lang/crates.io-index"
403
235
  checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
404
236
 
405
- [[package]]
406
- name = "encoding_rs"
407
- version = "0.8.31"
408
- source = "registry+https://github.com/rust-lang/crates.io-index"
409
- checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
410
- dependencies = [
411
- "cfg-if",
412
- ]
413
-
414
237
  [[package]]
415
238
  name = "esaxx-rs"
416
239
  version = "0.1.8"
@@ -421,632 +244,227 @@ dependencies = [
421
244
  ]
422
245
 
423
246
  [[package]]
424
- name = "fastrand"
425
- version = "1.8.0"
247
+ name = "fnv"
248
+ version = "1.0.7"
426
249
  source = "registry+https://github.com/rust-lang/crates.io-index"
427
- checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
428
- dependencies = [
429
- "instant",
430
- ]
250
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
431
251
 
432
252
  [[package]]
433
- name = "filetime"
434
- version = "0.2.19"
253
+ name = "getrandom"
254
+ version = "0.2.8"
435
255
  source = "registry+https://github.com/rust-lang/crates.io-index"
436
- checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
256
+ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
437
257
  dependencies = [
438
258
  "cfg-if",
439
259
  "libc",
440
- "redox_syscall",
441
- "windows-sys",
442
- ]
443
-
444
- [[package]]
445
- name = "flate2"
446
- version = "1.0.25"
447
- source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
449
- dependencies = [
450
- "crc32fast",
451
- "miniz_oxide",
260
+ "wasi",
452
261
  ]
453
262
 
454
263
  [[package]]
455
- name = "fnv"
456
- version = "1.0.7"
264
+ name = "glob"
265
+ version = "0.3.1"
457
266
  source = "registry+https://github.com/rust-lang/crates.io-index"
458
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
267
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
459
268
 
460
269
  [[package]]
461
- name = "foreign-types"
462
- version = "0.3.2"
270
+ name = "hermit-abi"
271
+ version = "0.2.6"
463
272
  source = "registry+https://github.com/rust-lang/crates.io-index"
464
- checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
273
+ checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
465
274
  dependencies = [
466
- "foreign-types-shared",
275
+ "libc",
467
276
  ]
468
277
 
469
278
  [[package]]
470
- name = "foreign-types-shared"
471
- version = "0.1.1"
279
+ name = "ident_case"
280
+ version = "1.0.1"
472
281
  source = "registry+https://github.com/rust-lang/crates.io-index"
473
- checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
282
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
474
283
 
475
284
  [[package]]
476
- name = "form_urlencoded"
477
- version = "1.1.0"
285
+ name = "indicatif"
286
+ version = "0.15.0"
478
287
  source = "registry+https://github.com/rust-lang/crates.io-index"
479
- checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
288
+ checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
480
289
  dependencies = [
481
- "percent-encoding",
290
+ "console",
291
+ "lazy_static",
292
+ "number_prefix",
293
+ "regex",
482
294
  ]
483
295
 
484
296
  [[package]]
485
- name = "fs2"
486
- version = "0.4.3"
297
+ name = "itertools"
298
+ version = "0.8.2"
487
299
  source = "registry+https://github.com/rust-lang/crates.io-index"
488
- checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
300
+ checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
489
301
  dependencies = [
490
- "libc",
491
- "winapi",
302
+ "either",
492
303
  ]
493
304
 
494
305
  [[package]]
495
- name = "futures-channel"
496
- version = "0.3.25"
306
+ name = "itertools"
307
+ version = "0.9.0"
497
308
  source = "registry+https://github.com/rust-lang/crates.io-index"
498
- checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
309
+ checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
499
310
  dependencies = [
500
- "futures-core",
311
+ "either",
501
312
  ]
502
313
 
503
314
  [[package]]
504
- name = "futures-core"
505
- version = "0.3.25"
315
+ name = "itoa"
316
+ version = "1.0.5"
506
317
  source = "registry+https://github.com/rust-lang/crates.io-index"
507
- checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
318
+ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
508
319
 
509
320
  [[package]]
510
- name = "futures-io"
511
- version = "0.3.25"
321
+ name = "lazy_static"
322
+ version = "1.4.0"
512
323
  source = "registry+https://github.com/rust-lang/crates.io-index"
513
- checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
324
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
514
325
 
515
326
  [[package]]
516
- name = "futures-sink"
517
- version = "0.3.25"
327
+ name = "lazycell"
328
+ version = "1.3.0"
518
329
  source = "registry+https://github.com/rust-lang/crates.io-index"
519
- checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
330
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
520
331
 
521
332
  [[package]]
522
- name = "futures-task"
523
- version = "0.3.25"
333
+ name = "libc"
334
+ version = "0.2.139"
524
335
  source = "registry+https://github.com/rust-lang/crates.io-index"
525
- checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
336
+ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
526
337
 
527
338
  [[package]]
528
- name = "futures-util"
529
- version = "0.3.25"
339
+ name = "libloading"
340
+ version = "0.7.4"
530
341
  source = "registry+https://github.com/rust-lang/crates.io-index"
531
- checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
342
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
532
343
  dependencies = [
533
- "futures-core",
534
- "futures-io",
535
- "futures-task",
536
- "memchr",
537
- "pin-project-lite",
538
- "pin-utils",
539
- "slab",
344
+ "cfg-if",
345
+ "winapi",
540
346
  ]
541
347
 
542
348
  [[package]]
543
- name = "generic-array"
544
- version = "0.14.6"
349
+ name = "log"
350
+ version = "0.4.17"
545
351
  source = "registry+https://github.com/rust-lang/crates.io-index"
546
- checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
352
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
547
353
  dependencies = [
548
- "typenum",
549
- "version_check",
354
+ "cfg-if",
550
355
  ]
551
356
 
552
357
  [[package]]
553
- name = "getrandom"
554
- version = "0.2.8"
358
+ name = "macro_rules_attribute"
359
+ version = "0.1.3"
555
360
  source = "registry+https://github.com/rust-lang/crates.io-index"
556
- checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
361
+ checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
557
362
  dependencies = [
558
- "cfg-if",
559
- "libc",
560
- "wasi 0.11.0+wasi-snapshot-preview1",
363
+ "macro_rules_attribute-proc_macro",
364
+ "paste",
561
365
  ]
562
366
 
563
367
  [[package]]
564
- name = "glob"
565
- version = "0.3.1"
368
+ name = "macro_rules_attribute-proc_macro"
369
+ version = "0.1.3"
566
370
  source = "registry+https://github.com/rust-lang/crates.io-index"
567
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
371
+ checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
372
+
373
+ [[package]]
374
+ name = "magnus"
375
+ version = "0.4.4"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
378
+ dependencies = [
379
+ "magnus-macros",
380
+ "rb-sys",
381
+ "rb-sys-env",
382
+ ]
568
383
 
569
384
  [[package]]
570
- name = "h2"
571
- version = "0.3.15"
385
+ name = "magnus-macros"
386
+ version = "0.3.0"
572
387
  source = "registry+https://github.com/rust-lang/crates.io-index"
573
- checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
388
+ checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
574
389
  dependencies = [
575
- "bytes",
576
- "fnv",
577
- "futures-core",
578
- "futures-sink",
579
- "futures-util",
580
- "http",
581
- "indexmap",
582
- "slab",
583
- "tokio",
584
- "tokio-util",
585
- "tracing",
390
+ "proc-macro2",
391
+ "quote",
392
+ "syn",
586
393
  ]
587
394
 
588
395
  [[package]]
589
- name = "hashbrown"
590
- version = "0.12.3"
396
+ name = "memchr"
397
+ version = "2.5.0"
591
398
  source = "registry+https://github.com/rust-lang/crates.io-index"
592
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
399
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
593
400
 
594
401
  [[package]]
595
- name = "hermit-abi"
596
- version = "0.2.6"
402
+ name = "memoffset"
403
+ version = "0.7.1"
597
404
  source = "registry+https://github.com/rust-lang/crates.io-index"
598
- checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
405
+ checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
599
406
  dependencies = [
600
- "libc",
407
+ "autocfg",
601
408
  ]
602
409
 
603
410
  [[package]]
604
- name = "hmac"
605
- version = "0.12.1"
411
+ name = "minimal-lexical"
412
+ version = "0.2.1"
606
413
  source = "registry+https://github.com/rust-lang/crates.io-index"
607
- checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
608
- dependencies = [
609
- "digest",
610
- ]
414
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
611
415
 
612
416
  [[package]]
613
- name = "http"
614
- version = "0.2.8"
417
+ name = "nom"
418
+ version = "7.1.2"
615
419
  source = "registry+https://github.com/rust-lang/crates.io-index"
616
- checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
420
+ checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
617
421
  dependencies = [
618
- "bytes",
619
- "fnv",
620
- "itoa",
422
+ "memchr",
423
+ "minimal-lexical",
621
424
  ]
622
425
 
623
426
  [[package]]
624
- name = "http-body"
625
- version = "0.4.5"
427
+ name = "num_cpus"
428
+ version = "1.15.0"
626
429
  source = "registry+https://github.com/rust-lang/crates.io-index"
627
- checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
430
+ checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
628
431
  dependencies = [
629
- "bytes",
630
- "http",
631
- "pin-project-lite",
432
+ "hermit-abi",
433
+ "libc",
632
434
  ]
633
435
 
634
436
  [[package]]
635
- name = "httparse"
636
- version = "1.8.0"
437
+ name = "number_prefix"
438
+ version = "0.3.0"
637
439
  source = "registry+https://github.com/rust-lang/crates.io-index"
638
- checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
440
+ checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
639
441
 
640
442
  [[package]]
641
- name = "httpdate"
642
- version = "1.0.2"
443
+ name = "once_cell"
444
+ version = "1.17.0"
643
445
  source = "registry+https://github.com/rust-lang/crates.io-index"
644
- checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
446
+ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
645
447
 
646
448
  [[package]]
647
- name = "hyper"
648
- version = "0.14.23"
449
+ name = "onig"
450
+ version = "6.4.0"
649
451
  source = "registry+https://github.com/rust-lang/crates.io-index"
650
- checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
452
+ checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
651
453
  dependencies = [
652
- "bytes",
653
- "futures-channel",
654
- "futures-core",
655
- "futures-util",
656
- "h2",
657
- "http",
658
- "http-body",
659
- "httparse",
660
- "httpdate",
661
- "itoa",
662
- "pin-project-lite",
663
- "socket2",
664
- "tokio",
665
- "tower-service",
666
- "tracing",
667
- "want",
454
+ "bitflags",
455
+ "libc",
456
+ "once_cell",
457
+ "onig_sys",
668
458
  ]
669
459
 
670
460
  [[package]]
671
- name = "hyper-tls"
672
- version = "0.5.0"
461
+ name = "onig_sys"
462
+ version = "69.8.1"
673
463
  source = "registry+https://github.com/rust-lang/crates.io-index"
674
- checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
464
+ checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
675
465
  dependencies = [
676
- "bytes",
677
- "hyper",
678
- "native-tls",
679
- "tokio",
680
- "tokio-native-tls",
681
- ]
682
-
683
- [[package]]
684
- name = "ident_case"
685
- version = "1.0.1"
686
- source = "registry+https://github.com/rust-lang/crates.io-index"
687
- checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
688
-
689
- [[package]]
690
- name = "idna"
691
- version = "0.3.0"
692
- source = "registry+https://github.com/rust-lang/crates.io-index"
693
- checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
694
- dependencies = [
695
- "unicode-bidi",
696
- "unicode-normalization",
697
- ]
698
-
699
- [[package]]
700
- name = "indexmap"
701
- version = "1.9.2"
702
- source = "registry+https://github.com/rust-lang/crates.io-index"
703
- checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
704
- dependencies = [
705
- "autocfg",
706
- "hashbrown",
707
- ]
708
-
709
- [[package]]
710
- name = "indicatif"
711
- version = "0.15.0"
712
- source = "registry+https://github.com/rust-lang/crates.io-index"
713
- checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
714
- dependencies = [
715
- "console",
716
- "lazy_static",
717
- "number_prefix 0.3.0",
718
- "regex",
719
- ]
720
-
721
- [[package]]
722
- name = "indicatif"
723
- version = "0.16.2"
724
- source = "registry+https://github.com/rust-lang/crates.io-index"
725
- checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
726
- dependencies = [
727
- "console",
728
- "lazy_static",
729
- "number_prefix 0.4.0",
730
- "regex",
731
- ]
732
-
733
- [[package]]
734
- name = "instant"
735
- version = "0.1.12"
736
- source = "registry+https://github.com/rust-lang/crates.io-index"
737
- checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
738
- dependencies = [
739
- "cfg-if",
740
- ]
741
-
742
- [[package]]
743
- name = "ipnet"
744
- version = "2.7.1"
745
- source = "registry+https://github.com/rust-lang/crates.io-index"
746
- checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
747
-
748
- [[package]]
749
- name = "itertools"
750
- version = "0.8.2"
751
- source = "registry+https://github.com/rust-lang/crates.io-index"
752
- checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
753
- dependencies = [
754
- "either",
755
- ]
756
-
757
- [[package]]
758
- name = "itertools"
759
- version = "0.9.0"
760
- source = "registry+https://github.com/rust-lang/crates.io-index"
761
- checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
762
- dependencies = [
763
- "either",
764
- ]
765
-
766
- [[package]]
767
- name = "itoa"
768
- version = "1.0.5"
769
- source = "registry+https://github.com/rust-lang/crates.io-index"
770
- checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
771
-
772
- [[package]]
773
- name = "jobserver"
774
- version = "0.1.25"
775
- source = "registry+https://github.com/rust-lang/crates.io-index"
776
- checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
777
- dependencies = [
778
- "libc",
779
- ]
780
-
781
- [[package]]
782
- name = "js-sys"
783
- version = "0.3.60"
784
- source = "registry+https://github.com/rust-lang/crates.io-index"
785
- checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
786
- dependencies = [
787
- "wasm-bindgen",
788
- ]
789
-
790
- [[package]]
791
- name = "lazy_static"
792
- version = "1.4.0"
793
- source = "registry+https://github.com/rust-lang/crates.io-index"
794
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
795
-
796
- [[package]]
797
- name = "lazycell"
798
- version = "1.3.0"
799
- source = "registry+https://github.com/rust-lang/crates.io-index"
800
- checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
801
-
802
- [[package]]
803
- name = "libc"
804
- version = "0.2.139"
805
- source = "registry+https://github.com/rust-lang/crates.io-index"
806
- checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
807
-
808
- [[package]]
809
- name = "libloading"
810
- version = "0.7.4"
811
- source = "registry+https://github.com/rust-lang/crates.io-index"
812
- checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
813
- dependencies = [
814
- "cfg-if",
815
- "winapi",
816
- ]
817
-
818
- [[package]]
819
- name = "log"
820
- version = "0.4.17"
821
- source = "registry+https://github.com/rust-lang/crates.io-index"
822
- checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
823
- dependencies = [
824
- "cfg-if",
825
- ]
826
-
827
- [[package]]
828
- name = "macro_rules_attribute"
829
- version = "0.1.3"
830
- source = "registry+https://github.com/rust-lang/crates.io-index"
831
- checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
832
- dependencies = [
833
- "macro_rules_attribute-proc_macro",
834
- "paste",
835
- ]
836
-
837
- [[package]]
838
- name = "macro_rules_attribute-proc_macro"
839
- version = "0.1.3"
840
- source = "registry+https://github.com/rust-lang/crates.io-index"
841
- checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
842
-
843
- [[package]]
844
- name = "magnus"
845
- version = "0.4.4"
846
- source = "registry+https://github.com/rust-lang/crates.io-index"
847
- checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
848
- dependencies = [
849
- "magnus-macros",
850
- "rb-sys",
851
- "rb-sys-env",
852
- ]
853
-
854
- [[package]]
855
- name = "magnus-macros"
856
- version = "0.3.0"
857
- source = "registry+https://github.com/rust-lang/crates.io-index"
858
- checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
859
- dependencies = [
860
- "proc-macro2",
861
- "quote",
862
- "syn",
863
- ]
864
-
865
- [[package]]
866
- name = "memchr"
867
- version = "2.5.0"
868
- source = "registry+https://github.com/rust-lang/crates.io-index"
869
- checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
870
-
871
- [[package]]
872
- name = "memoffset"
873
- version = "0.7.1"
874
- source = "registry+https://github.com/rust-lang/crates.io-index"
875
- checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
876
- dependencies = [
877
- "autocfg",
878
- ]
879
-
880
- [[package]]
881
- name = "mime"
882
- version = "0.3.16"
883
- source = "registry+https://github.com/rust-lang/crates.io-index"
884
- checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
885
-
886
- [[package]]
887
- name = "minimal-lexical"
888
- version = "0.2.1"
889
- source = "registry+https://github.com/rust-lang/crates.io-index"
890
- checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
891
-
892
- [[package]]
893
- name = "miniz_oxide"
894
- version = "0.6.2"
895
- source = "registry+https://github.com/rust-lang/crates.io-index"
896
- checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
897
- dependencies = [
898
- "adler",
899
- ]
900
-
901
- [[package]]
902
- name = "mio"
903
- version = "0.8.5"
904
- source = "registry+https://github.com/rust-lang/crates.io-index"
905
- checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
906
- dependencies = [
907
- "libc",
908
- "log",
909
- "wasi 0.11.0+wasi-snapshot-preview1",
910
- "windows-sys",
911
- ]
912
-
913
- [[package]]
914
- name = "native-tls"
915
- version = "0.2.11"
916
- source = "registry+https://github.com/rust-lang/crates.io-index"
917
- checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
918
- dependencies = [
919
- "lazy_static",
920
- "libc",
921
- "log",
922
- "openssl",
923
- "openssl-probe",
924
- "openssl-sys",
925
- "schannel",
926
- "security-framework",
927
- "security-framework-sys",
928
- "tempfile",
929
- ]
930
-
931
- [[package]]
932
- name = "nom"
933
- version = "7.1.2"
934
- source = "registry+https://github.com/rust-lang/crates.io-index"
935
- checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
936
- dependencies = [
937
- "memchr",
938
- "minimal-lexical",
939
- ]
940
-
941
- [[package]]
942
- name = "num_cpus"
943
- version = "1.15.0"
944
- source = "registry+https://github.com/rust-lang/crates.io-index"
945
- checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
946
- dependencies = [
947
- "hermit-abi",
948
- "libc",
949
- ]
950
-
951
- [[package]]
952
- name = "number_prefix"
953
- version = "0.3.0"
954
- source = "registry+https://github.com/rust-lang/crates.io-index"
955
- checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
956
-
957
- [[package]]
958
- name = "number_prefix"
959
- version = "0.4.0"
960
- source = "git+https://github.com/ankane/rust-number-prefix?branch=license-file#ce5a6a760b04c0f309e6d8fd7f72f5906c89723d"
961
-
962
- [[package]]
963
- name = "once_cell"
964
- version = "1.17.0"
965
- source = "registry+https://github.com/rust-lang/crates.io-index"
966
- checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
967
-
968
- [[package]]
969
- name = "onig"
970
- version = "6.4.0"
971
- source = "registry+https://github.com/rust-lang/crates.io-index"
972
- checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
973
- dependencies = [
974
- "bitflags",
975
- "libc",
976
- "once_cell",
977
- "onig_sys",
978
- ]
979
-
980
- [[package]]
981
- name = "onig_sys"
982
- version = "69.8.1"
983
- source = "registry+https://github.com/rust-lang/crates.io-index"
984
- checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
985
- dependencies = [
986
- "cc",
987
- "pkg-config",
988
- ]
989
-
990
- [[package]]
991
- name = "opaque-debug"
992
- version = "0.3.0"
993
- source = "registry+https://github.com/rust-lang/crates.io-index"
994
- checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
995
-
996
- [[package]]
997
- name = "openssl"
998
- version = "0.10.45"
999
- source = "registry+https://github.com/rust-lang/crates.io-index"
1000
- checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
1001
- dependencies = [
1002
- "bitflags",
1003
- "cfg-if",
1004
- "foreign-types",
1005
- "libc",
1006
- "once_cell",
1007
- "openssl-macros",
1008
- "openssl-sys",
1009
- ]
1010
-
1011
- [[package]]
1012
- name = "openssl-macros"
1013
- version = "0.1.0"
1014
- source = "registry+https://github.com/rust-lang/crates.io-index"
1015
- checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1016
- dependencies = [
1017
- "proc-macro2",
1018
- "quote",
1019
- "syn",
1020
- ]
1021
-
1022
- [[package]]
1023
- name = "openssl-probe"
1024
- version = "0.1.5"
1025
- source = "registry+https://github.com/rust-lang/crates.io-index"
1026
- checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1027
-
1028
- [[package]]
1029
- name = "openssl-sys"
1030
- version = "0.9.80"
1031
- source = "registry+https://github.com/rust-lang/crates.io-index"
1032
- checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
1033
- dependencies = [
1034
- "autocfg",
1035
- "cc",
1036
- "libc",
1037
- "pkg-config",
1038
- "vcpkg",
1039
- ]
1040
-
1041
- [[package]]
1042
- name = "password-hash"
1043
- version = "0.4.2"
1044
- source = "registry+https://github.com/rust-lang/crates.io-index"
1045
- checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
1046
- dependencies = [
1047
- "base64ct",
1048
- "rand_core",
1049
- "subtle",
466
+ "cc",
467
+ "pkg-config",
1050
468
  ]
1051
469
 
1052
470
  [[package]]
@@ -1055,42 +473,12 @@ version = "1.0.11"
1055
473
  source = "registry+https://github.com/rust-lang/crates.io-index"
1056
474
  checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
1057
475
 
1058
- [[package]]
1059
- name = "pbkdf2"
1060
- version = "0.11.0"
1061
- source = "registry+https://github.com/rust-lang/crates.io-index"
1062
- checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
1063
- dependencies = [
1064
- "digest",
1065
- "hmac",
1066
- "password-hash",
1067
- "sha2",
1068
- ]
1069
-
1070
476
  [[package]]
1071
477
  name = "peeking_take_while"
1072
478
  version = "0.1.2"
1073
479
  source = "registry+https://github.com/rust-lang/crates.io-index"
1074
480
  checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1075
481
 
1076
- [[package]]
1077
- name = "percent-encoding"
1078
- version = "2.2.0"
1079
- source = "registry+https://github.com/rust-lang/crates.io-index"
1080
- checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1081
-
1082
- [[package]]
1083
- name = "pin-project-lite"
1084
- version = "0.2.9"
1085
- source = "registry+https://github.com/rust-lang/crates.io-index"
1086
- checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1087
-
1088
- [[package]]
1089
- name = "pin-utils"
1090
- version = "0.1.0"
1091
- source = "registry+https://github.com/rust-lang/crates.io-index"
1092
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1093
-
1094
482
  [[package]]
1095
483
  name = "pkg-config"
1096
484
  version = "0.3.26"
@@ -1207,7 +595,8 @@ dependencies = [
1207
595
  [[package]]
1208
596
  name = "rb-sys-env"
1209
597
  version = "0.1.1"
1210
- source = "git+https://github.com/oxidize-rb/rb-sys#31a29ba1ba640677ea0c45ddb0485fc201e72334"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "74c38752410925faeb82c400c06ba2fd9ee6aa8f719dd33994c9e53f5242d25f"
1211
600
 
1212
601
  [[package]]
1213
602
  name = "redox_syscall"
@@ -1246,52 +635,6 @@ version = "0.6.28"
1246
635
  source = "registry+https://github.com/rust-lang/crates.io-index"
1247
636
  checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1248
637
 
1249
- [[package]]
1250
- name = "remove_dir_all"
1251
- version = "0.5.3"
1252
- source = "registry+https://github.com/rust-lang/crates.io-index"
1253
- checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1254
- dependencies = [
1255
- "winapi",
1256
- ]
1257
-
1258
- [[package]]
1259
- name = "reqwest"
1260
- version = "0.11.13"
1261
- source = "registry+https://github.com/rust-lang/crates.io-index"
1262
- checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
1263
- dependencies = [
1264
- "base64",
1265
- "bytes",
1266
- "encoding_rs",
1267
- "futures-core",
1268
- "futures-util",
1269
- "h2",
1270
- "http",
1271
- "http-body",
1272
- "hyper",
1273
- "hyper-tls",
1274
- "ipnet",
1275
- "js-sys",
1276
- "log",
1277
- "mime",
1278
- "native-tls",
1279
- "once_cell",
1280
- "percent-encoding",
1281
- "pin-project-lite",
1282
- "serde",
1283
- "serde_json",
1284
- "serde_urlencoded",
1285
- "tokio",
1286
- "tokio-native-tls",
1287
- "tower-service",
1288
- "url",
1289
- "wasm-bindgen",
1290
- "wasm-bindgen-futures",
1291
- "web-sys",
1292
- "winreg",
1293
- ]
1294
-
1295
638
  [[package]]
1296
639
  name = "rustc-hash"
1297
640
  version = "1.1.0"
@@ -1304,43 +647,11 @@ version = "1.0.12"
1304
647
  source = "registry+https://github.com/rust-lang/crates.io-index"
1305
648
  checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1306
649
 
1307
- [[package]]
1308
- name = "schannel"
1309
- version = "0.1.21"
1310
- source = "registry+https://github.com/rust-lang/crates.io-index"
1311
- checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1312
- dependencies = [
1313
- "windows-sys",
1314
- ]
1315
-
1316
650
  [[package]]
1317
651
  name = "scopeguard"
1318
- version = "1.1.0"
1319
- source = "registry+https://github.com/rust-lang/crates.io-index"
1320
- checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1321
-
1322
- [[package]]
1323
- name = "security-framework"
1324
- version = "2.7.0"
1325
- source = "registry+https://github.com/rust-lang/crates.io-index"
1326
- checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
1327
- dependencies = [
1328
- "bitflags",
1329
- "core-foundation",
1330
- "core-foundation-sys",
1331
- "libc",
1332
- "security-framework-sys",
1333
- ]
1334
-
1335
- [[package]]
1336
- name = "security-framework-sys"
1337
- version = "2.6.1"
652
+ version = "1.1.0"
1338
653
  source = "registry+https://github.com/rust-lang/crates.io-index"
1339
- checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
1340
- dependencies = [
1341
- "core-foundation-sys",
1342
- "libc",
1343
- ]
654
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1344
655
 
1345
656
  [[package]]
1346
657
  name = "serde"
@@ -1373,40 +684,6 @@ dependencies = [
1373
684
  "serde",
1374
685
  ]
1375
686
 
1376
- [[package]]
1377
- name = "serde_urlencoded"
1378
- version = "0.7.1"
1379
- source = "registry+https://github.com/rust-lang/crates.io-index"
1380
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1381
- dependencies = [
1382
- "form_urlencoded",
1383
- "itoa",
1384
- "ryu",
1385
- "serde",
1386
- ]
1387
-
1388
- [[package]]
1389
- name = "sha1"
1390
- version = "0.10.5"
1391
- source = "registry+https://github.com/rust-lang/crates.io-index"
1392
- checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
1393
- dependencies = [
1394
- "cfg-if",
1395
- "cpufeatures",
1396
- "digest",
1397
- ]
1398
-
1399
- [[package]]
1400
- name = "sha2"
1401
- version = "0.10.6"
1402
- source = "registry+https://github.com/rust-lang/crates.io-index"
1403
- checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
1404
- dependencies = [
1405
- "cfg-if",
1406
- "cpufeatures",
1407
- "digest",
1408
- ]
1409
-
1410
687
  [[package]]
1411
688
  name = "shell-words"
1412
689
  version = "1.1.0"
@@ -1419,31 +696,12 @@ version = "1.1.0"
1419
696
  source = "registry+https://github.com/rust-lang/crates.io-index"
1420
697
  checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1421
698
 
1422
- [[package]]
1423
- name = "slab"
1424
- version = "0.4.7"
1425
- source = "registry+https://github.com/rust-lang/crates.io-index"
1426
- checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1427
- dependencies = [
1428
- "autocfg",
1429
- ]
1430
-
1431
699
  [[package]]
1432
700
  name = "smallvec"
1433
701
  version = "1.10.0"
1434
702
  source = "registry+https://github.com/rust-lang/crates.io-index"
1435
703
  checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1436
704
 
1437
- [[package]]
1438
- name = "socket2"
1439
- version = "0.4.7"
1440
- source = "registry+https://github.com/rust-lang/crates.io-index"
1441
- checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1442
- dependencies = [
1443
- "libc",
1444
- "winapi",
1445
- ]
1446
-
1447
705
  [[package]]
1448
706
  name = "spm_precompiled"
1449
707
  version = "0.1.4"
@@ -1462,12 +720,6 @@ version = "0.10.0"
1462
720
  source = "registry+https://github.com/rust-lang/crates.io-index"
1463
721
  checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1464
722
 
1465
- [[package]]
1466
- name = "subtle"
1467
- version = "2.4.1"
1468
- source = "registry+https://github.com/rust-lang/crates.io-index"
1469
- checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1470
-
1471
723
  [[package]]
1472
724
  name = "syn"
1473
725
  version = "1.0.107"
@@ -1479,31 +731,6 @@ dependencies = [
1479
731
  "unicode-ident",
1480
732
  ]
1481
733
 
1482
- [[package]]
1483
- name = "tar"
1484
- version = "0.4.38"
1485
- source = "registry+https://github.com/rust-lang/crates.io-index"
1486
- checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
1487
- dependencies = [
1488
- "filetime",
1489
- "libc",
1490
- "xattr",
1491
- ]
1492
-
1493
- [[package]]
1494
- name = "tempfile"
1495
- version = "3.3.0"
1496
- source = "registry+https://github.com/rust-lang/crates.io-index"
1497
- checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1498
- dependencies = [
1499
- "cfg-if",
1500
- "fastrand",
1501
- "libc",
1502
- "redox_syscall",
1503
- "remove_dir_all",
1504
- "winapi",
1505
- ]
1506
-
1507
734
  [[package]]
1508
735
  name = "thiserror"
1509
736
  version = "1.0.38"
@@ -1524,62 +751,9 @@ dependencies = [
1524
751
  "syn",
1525
752
  ]
1526
753
 
1527
- [[package]]
1528
- name = "time"
1529
- version = "0.1.45"
1530
- source = "registry+https://github.com/rust-lang/crates.io-index"
1531
- checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1532
- dependencies = [
1533
- "libc",
1534
- "wasi 0.10.0+wasi-snapshot-preview1",
1535
- "winapi",
1536
- ]
1537
-
1538
- [[package]]
1539
- name = "time"
1540
- version = "0.3.17"
1541
- source = "registry+https://github.com/rust-lang/crates.io-index"
1542
- checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
1543
- dependencies = [
1544
- "itoa",
1545
- "serde",
1546
- "time-core",
1547
- "time-macros",
1548
- ]
1549
-
1550
- [[package]]
1551
- name = "time-core"
1552
- version = "0.1.0"
1553
- source = "registry+https://github.com/rust-lang/crates.io-index"
1554
- checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
1555
-
1556
- [[package]]
1557
- name = "time-macros"
1558
- version = "0.2.6"
1559
- source = "registry+https://github.com/rust-lang/crates.io-index"
1560
- checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
1561
- dependencies = [
1562
- "time-core",
1563
- ]
1564
-
1565
- [[package]]
1566
- name = "tinyvec"
1567
- version = "1.6.0"
1568
- source = "registry+https://github.com/rust-lang/crates.io-index"
1569
- checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1570
- dependencies = [
1571
- "tinyvec_macros",
1572
- ]
1573
-
1574
- [[package]]
1575
- name = "tinyvec_macros"
1576
- version = "0.1.0"
1577
- source = "registry+https://github.com/rust-lang/crates.io-index"
1578
- checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1579
-
1580
754
  [[package]]
1581
755
  name = "tokenizers"
1582
- version = "0.2.1"
756
+ version = "0.2.2"
1583
757
  dependencies = [
1584
758
  "magnus",
1585
759
  "tokenizers 0.13.2",
@@ -1591,12 +765,11 @@ version = "0.13.2"
1591
765
  source = "git+https://github.com/huggingface/tokenizers#fe4ae7dc38be11a5c93ae703816c869f993c21ab"
1592
766
  dependencies = [
1593
767
  "aho-corasick",
1594
- "cached-path",
1595
768
  "derive_builder",
1596
769
  "dirs",
1597
770
  "esaxx-rs",
1598
771
  "getrandom",
1599
- "indicatif 0.15.0",
772
+ "indicatif",
1600
773
  "itertools 0.9.0",
1601
774
  "lazy_static",
1602
775
  "log",
@@ -1608,7 +781,6 @@ dependencies = [
1608
781
  "rayon-cond",
1609
782
  "regex",
1610
783
  "regex-syntax",
1611
- "reqwest",
1612
784
  "serde",
1613
785
  "serde_json",
1614
786
  "spm_precompiled",
@@ -1618,106 +790,12 @@ dependencies = [
1618
790
  "unicode_categories",
1619
791
  ]
1620
792
 
1621
- [[package]]
1622
- name = "tokio"
1623
- version = "1.24.1"
1624
- source = "registry+https://github.com/rust-lang/crates.io-index"
1625
- checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
1626
- dependencies = [
1627
- "autocfg",
1628
- "bytes",
1629
- "libc",
1630
- "memchr",
1631
- "mio",
1632
- "num_cpus",
1633
- "pin-project-lite",
1634
- "socket2",
1635
- "windows-sys",
1636
- ]
1637
-
1638
- [[package]]
1639
- name = "tokio-native-tls"
1640
- version = "0.3.0"
1641
- source = "registry+https://github.com/rust-lang/crates.io-index"
1642
- checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
1643
- dependencies = [
1644
- "native-tls",
1645
- "tokio",
1646
- ]
1647
-
1648
- [[package]]
1649
- name = "tokio-util"
1650
- version = "0.7.4"
1651
- source = "registry+https://github.com/rust-lang/crates.io-index"
1652
- checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
1653
- dependencies = [
1654
- "bytes",
1655
- "futures-core",
1656
- "futures-sink",
1657
- "pin-project-lite",
1658
- "tokio",
1659
- "tracing",
1660
- ]
1661
-
1662
- [[package]]
1663
- name = "tower-service"
1664
- version = "0.3.2"
1665
- source = "registry+https://github.com/rust-lang/crates.io-index"
1666
- checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1667
-
1668
- [[package]]
1669
- name = "tracing"
1670
- version = "0.1.37"
1671
- source = "registry+https://github.com/rust-lang/crates.io-index"
1672
- checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1673
- dependencies = [
1674
- "cfg-if",
1675
- "pin-project-lite",
1676
- "tracing-core",
1677
- ]
1678
-
1679
- [[package]]
1680
- name = "tracing-core"
1681
- version = "0.1.30"
1682
- source = "registry+https://github.com/rust-lang/crates.io-index"
1683
- checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1684
- dependencies = [
1685
- "once_cell",
1686
- ]
1687
-
1688
- [[package]]
1689
- name = "try-lock"
1690
- version = "0.2.4"
1691
- source = "registry+https://github.com/rust-lang/crates.io-index"
1692
- checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1693
-
1694
- [[package]]
1695
- name = "typenum"
1696
- version = "1.16.0"
1697
- source = "registry+https://github.com/rust-lang/crates.io-index"
1698
- checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1699
-
1700
- [[package]]
1701
- name = "unicode-bidi"
1702
- version = "0.3.8"
1703
- source = "registry+https://github.com/rust-lang/crates.io-index"
1704
- checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1705
-
1706
793
  [[package]]
1707
794
  name = "unicode-ident"
1708
795
  version = "1.0.6"
1709
796
  source = "registry+https://github.com/rust-lang/crates.io-index"
1710
797
  checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1711
798
 
1712
- [[package]]
1713
- name = "unicode-normalization"
1714
- version = "0.1.22"
1715
- source = "registry+https://github.com/rust-lang/crates.io-index"
1716
- checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1717
- dependencies = [
1718
- "tinyvec",
1719
- ]
1720
-
1721
799
  [[package]]
1722
800
  name = "unicode-normalization-alignments"
1723
801
  version = "0.1.12"
@@ -1745,127 +823,12 @@ version = "0.1.1"
1745
823
  source = "registry+https://github.com/rust-lang/crates.io-index"
1746
824
  checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
1747
825
 
1748
- [[package]]
1749
- name = "url"
1750
- version = "2.3.1"
1751
- source = "registry+https://github.com/rust-lang/crates.io-index"
1752
- checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1753
- dependencies = [
1754
- "form_urlencoded",
1755
- "idna",
1756
- "percent-encoding",
1757
- ]
1758
-
1759
- [[package]]
1760
- name = "vcpkg"
1761
- version = "0.2.15"
1762
- source = "registry+https://github.com/rust-lang/crates.io-index"
1763
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1764
-
1765
- [[package]]
1766
- name = "version_check"
1767
- version = "0.9.4"
1768
- source = "registry+https://github.com/rust-lang/crates.io-index"
1769
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1770
-
1771
- [[package]]
1772
- name = "want"
1773
- version = "0.3.0"
1774
- source = "registry+https://github.com/rust-lang/crates.io-index"
1775
- checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1776
- dependencies = [
1777
- "log",
1778
- "try-lock",
1779
- ]
1780
-
1781
- [[package]]
1782
- name = "wasi"
1783
- version = "0.10.0+wasi-snapshot-preview1"
1784
- source = "registry+https://github.com/rust-lang/crates.io-index"
1785
- checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1786
-
1787
826
  [[package]]
1788
827
  name = "wasi"
1789
828
  version = "0.11.0+wasi-snapshot-preview1"
1790
829
  source = "registry+https://github.com/rust-lang/crates.io-index"
1791
830
  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1792
831
 
1793
- [[package]]
1794
- name = "wasm-bindgen"
1795
- version = "0.2.83"
1796
- source = "registry+https://github.com/rust-lang/crates.io-index"
1797
- checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1798
- dependencies = [
1799
- "cfg-if",
1800
- "wasm-bindgen-macro",
1801
- ]
1802
-
1803
- [[package]]
1804
- name = "wasm-bindgen-backend"
1805
- version = "0.2.83"
1806
- source = "registry+https://github.com/rust-lang/crates.io-index"
1807
- checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1808
- dependencies = [
1809
- "bumpalo",
1810
- "log",
1811
- "once_cell",
1812
- "proc-macro2",
1813
- "quote",
1814
- "syn",
1815
- "wasm-bindgen-shared",
1816
- ]
1817
-
1818
- [[package]]
1819
- name = "wasm-bindgen-futures"
1820
- version = "0.4.33"
1821
- source = "registry+https://github.com/rust-lang/crates.io-index"
1822
- checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
1823
- dependencies = [
1824
- "cfg-if",
1825
- "js-sys",
1826
- "wasm-bindgen",
1827
- "web-sys",
1828
- ]
1829
-
1830
- [[package]]
1831
- name = "wasm-bindgen-macro"
1832
- version = "0.2.83"
1833
- source = "registry+https://github.com/rust-lang/crates.io-index"
1834
- checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1835
- dependencies = [
1836
- "quote",
1837
- "wasm-bindgen-macro-support",
1838
- ]
1839
-
1840
- [[package]]
1841
- name = "wasm-bindgen-macro-support"
1842
- version = "0.2.83"
1843
- source = "registry+https://github.com/rust-lang/crates.io-index"
1844
- checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1845
- dependencies = [
1846
- "proc-macro2",
1847
- "quote",
1848
- "syn",
1849
- "wasm-bindgen-backend",
1850
- "wasm-bindgen-shared",
1851
- ]
1852
-
1853
- [[package]]
1854
- name = "wasm-bindgen-shared"
1855
- version = "0.2.83"
1856
- source = "registry+https://github.com/rust-lang/crates.io-index"
1857
- checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1858
-
1859
- [[package]]
1860
- name = "web-sys"
1861
- version = "0.3.60"
1862
- source = "registry+https://github.com/rust-lang/crates.io-index"
1863
- checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
1864
- dependencies = [
1865
- "js-sys",
1866
- "wasm-bindgen",
1867
- ]
1868
-
1869
832
  [[package]]
1870
833
  name = "winapi"
1871
834
  version = "0.3.9"
@@ -1944,94 +907,3 @@ name = "windows_x86_64_msvc"
1944
907
  version = "0.42.1"
1945
908
  source = "registry+https://github.com/rust-lang/crates.io-index"
1946
909
  checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1947
-
1948
- [[package]]
1949
- name = "winreg"
1950
- version = "0.10.1"
1951
- source = "registry+https://github.com/rust-lang/crates.io-index"
1952
- checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
1953
- dependencies = [
1954
- "winapi",
1955
- ]
1956
-
1957
- [[package]]
1958
- name = "xattr"
1959
- version = "0.2.3"
1960
- source = "registry+https://github.com/rust-lang/crates.io-index"
1961
- checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
1962
- dependencies = [
1963
- "libc",
1964
- ]
1965
-
1966
- [[package]]
1967
- name = "zip"
1968
- version = "0.5.13"
1969
- source = "registry+https://github.com/rust-lang/crates.io-index"
1970
- checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
1971
- dependencies = [
1972
- "byteorder",
1973
- "bzip2",
1974
- "crc32fast",
1975
- "flate2",
1976
- "thiserror",
1977
- "time 0.1.45",
1978
- ]
1979
-
1980
- [[package]]
1981
- name = "zip"
1982
- version = "0.6.3"
1983
- source = "registry+https://github.com/rust-lang/crates.io-index"
1984
- checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
1985
- dependencies = [
1986
- "aes",
1987
- "byteorder",
1988
- "bzip2",
1989
- "constant_time_eq",
1990
- "crc32fast",
1991
- "crossbeam-utils",
1992
- "flate2",
1993
- "hmac",
1994
- "pbkdf2",
1995
- "sha1",
1996
- "time 0.3.17",
1997
- "zstd",
1998
- ]
1999
-
2000
- [[package]]
2001
- name = "zip-extensions"
2002
- version = "0.6.1"
2003
- source = "registry+https://github.com/rust-lang/crates.io-index"
2004
- checksum = "a64c3c977bc3434ce2d4bcea8ad3c644672de0f2c402b72b9171ca80a8885d14"
2005
- dependencies = [
2006
- "zip 0.5.13",
2007
- ]
2008
-
2009
- [[package]]
2010
- name = "zstd"
2011
- version = "0.11.2+zstd.1.5.2"
2012
- source = "registry+https://github.com/rust-lang/crates.io-index"
2013
- checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2014
- dependencies = [
2015
- "zstd-safe",
2016
- ]
2017
-
2018
- [[package]]
2019
- name = "zstd-safe"
2020
- version = "5.0.2+zstd.1.5.2"
2021
- source = "registry+https://github.com/rust-lang/crates.io-index"
2022
- checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2023
- dependencies = [
2024
- "libc",
2025
- "zstd-sys",
2026
- ]
2027
-
2028
- [[package]]
2029
- name = "zstd-sys"
2030
- version = "2.0.5+zstd.1.5.2"
2031
- source = "registry+https://github.com/rust-lang/crates.io-index"
2032
- checksum = "edc50ffce891ad571e9f9afe5039c4837bede781ac4bb13052ed7ae695518596"
2033
- dependencies = [
2034
- "cc",
2035
- "libc",
2036
- "pkg-config",
2037
- ]