ptars 0.0.1__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ptars-0.0.1 → ptars-0.0.2}/Cargo.lock +180 -276
- {ptars-0.0.1 → ptars-0.0.2}/Cargo.toml +8 -7
- {ptars-0.0.1 → ptars-0.0.2}/DEVELOPMENT.md +17 -4
- {ptars-0.0.1 → ptars-0.0.2}/PKG-INFO +18 -7
- {ptars-0.0.1 → ptars-0.0.2}/README.md +12 -6
- ptars-0.0.2/poetry.lock +2207 -0
- ptars-0.0.2/protos/ptars_protos/imported.proto +20 -0
- ptars-0.0.2/protos/ptars_protos/importer.proto +16 -0
- {ptars-0.0.1 → ptars-0.0.2}/pyproject.toml +6 -1
- {ptars-0.0.1 → ptars-0.0.2}/python/ptars/internal.py +29 -6
- {ptars-0.0.1 → ptars-0.0.2}/scripts/protoc.py +1 -1
- {ptars-0.0.1 → ptars-0.0.2}/src/lib.rs +193 -21
- ptars-0.0.1/poetry.lock +0 -2192
- {ptars-0.0.1 → ptars-0.0.2}/LICENSE +0 -0
- {ptars-0.0.1 → ptars-0.0.2}/Makefile +0 -0
- {ptars-0.0.1/protos → ptars-0.0.2/protos/ptars_protos}/bench.proto +0 -0
- {ptars-0.0.1/protos → ptars-0.0.2/protos/ptars_protos}/simple.proto +0 -0
- {ptars-0.0.1 → ptars-0.0.2}/python/__init__.py +0 -0
- {ptars-0.0.1 → ptars-0.0.2}/python/ptars/__init__.py +0 -0
@@ -42,9 +42,9 @@ dependencies = [
|
|
42
42
|
|
43
43
|
[[package]]
|
44
44
|
name = "arrow"
|
45
|
-
version = "
|
45
|
+
version = "53.0.0"
|
46
46
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
|
-
checksum = "
|
47
|
+
checksum = "45aef0d9cf9a039bf6cd1acc451b137aca819977b0928dece52bd92811b640ba"
|
48
48
|
dependencies = [
|
49
49
|
"arrow-arith",
|
50
50
|
"arrow-array",
|
@@ -64,9 +64,9 @@ dependencies = [
|
|
64
64
|
|
65
65
|
[[package]]
|
66
66
|
name = "arrow-arith"
|
67
|
-
version = "
|
67
|
+
version = "53.0.0"
|
68
68
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
69
|
-
checksum = "
|
69
|
+
checksum = "03675e42d1560790f3524800e41403b40d0da1c793fe9528929fde06d8c7649a"
|
70
70
|
dependencies = [
|
71
71
|
"arrow-array",
|
72
72
|
"arrow-buffer",
|
@@ -79,9 +79,9 @@ dependencies = [
|
|
79
79
|
|
80
80
|
[[package]]
|
81
81
|
name = "arrow-array"
|
82
|
-
version = "
|
82
|
+
version = "53.0.0"
|
83
83
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
84
|
-
checksum = "
|
84
|
+
checksum = "cd2bf348cf9f02a5975c5962c7fa6dee107a2009a7b41ac5fb1a027e12dc033f"
|
85
85
|
dependencies = [
|
86
86
|
"ahash",
|
87
87
|
"arrow-buffer",
|
@@ -95,9 +95,9 @@ dependencies = [
|
|
95
95
|
|
96
96
|
[[package]]
|
97
97
|
name = "arrow-buffer"
|
98
|
-
version = "
|
98
|
+
version = "53.0.0"
|
99
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
-
checksum = "
|
100
|
+
checksum = "3092e37715f168976012ce52273c3989b5793b0db5f06cbaa246be25e5f0924d"
|
101
101
|
dependencies = [
|
102
102
|
"bytes",
|
103
103
|
"half",
|
@@ -106,9 +106,9 @@ dependencies = [
|
|
106
106
|
|
107
107
|
[[package]]
|
108
108
|
name = "arrow-cast"
|
109
|
-
version = "
|
109
|
+
version = "53.0.0"
|
110
110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
111
|
-
checksum = "
|
111
|
+
checksum = "7ce1018bb710d502f9db06af026ed3561552e493e989a79d0d0f5d9cf267a785"
|
112
112
|
dependencies = [
|
113
113
|
"arrow-array",
|
114
114
|
"arrow-buffer",
|
@@ -126,9 +126,9 @@ dependencies = [
|
|
126
126
|
|
127
127
|
[[package]]
|
128
128
|
name = "arrow-csv"
|
129
|
-
version = "
|
129
|
+
version = "53.0.0"
|
130
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
-
checksum = "
|
131
|
+
checksum = "fd178575f45624d045e4ebee714e246a05d9652e41363ee3f57ec18cca97f740"
|
132
132
|
dependencies = [
|
133
133
|
"arrow-array",
|
134
134
|
"arrow-buffer",
|
@@ -145,9 +145,9 @@ dependencies = [
|
|
145
145
|
|
146
146
|
[[package]]
|
147
147
|
name = "arrow-data"
|
148
|
-
version = "
|
148
|
+
version = "53.0.0"
|
149
149
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
150
|
-
checksum = "
|
150
|
+
checksum = "4e4ac0c4ee79150afe067dc4857154b3ee9c1cd52b5f40d59a77306d0ed18d65"
|
151
151
|
dependencies = [
|
152
152
|
"arrow-buffer",
|
153
153
|
"arrow-schema",
|
@@ -157,9 +157,9 @@ dependencies = [
|
|
157
157
|
|
158
158
|
[[package]]
|
159
159
|
name = "arrow-ipc"
|
160
|
-
version = "
|
160
|
+
version = "53.0.0"
|
161
161
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
162
|
-
checksum = "
|
162
|
+
checksum = "bb307482348a1267f91b0912e962cd53440e5de0f7fb24c5f7b10da70b38c94a"
|
163
163
|
dependencies = [
|
164
164
|
"arrow-array",
|
165
165
|
"arrow-buffer",
|
@@ -171,9 +171,9 @@ dependencies = [
|
|
171
171
|
|
172
172
|
[[package]]
|
173
173
|
name = "arrow-json"
|
174
|
-
version = "
|
174
|
+
version = "53.0.0"
|
175
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
-
checksum = "
|
176
|
+
checksum = "d24805ba326758effdd6f2cbdd482fcfab749544f21b134701add25b33f474e6"
|
177
177
|
dependencies = [
|
178
178
|
"arrow-array",
|
179
179
|
"arrow-buffer",
|
@@ -191,9 +191,9 @@ dependencies = [
|
|
191
191
|
|
192
192
|
[[package]]
|
193
193
|
name = "arrow-ord"
|
194
|
-
version = "
|
194
|
+
version = "53.0.0"
|
195
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
196
|
-
checksum = "
|
196
|
+
checksum = "644046c479d80ae8ed02a7f1e1399072ea344ca6a7b0e293ab2d5d9ed924aa3b"
|
197
197
|
dependencies = [
|
198
198
|
"arrow-array",
|
199
199
|
"arrow-buffer",
|
@@ -206,9 +206,9 @@ dependencies = [
|
|
206
206
|
|
207
207
|
[[package]]
|
208
208
|
name = "arrow-row"
|
209
|
-
version = "
|
209
|
+
version = "53.0.0"
|
210
210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
211
|
-
checksum = "
|
211
|
+
checksum = "a29791f8eb13b340ce35525b723f5f0df17ecb955599e11f65c2a94ab34e2efb"
|
212
212
|
dependencies = [
|
213
213
|
"ahash",
|
214
214
|
"arrow-array",
|
@@ -216,23 +216,22 @@ dependencies = [
|
|
216
216
|
"arrow-data",
|
217
217
|
"arrow-schema",
|
218
218
|
"half",
|
219
|
-
"hashbrown",
|
220
219
|
]
|
221
220
|
|
222
221
|
[[package]]
|
223
222
|
name = "arrow-schema"
|
224
|
-
version = "
|
223
|
+
version = "53.0.0"
|
225
224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
226
|
-
checksum = "
|
225
|
+
checksum = "c85320a3a2facf2b2822b57aa9d6d9d55edb8aee0b6b5d3b8df158e503d10858"
|
227
226
|
dependencies = [
|
228
|
-
"bitflags 2.
|
227
|
+
"bitflags 2.6.0",
|
229
228
|
]
|
230
229
|
|
231
230
|
[[package]]
|
232
231
|
name = "arrow-select"
|
233
|
-
version = "
|
232
|
+
version = "53.0.0"
|
234
233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
235
|
-
checksum = "
|
234
|
+
checksum = "9cc7e6b582e23855fd1625ce46e51647aa440c20ea2e71b1d748e0839dd73cba"
|
236
235
|
dependencies = [
|
237
236
|
"ahash",
|
238
237
|
"arrow-array",
|
@@ -244,9 +243,9 @@ dependencies = [
|
|
244
243
|
|
245
244
|
[[package]]
|
246
245
|
name = "arrow-string"
|
247
|
-
version = "
|
246
|
+
version = "53.0.0"
|
248
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
249
|
-
checksum = "
|
248
|
+
checksum = "0775b6567c66e56ded19b87a954b6b1beffbdd784ef95a3a2b03f59570c1d230"
|
250
249
|
dependencies = [
|
251
250
|
"arrow-array",
|
252
251
|
"arrow-buffer",
|
@@ -270,15 +269,15 @@ dependencies = [
|
|
270
269
|
|
271
270
|
[[package]]
|
272
271
|
name = "autocfg"
|
273
|
-
version = "1.
|
272
|
+
version = "1.3.0"
|
274
273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
275
|
-
checksum = "
|
274
|
+
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
276
275
|
|
277
276
|
[[package]]
|
278
277
|
name = "base64"
|
279
|
-
version = "0.22.
|
278
|
+
version = "0.22.1"
|
280
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
-
checksum = "
|
280
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
282
281
|
|
283
282
|
[[package]]
|
284
283
|
name = "bitflags"
|
@@ -288,9 +287,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
288
287
|
|
289
288
|
[[package]]
|
290
289
|
name = "bitflags"
|
291
|
-
version = "2.
|
290
|
+
version = "2.6.0"
|
292
291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
293
|
-
checksum = "
|
292
|
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
294
293
|
|
295
294
|
[[package]]
|
296
295
|
name = "bumpalo"
|
@@ -300,15 +299,18 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
300
299
|
|
301
300
|
[[package]]
|
302
301
|
name = "bytes"
|
303
|
-
version = "1.
|
302
|
+
version = "1.7.2"
|
304
303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
-
checksum = "
|
304
|
+
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
306
305
|
|
307
306
|
[[package]]
|
308
307
|
name = "cc"
|
309
|
-
version = "1.
|
308
|
+
version = "1.1.21"
|
310
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
311
|
-
checksum = "
|
310
|
+
checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0"
|
311
|
+
dependencies = [
|
312
|
+
"shlex",
|
313
|
+
]
|
312
314
|
|
313
315
|
[[package]]
|
314
316
|
name = "cfg-if"
|
@@ -318,16 +320,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
318
320
|
|
319
321
|
[[package]]
|
320
322
|
name = "chrono"
|
321
|
-
version = "0.4.
|
323
|
+
version = "0.4.38"
|
322
324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
-
checksum = "
|
325
|
+
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
324
326
|
dependencies = [
|
325
327
|
"android-tzdata",
|
326
328
|
"iana-time-zone",
|
327
329
|
"js-sys",
|
328
330
|
"num-traits",
|
329
331
|
"wasm-bindgen",
|
330
|
-
"windows-targets
|
332
|
+
"windows-targets",
|
331
333
|
]
|
332
334
|
|
333
335
|
[[package]]
|
@@ -352,9 +354,9 @@ dependencies = [
|
|
352
354
|
|
353
355
|
[[package]]
|
354
356
|
name = "core-foundation-sys"
|
355
|
-
version = "0.8.
|
357
|
+
version = "0.8.7"
|
356
358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
357
|
-
checksum = "
|
359
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
358
360
|
|
359
361
|
[[package]]
|
360
362
|
name = "crunchy"
|
@@ -391,9 +393,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
391
393
|
|
392
394
|
[[package]]
|
393
395
|
name = "flatbuffers"
|
394
|
-
version = "
|
396
|
+
version = "24.3.25"
|
395
397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
-
checksum = "
|
398
|
+
checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f"
|
397
399
|
dependencies = [
|
398
400
|
"bitflags 1.3.2",
|
399
401
|
"rustc_version",
|
@@ -401,9 +403,9 @@ dependencies = [
|
|
401
403
|
|
402
404
|
[[package]]
|
403
405
|
name = "getrandom"
|
404
|
-
version = "0.2.
|
406
|
+
version = "0.2.15"
|
405
407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
406
|
-
checksum = "
|
408
|
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
407
409
|
dependencies = [
|
408
410
|
"cfg-if",
|
409
411
|
"libc",
|
@@ -423,21 +425,21 @@ dependencies = [
|
|
423
425
|
|
424
426
|
[[package]]
|
425
427
|
name = "hashbrown"
|
426
|
-
version = "0.14.
|
428
|
+
version = "0.14.5"
|
427
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428
|
-
checksum = "
|
430
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
429
431
|
|
430
432
|
[[package]]
|
431
433
|
name = "heck"
|
432
|
-
version = "0.
|
434
|
+
version = "0.5.0"
|
433
435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
434
|
-
checksum = "
|
436
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
435
437
|
|
436
438
|
[[package]]
|
437
439
|
name = "iana-time-zone"
|
438
|
-
version = "0.1.
|
440
|
+
version = "0.1.61"
|
439
441
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
440
|
-
checksum = "
|
442
|
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
441
443
|
dependencies = [
|
442
444
|
"android_system_properties",
|
443
445
|
"core-foundation-sys",
|
@@ -458,9 +460,9 @@ dependencies = [
|
|
458
460
|
|
459
461
|
[[package]]
|
460
462
|
name = "indexmap"
|
461
|
-
version = "2.
|
463
|
+
version = "2.5.0"
|
462
464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
463
|
-
checksum = "
|
465
|
+
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
464
466
|
dependencies = [
|
465
467
|
"equivalent",
|
466
468
|
"hashbrown",
|
@@ -480,18 +482,18 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
480
482
|
|
481
483
|
[[package]]
|
482
484
|
name = "js-sys"
|
483
|
-
version = "0.3.
|
485
|
+
version = "0.3.70"
|
484
486
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
485
|
-
checksum = "
|
487
|
+
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
486
488
|
dependencies = [
|
487
489
|
"wasm-bindgen",
|
488
490
|
]
|
489
491
|
|
490
492
|
[[package]]
|
491
493
|
name = "lazy_static"
|
492
|
-
version = "1.
|
494
|
+
version = "1.5.0"
|
493
495
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
494
|
-
checksum = "
|
496
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
495
497
|
|
496
498
|
[[package]]
|
497
499
|
name = "lexical-core"
|
@@ -559,9 +561,9 @@ dependencies = [
|
|
559
561
|
|
560
562
|
[[package]]
|
561
563
|
name = "libc"
|
562
|
-
version = "0.2.
|
564
|
+
version = "0.2.158"
|
563
565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
564
|
-
checksum = "
|
566
|
+
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
565
567
|
|
566
568
|
[[package]]
|
567
569
|
name = "libm"
|
@@ -569,27 +571,17 @@ version = "0.2.8"
|
|
569
571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
570
572
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
571
573
|
|
572
|
-
[[package]]
|
573
|
-
name = "lock_api"
|
574
|
-
version = "0.4.11"
|
575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
576
|
-
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
577
|
-
dependencies = [
|
578
|
-
"autocfg",
|
579
|
-
"scopeguard",
|
580
|
-
]
|
581
|
-
|
582
574
|
[[package]]
|
583
575
|
name = "log"
|
584
|
-
version = "0.4.
|
576
|
+
version = "0.4.22"
|
585
577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
586
|
-
checksum = "
|
578
|
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
587
579
|
|
588
580
|
[[package]]
|
589
581
|
name = "memchr"
|
590
|
-
version = "2.7.
|
582
|
+
version = "2.7.4"
|
591
583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
592
|
-
checksum = "
|
584
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
593
585
|
|
594
586
|
[[package]]
|
595
587
|
name = "memoffset"
|
@@ -602,9 +594,9 @@ dependencies = [
|
|
602
594
|
|
603
595
|
[[package]]
|
604
596
|
name = "num"
|
605
|
-
version = "0.4.
|
597
|
+
version = "0.4.3"
|
606
598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
607
|
-
checksum = "
|
599
|
+
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
608
600
|
dependencies = [
|
609
601
|
"num-bigint",
|
610
602
|
"num-complex",
|
@@ -616,20 +608,19 @@ dependencies = [
|
|
616
608
|
|
617
609
|
[[package]]
|
618
610
|
name = "num-bigint"
|
619
|
-
version = "0.4.
|
611
|
+
version = "0.4.6"
|
620
612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
621
|
-
checksum = "
|
613
|
+
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
622
614
|
dependencies = [
|
623
|
-
"autocfg",
|
624
615
|
"num-integer",
|
625
616
|
"num-traits",
|
626
617
|
]
|
627
618
|
|
628
619
|
[[package]]
|
629
620
|
name = "num-complex"
|
630
|
-
version = "0.4.
|
621
|
+
version = "0.4.6"
|
631
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632
|
-
checksum = "
|
623
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
633
624
|
dependencies = [
|
634
625
|
"num-traits",
|
635
626
|
]
|
@@ -645,9 +636,9 @@ dependencies = [
|
|
645
636
|
|
646
637
|
[[package]]
|
647
638
|
name = "num-iter"
|
648
|
-
version = "0.1.
|
639
|
+
version = "0.1.45"
|
649
640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
-
checksum = "
|
641
|
+
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
651
642
|
dependencies = [
|
652
643
|
"autocfg",
|
653
644
|
"num-integer",
|
@@ -656,11 +647,10 @@ dependencies = [
|
|
656
647
|
|
657
648
|
[[package]]
|
658
649
|
name = "num-rational"
|
659
|
-
version = "0.4.
|
650
|
+
version = "0.4.2"
|
660
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661
|
-
checksum = "
|
652
|
+
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
662
653
|
dependencies = [
|
663
|
-
"autocfg",
|
664
654
|
"num-bigint",
|
665
655
|
"num-integer",
|
666
656
|
"num-traits",
|
@@ -668,9 +658,9 @@ dependencies = [
|
|
668
658
|
|
669
659
|
[[package]]
|
670
660
|
name = "num-traits"
|
671
|
-
version = "0.2.
|
661
|
+
version = "0.2.19"
|
672
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
673
|
-
checksum = "
|
663
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
674
664
|
dependencies = [
|
675
665
|
"autocfg",
|
676
666
|
"libm",
|
@@ -682,49 +672,26 @@ version = "1.19.0"
|
|
682
672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
683
673
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
684
674
|
|
685
|
-
[[package]]
|
686
|
-
name = "parking_lot"
|
687
|
-
version = "0.12.1"
|
688
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
689
|
-
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
690
|
-
dependencies = [
|
691
|
-
"lock_api",
|
692
|
-
"parking_lot_core",
|
693
|
-
]
|
694
|
-
|
695
|
-
[[package]]
|
696
|
-
name = "parking_lot_core"
|
697
|
-
version = "0.9.9"
|
698
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
699
|
-
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
700
|
-
dependencies = [
|
701
|
-
"cfg-if",
|
702
|
-
"libc",
|
703
|
-
"redox_syscall",
|
704
|
-
"smallvec",
|
705
|
-
"windows-targets 0.48.5",
|
706
|
-
]
|
707
|
-
|
708
675
|
[[package]]
|
709
676
|
name = "portable-atomic"
|
710
|
-
version = "1.
|
677
|
+
version = "1.8.0"
|
711
678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712
|
-
checksum = "
|
679
|
+
checksum = "d30538d42559de6b034bc76fd6dd4c38961b1ee5c6c56e3808c50128fdbc22ce"
|
713
680
|
|
714
681
|
[[package]]
|
715
682
|
name = "proc-macro2"
|
716
|
-
version = "1.0.
|
683
|
+
version = "1.0.86"
|
717
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
718
|
-
checksum = "
|
685
|
+
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
719
686
|
dependencies = [
|
720
687
|
"unicode-ident",
|
721
688
|
]
|
722
689
|
|
723
690
|
[[package]]
|
724
691
|
name = "protobuf"
|
725
|
-
version = "3.
|
692
|
+
version = "3.5.1"
|
726
693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
727
|
-
checksum = "
|
694
|
+
checksum = "0bcc343da15609eaecd65f8aa76df8dc4209d325131d8219358c0aaaebab0bf6"
|
728
695
|
dependencies = [
|
729
696
|
"once_cell",
|
730
697
|
"protobuf-support",
|
@@ -733,16 +700,16 @@ dependencies = [
|
|
733
700
|
|
734
701
|
[[package]]
|
735
702
|
name = "protobuf-support"
|
736
|
-
version = "3.
|
703
|
+
version = "3.5.1"
|
737
704
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
738
|
-
checksum = "
|
705
|
+
checksum = "f0766e3675a627c327e4b3964582594b0e8741305d628a98a5de75a1d15f99b9"
|
739
706
|
dependencies = [
|
740
707
|
"thiserror",
|
741
708
|
]
|
742
709
|
|
743
710
|
[[package]]
|
744
711
|
name = "ptarslib"
|
745
|
-
version = "0.0.
|
712
|
+
version = "0.0.2"
|
746
713
|
dependencies = [
|
747
714
|
"arrow",
|
748
715
|
"arrow-array",
|
@@ -754,15 +721,15 @@ dependencies = [
|
|
754
721
|
|
755
722
|
[[package]]
|
756
723
|
name = "pyo3"
|
757
|
-
version = "0.
|
724
|
+
version = "0.22.3"
|
758
725
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
759
|
-
checksum = "
|
726
|
+
checksum = "15ee168e30649f7f234c3d49ef5a7a6cbf5134289bc46c29ff3155fa3221c225"
|
760
727
|
dependencies = [
|
761
728
|
"cfg-if",
|
762
729
|
"indoc",
|
763
730
|
"libc",
|
764
731
|
"memoffset",
|
765
|
-
"
|
732
|
+
"once_cell",
|
766
733
|
"portable-atomic",
|
767
734
|
"pyo3-build-config",
|
768
735
|
"pyo3-ffi",
|
@@ -772,9 +739,9 @@ dependencies = [
|
|
772
739
|
|
773
740
|
[[package]]
|
774
741
|
name = "pyo3-build-config"
|
775
|
-
version = "0.
|
742
|
+
version = "0.22.3"
|
776
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
777
|
-
checksum = "
|
744
|
+
checksum = "e61cef80755fe9e46bb8a0b8f20752ca7676dcc07a5277d8b7768c6172e529b3"
|
778
745
|
dependencies = [
|
779
746
|
"once_cell",
|
780
747
|
"target-lexicon",
|
@@ -782,9 +749,9 @@ dependencies = [
|
|
782
749
|
|
783
750
|
[[package]]
|
784
751
|
name = "pyo3-ffi"
|
785
|
-
version = "0.
|
752
|
+
version = "0.22.3"
|
786
753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
787
|
-
checksum = "
|
754
|
+
checksum = "67ce096073ec5405f5ee2b8b31f03a68e02aa10d5d4f565eca04acc41931fa1c"
|
788
755
|
dependencies = [
|
789
756
|
"libc",
|
790
757
|
"pyo3-build-config",
|
@@ -792,9 +759,9 @@ dependencies = [
|
|
792
759
|
|
793
760
|
[[package]]
|
794
761
|
name = "pyo3-macros"
|
795
|
-
version = "0.
|
762
|
+
version = "0.22.3"
|
796
763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
797
|
-
checksum = "
|
764
|
+
checksum = "2440c6d12bc8f3ae39f1e775266fa5122fd0c8891ce7520fa6048e683ad3de28"
|
798
765
|
dependencies = [
|
799
766
|
"proc-macro2",
|
800
767
|
"pyo3-macros-backend",
|
@@ -804,9 +771,9 @@ dependencies = [
|
|
804
771
|
|
805
772
|
[[package]]
|
806
773
|
name = "pyo3-macros-backend"
|
807
|
-
version = "0.
|
774
|
+
version = "0.22.3"
|
808
775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
809
|
-
checksum = "
|
776
|
+
checksum = "1be962f0e06da8f8465729ea2cb71a416d2257dff56cbe40a70d3e62a93ae5d1"
|
810
777
|
dependencies = [
|
811
778
|
"heck",
|
812
779
|
"proc-macro2",
|
@@ -817,27 +784,18 @@ dependencies = [
|
|
817
784
|
|
818
785
|
[[package]]
|
819
786
|
name = "quote"
|
820
|
-
version = "1.0.
|
787
|
+
version = "1.0.37"
|
821
788
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
822
|
-
checksum = "
|
789
|
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
823
790
|
dependencies = [
|
824
791
|
"proc-macro2",
|
825
792
|
]
|
826
793
|
|
827
|
-
[[package]]
|
828
|
-
name = "redox_syscall"
|
829
|
-
version = "0.4.1"
|
830
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
831
|
-
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
832
|
-
dependencies = [
|
833
|
-
"bitflags 1.3.2",
|
834
|
-
]
|
835
|
-
|
836
794
|
[[package]]
|
837
795
|
name = "regex"
|
838
|
-
version = "1.10.
|
796
|
+
version = "1.10.6"
|
839
797
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
840
|
-
checksum = "
|
798
|
+
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
841
799
|
dependencies = [
|
842
800
|
"aho-corasick",
|
843
801
|
"memchr",
|
@@ -847,9 +805,9 @@ dependencies = [
|
|
847
805
|
|
848
806
|
[[package]]
|
849
807
|
name = "regex-automata"
|
850
|
-
version = "0.4.
|
808
|
+
version = "0.4.7"
|
851
809
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
852
|
-
checksum = "
|
810
|
+
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
853
811
|
dependencies = [
|
854
812
|
"aho-corasick",
|
855
813
|
"memchr",
|
@@ -858,51 +816,45 @@ dependencies = [
|
|
858
816
|
|
859
817
|
[[package]]
|
860
818
|
name = "regex-syntax"
|
861
|
-
version = "0.8.
|
819
|
+
version = "0.8.4"
|
862
820
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
863
|
-
checksum = "
|
821
|
+
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
864
822
|
|
865
823
|
[[package]]
|
866
824
|
name = "rustc_version"
|
867
|
-
version = "0.4.
|
825
|
+
version = "0.4.1"
|
868
826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
869
|
-
checksum = "
|
827
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
870
828
|
dependencies = [
|
871
829
|
"semver",
|
872
830
|
]
|
873
831
|
|
874
832
|
[[package]]
|
875
833
|
name = "ryu"
|
876
|
-
version = "1.0.
|
877
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
878
|
-
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
879
|
-
|
880
|
-
[[package]]
|
881
|
-
name = "scopeguard"
|
882
|
-
version = "1.2.0"
|
834
|
+
version = "1.0.18"
|
883
835
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
884
|
-
checksum = "
|
836
|
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
885
837
|
|
886
838
|
[[package]]
|
887
839
|
name = "semver"
|
888
|
-
version = "1.0.
|
840
|
+
version = "1.0.23"
|
889
841
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
890
|
-
checksum = "
|
842
|
+
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
891
843
|
|
892
844
|
[[package]]
|
893
845
|
name = "serde"
|
894
|
-
version = "1.0.
|
846
|
+
version = "1.0.210"
|
895
847
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
896
|
-
checksum = "
|
848
|
+
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
897
849
|
dependencies = [
|
898
850
|
"serde_derive",
|
899
851
|
]
|
900
852
|
|
901
853
|
[[package]]
|
902
854
|
name = "serde_derive"
|
903
|
-
version = "1.0.
|
855
|
+
version = "1.0.210"
|
904
856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
905
|
-
checksum = "
|
857
|
+
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
906
858
|
dependencies = [
|
907
859
|
"proc-macro2",
|
908
860
|
"quote",
|
@@ -911,20 +863,21 @@ dependencies = [
|
|
911
863
|
|
912
864
|
[[package]]
|
913
865
|
name = "serde_json"
|
914
|
-
version = "1.0.
|
866
|
+
version = "1.0.128"
|
915
867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
-
checksum = "
|
868
|
+
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
917
869
|
dependencies = [
|
918
870
|
"itoa",
|
871
|
+
"memchr",
|
919
872
|
"ryu",
|
920
873
|
"serde",
|
921
874
|
]
|
922
875
|
|
923
876
|
[[package]]
|
924
|
-
name = "
|
925
|
-
version = "1.
|
877
|
+
name = "shlex"
|
878
|
+
version = "1.3.0"
|
926
879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
927
|
-
checksum = "
|
880
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
928
881
|
|
929
882
|
[[package]]
|
930
883
|
name = "static_assertions"
|
@@ -934,9 +887,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
934
887
|
|
935
888
|
[[package]]
|
936
889
|
name = "syn"
|
937
|
-
version = "2.0.
|
890
|
+
version = "2.0.77"
|
938
891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
939
|
-
checksum = "
|
892
|
+
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
940
893
|
dependencies = [
|
941
894
|
"proc-macro2",
|
942
895
|
"quote",
|
@@ -945,24 +898,24 @@ dependencies = [
|
|
945
898
|
|
946
899
|
[[package]]
|
947
900
|
name = "target-lexicon"
|
948
|
-
version = "0.12.
|
901
|
+
version = "0.12.16"
|
949
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
950
|
-
checksum = "
|
903
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
951
904
|
|
952
905
|
[[package]]
|
953
906
|
name = "thiserror"
|
954
|
-
version = "1.0.
|
907
|
+
version = "1.0.64"
|
955
908
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
956
|
-
checksum = "
|
909
|
+
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
957
910
|
dependencies = [
|
958
911
|
"thiserror-impl",
|
959
912
|
]
|
960
913
|
|
961
914
|
[[package]]
|
962
915
|
name = "thiserror-impl"
|
963
|
-
version = "1.0.
|
916
|
+
version = "1.0.64"
|
964
917
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
965
|
-
checksum = "
|
918
|
+
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
966
919
|
dependencies = [
|
967
920
|
"proc-macro2",
|
968
921
|
"quote",
|
@@ -980,9 +933,9 @@ dependencies = [
|
|
980
933
|
|
981
934
|
[[package]]
|
982
935
|
name = "unicode-ident"
|
983
|
-
version = "1.0.
|
936
|
+
version = "1.0.13"
|
984
937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
985
|
-
checksum = "
|
938
|
+
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
986
939
|
|
987
940
|
[[package]]
|
988
941
|
name = "unindent"
|
@@ -992,9 +945,9 @@ checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
|
992
945
|
|
993
946
|
[[package]]
|
994
947
|
name = "version_check"
|
995
|
-
version = "0.9.
|
948
|
+
version = "0.9.5"
|
996
949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
997
|
-
checksum = "
|
950
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
998
951
|
|
999
952
|
[[package]]
|
1000
953
|
name = "wasi"
|
@@ -1004,19 +957,20 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
1004
957
|
|
1005
958
|
[[package]]
|
1006
959
|
name = "wasm-bindgen"
|
1007
|
-
version = "0.2.
|
960
|
+
version = "0.2.93"
|
1008
961
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009
|
-
checksum = "
|
962
|
+
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
1010
963
|
dependencies = [
|
1011
964
|
"cfg-if",
|
965
|
+
"once_cell",
|
1012
966
|
"wasm-bindgen-macro",
|
1013
967
|
]
|
1014
968
|
|
1015
969
|
[[package]]
|
1016
970
|
name = "wasm-bindgen-backend"
|
1017
|
-
version = "0.2.
|
971
|
+
version = "0.2.93"
|
1018
972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1019
|
-
checksum = "
|
973
|
+
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
1020
974
|
dependencies = [
|
1021
975
|
"bumpalo",
|
1022
976
|
"log",
|
@@ -1029,9 +983,9 @@ dependencies = [
|
|
1029
983
|
|
1030
984
|
[[package]]
|
1031
985
|
name = "wasm-bindgen-macro"
|
1032
|
-
version = "0.2.
|
986
|
+
version = "0.2.93"
|
1033
987
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1034
|
-
checksum = "
|
988
|
+
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
1035
989
|
dependencies = [
|
1036
990
|
"quote",
|
1037
991
|
"wasm-bindgen-macro-support",
|
@@ -1039,9 +993,9 @@ dependencies = [
|
|
1039
993
|
|
1040
994
|
[[package]]
|
1041
995
|
name = "wasm-bindgen-macro-support"
|
1042
|
-
version = "0.2.
|
996
|
+
version = "0.2.93"
|
1043
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1044
|
-
checksum = "
|
998
|
+
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
1045
999
|
dependencies = [
|
1046
1000
|
"proc-macro2",
|
1047
1001
|
"quote",
|
@@ -1052,9 +1006,9 @@ dependencies = [
|
|
1052
1006
|
|
1053
1007
|
[[package]]
|
1054
1008
|
name = "wasm-bindgen-shared"
|
1055
|
-
version = "0.2.
|
1009
|
+
version = "0.2.93"
|
1056
1010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1057
|
-
checksum = "
|
1011
|
+
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
1058
1012
|
|
1059
1013
|
[[package]]
|
1060
1014
|
name = "windows-core"
|
@@ -1062,137 +1016,87 @@ version = "0.52.0"
|
|
1062
1016
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1063
1017
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
1064
1018
|
dependencies = [
|
1065
|
-
"windows-targets
|
1066
|
-
]
|
1067
|
-
|
1068
|
-
[[package]]
|
1069
|
-
name = "windows-targets"
|
1070
|
-
version = "0.48.5"
|
1071
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1072
|
-
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
1073
|
-
dependencies = [
|
1074
|
-
"windows_aarch64_gnullvm 0.48.5",
|
1075
|
-
"windows_aarch64_msvc 0.48.5",
|
1076
|
-
"windows_i686_gnu 0.48.5",
|
1077
|
-
"windows_i686_msvc 0.48.5",
|
1078
|
-
"windows_x86_64_gnu 0.48.5",
|
1079
|
-
"windows_x86_64_gnullvm 0.48.5",
|
1080
|
-
"windows_x86_64_msvc 0.48.5",
|
1019
|
+
"windows-targets",
|
1081
1020
|
]
|
1082
1021
|
|
1083
1022
|
[[package]]
|
1084
1023
|
name = "windows-targets"
|
1085
|
-
version = "0.52.
|
1024
|
+
version = "0.52.6"
|
1086
1025
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1087
|
-
checksum = "
|
1026
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1088
1027
|
dependencies = [
|
1089
|
-
"windows_aarch64_gnullvm
|
1090
|
-
"windows_aarch64_msvc
|
1091
|
-
"windows_i686_gnu
|
1092
|
-
"
|
1093
|
-
"
|
1094
|
-
"
|
1095
|
-
"
|
1028
|
+
"windows_aarch64_gnullvm",
|
1029
|
+
"windows_aarch64_msvc",
|
1030
|
+
"windows_i686_gnu",
|
1031
|
+
"windows_i686_gnullvm",
|
1032
|
+
"windows_i686_msvc",
|
1033
|
+
"windows_x86_64_gnu",
|
1034
|
+
"windows_x86_64_gnullvm",
|
1035
|
+
"windows_x86_64_msvc",
|
1096
1036
|
]
|
1097
1037
|
|
1098
1038
|
[[package]]
|
1099
1039
|
name = "windows_aarch64_gnullvm"
|
1100
|
-
version = "0.
|
1101
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1102
|
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1103
|
-
|
1104
|
-
[[package]]
|
1105
|
-
name = "windows_aarch64_gnullvm"
|
1106
|
-
version = "0.52.4"
|
1040
|
+
version = "0.52.6"
|
1107
1041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1108
|
-
checksum = "
|
1042
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1109
1043
|
|
1110
1044
|
[[package]]
|
1111
1045
|
name = "windows_aarch64_msvc"
|
1112
|
-
version = "0.
|
1046
|
+
version = "0.52.6"
|
1113
1047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1114
|
-
checksum = "
|
1115
|
-
|
1116
|
-
[[package]]
|
1117
|
-
name = "windows_aarch64_msvc"
|
1118
|
-
version = "0.52.4"
|
1119
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1120
|
-
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
1121
|
-
|
1122
|
-
[[package]]
|
1123
|
-
name = "windows_i686_gnu"
|
1124
|
-
version = "0.48.5"
|
1125
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1126
|
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1048
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1127
1049
|
|
1128
1050
|
[[package]]
|
1129
1051
|
name = "windows_i686_gnu"
|
1130
|
-
version = "0.52.
|
1052
|
+
version = "0.52.6"
|
1131
1053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1132
|
-
checksum = "
|
1054
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1133
1055
|
|
1134
1056
|
[[package]]
|
1135
|
-
name = "
|
1136
|
-
version = "0.
|
1057
|
+
name = "windows_i686_gnullvm"
|
1058
|
+
version = "0.52.6"
|
1137
1059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138
|
-
checksum = "
|
1060
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1139
1061
|
|
1140
1062
|
[[package]]
|
1141
1063
|
name = "windows_i686_msvc"
|
1142
|
-
version = "0.52.
|
1064
|
+
version = "0.52.6"
|
1143
1065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1144
|
-
checksum = "
|
1066
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1145
1067
|
|
1146
1068
|
[[package]]
|
1147
1069
|
name = "windows_x86_64_gnu"
|
1148
|
-
version = "0.
|
1070
|
+
version = "0.52.6"
|
1149
1071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1150
|
-
checksum = "
|
1151
|
-
|
1152
|
-
[[package]]
|
1153
|
-
name = "windows_x86_64_gnu"
|
1154
|
-
version = "0.52.4"
|
1155
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156
|
-
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
1157
|
-
|
1158
|
-
[[package]]
|
1159
|
-
name = "windows_x86_64_gnullvm"
|
1160
|
-
version = "0.48.5"
|
1161
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1162
|
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1072
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1163
1073
|
|
1164
1074
|
[[package]]
|
1165
1075
|
name = "windows_x86_64_gnullvm"
|
1166
|
-
version = "0.52.
|
1167
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168
|
-
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
1169
|
-
|
1170
|
-
[[package]]
|
1171
|
-
name = "windows_x86_64_msvc"
|
1172
|
-
version = "0.48.5"
|
1076
|
+
version = "0.52.6"
|
1173
1077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1174
|
-
checksum = "
|
1078
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1175
1079
|
|
1176
1080
|
[[package]]
|
1177
1081
|
name = "windows_x86_64_msvc"
|
1178
|
-
version = "0.52.
|
1082
|
+
version = "0.52.6"
|
1179
1083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1180
|
-
checksum = "
|
1084
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1181
1085
|
|
1182
1086
|
[[package]]
|
1183
1087
|
name = "zerocopy"
|
1184
|
-
version = "0.7.
|
1088
|
+
version = "0.7.35"
|
1185
1089
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186
|
-
checksum = "
|
1090
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
1187
1091
|
dependencies = [
|
1188
1092
|
"zerocopy-derive",
|
1189
1093
|
]
|
1190
1094
|
|
1191
1095
|
[[package]]
|
1192
1096
|
name = "zerocopy-derive"
|
1193
|
-
version = "0.7.
|
1097
|
+
version = "0.7.35"
|
1194
1098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195
|
-
checksum = "
|
1099
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
1196
1100
|
dependencies = [
|
1197
1101
|
"proc-macro2",
|
1198
1102
|
"quote",
|