parquet 0.5.7 → 0.5.8
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.
- checksums.yaml +4 -4
- data/Cargo.lock +277 -169
- data/ext/parquet/Cargo.toml +3 -3
- data/ext/parquet/src/types/record_types.rs +18 -1
- data/lib/parquet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c01534e1b898294b050175a11a0f4ca09ca088c24b6f496e470185427c855ff4
|
4
|
+
data.tar.gz: 0d9888f96914433267bce8406fdf9064e7bcf94c8840c82ca980385798ac1203
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 011b1d7425843ee32fb7494825f5d32f3d7be2d06082c639622ac8b00865b3ea5f13057c03024690b14950c235b0882d1ae1a7dbd0c00756f32f099ed8c64289
|
7
|
+
data.tar.gz: 5ff4cd63dc21844a68a26bd2ae5e428b64abf6a8165de314ddc674af27b5e18e3d4303d02ba1c2631cb35498a93d2466e99aae0d267e8000380ef26105f10310
|
data/Cargo.lock
CHANGED
@@ -10,16 +10,16 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "ahash"
|
13
|
-
version = "0.8.
|
13
|
+
version = "0.8.12"
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
-
checksum = "
|
15
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
16
16
|
dependencies = [
|
17
17
|
"cfg-if",
|
18
18
|
"const-random",
|
19
|
-
"getrandom 0.
|
19
|
+
"getrandom 0.3.3",
|
20
20
|
"once_cell",
|
21
21
|
"version_check",
|
22
|
-
"zerocopy
|
22
|
+
"zerocopy",
|
23
23
|
]
|
24
24
|
|
25
25
|
[[package]]
|
@@ -64,7 +64,7 @@ dependencies = [
|
|
64
64
|
[[package]]
|
65
65
|
name = "arrow-array"
|
66
66
|
version = "55.1.0"
|
67
|
-
source = "git+https://github.com/
|
67
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
68
68
|
dependencies = [
|
69
69
|
"ahash",
|
70
70
|
"arrow-buffer",
|
@@ -79,7 +79,7 @@ dependencies = [
|
|
79
79
|
[[package]]
|
80
80
|
name = "arrow-buffer"
|
81
81
|
version = "55.1.0"
|
82
|
-
source = "git+https://github.com/
|
82
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
83
83
|
dependencies = [
|
84
84
|
"bytes",
|
85
85
|
"half",
|
@@ -89,7 +89,7 @@ dependencies = [
|
|
89
89
|
[[package]]
|
90
90
|
name = "arrow-cast"
|
91
91
|
version = "55.1.0"
|
92
|
-
source = "git+https://github.com/
|
92
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
93
93
|
dependencies = [
|
94
94
|
"arrow-array",
|
95
95
|
"arrow-buffer",
|
@@ -108,7 +108,7 @@ dependencies = [
|
|
108
108
|
[[package]]
|
109
109
|
name = "arrow-data"
|
110
110
|
version = "55.1.0"
|
111
|
-
source = "git+https://github.com/
|
111
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
112
112
|
dependencies = [
|
113
113
|
"arrow-buffer",
|
114
114
|
"arrow-schema",
|
@@ -119,7 +119,7 @@ dependencies = [
|
|
119
119
|
[[package]]
|
120
120
|
name = "arrow-ipc"
|
121
121
|
version = "55.1.0"
|
122
|
-
source = "git+https://github.com/
|
122
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
123
123
|
dependencies = [
|
124
124
|
"arrow-array",
|
125
125
|
"arrow-buffer",
|
@@ -131,12 +131,12 @@ dependencies = [
|
|
131
131
|
[[package]]
|
132
132
|
name = "arrow-schema"
|
133
133
|
version = "55.1.0"
|
134
|
-
source = "git+https://github.com/
|
134
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
135
135
|
|
136
136
|
[[package]]
|
137
137
|
name = "arrow-select"
|
138
138
|
version = "55.1.0"
|
139
|
-
source = "git+https://github.com/
|
139
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
140
140
|
dependencies = [
|
141
141
|
"ahash",
|
142
142
|
"arrow-array",
|
@@ -189,9 +189,9 @@ dependencies = [
|
|
189
189
|
|
190
190
|
[[package]]
|
191
191
|
name = "bitflags"
|
192
|
-
version = "2.
|
192
|
+
version = "2.9.1"
|
193
193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
194
|
-
checksum = "
|
194
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
195
195
|
|
196
196
|
[[package]]
|
197
197
|
name = "brotli"
|
@@ -228,15 +228,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
228
228
|
|
229
229
|
[[package]]
|
230
230
|
name = "bytes"
|
231
|
-
version = "1.10.
|
231
|
+
version = "1.10.1"
|
232
232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
233
|
-
checksum = "
|
233
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
234
234
|
|
235
235
|
[[package]]
|
236
236
|
name = "cc"
|
237
|
-
version = "1.2.
|
237
|
+
version = "1.2.24"
|
238
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "
|
239
|
+
checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
|
240
240
|
dependencies = [
|
241
241
|
"jobserver",
|
242
242
|
"libc",
|
@@ -260,9 +260,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
260
260
|
|
261
261
|
[[package]]
|
262
262
|
name = "chrono"
|
263
|
-
version = "0.4.
|
263
|
+
version = "0.4.41"
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
265
|
-
checksum = "
|
265
|
+
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
266
266
|
dependencies = [
|
267
267
|
"android-tzdata",
|
268
268
|
"iana-time-zone",
|
@@ -296,7 +296,7 @@ version = "0.1.16"
|
|
296
296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
297
297
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
298
298
|
dependencies = [
|
299
|
-
"getrandom 0.2.
|
299
|
+
"getrandom 0.2.16",
|
300
300
|
"once_cell",
|
301
301
|
"tiny-keccak",
|
302
302
|
]
|
@@ -324,15 +324,15 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
|
324
324
|
|
325
325
|
[[package]]
|
326
326
|
name = "either"
|
327
|
-
version = "1.
|
327
|
+
version = "1.15.0"
|
328
328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
329
|
-
checksum = "
|
329
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
330
330
|
|
331
331
|
[[package]]
|
332
332
|
name = "errno"
|
333
|
-
version = "0.3.
|
333
|
+
version = "0.3.12"
|
334
334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
335
|
-
checksum = "
|
335
|
+
checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
|
336
336
|
dependencies = [
|
337
337
|
"libc",
|
338
338
|
"windows-sys",
|
@@ -356,9 +356,9 @@ dependencies = [
|
|
356
356
|
|
357
357
|
[[package]]
|
358
358
|
name = "flate2"
|
359
|
-
version = "1.1.
|
359
|
+
version = "1.1.1"
|
360
360
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
361
|
-
checksum = "
|
361
|
+
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
362
362
|
dependencies = [
|
363
363
|
"crc32fast",
|
364
364
|
"libz-rs-sys",
|
@@ -367,9 +367,9 @@ dependencies = [
|
|
367
367
|
|
368
368
|
[[package]]
|
369
369
|
name = "getrandom"
|
370
|
-
version = "0.2.
|
370
|
+
version = "0.2.16"
|
371
371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
372
|
-
checksum = "
|
372
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
373
373
|
dependencies = [
|
374
374
|
"cfg-if",
|
375
375
|
"libc",
|
@@ -378,14 +378,14 @@ dependencies = [
|
|
378
378
|
|
379
379
|
[[package]]
|
380
380
|
name = "getrandom"
|
381
|
-
version = "0.3.
|
381
|
+
version = "0.3.3"
|
382
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
383
|
-
checksum = "
|
383
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
384
384
|
dependencies = [
|
385
385
|
"cfg-if",
|
386
386
|
"libc",
|
387
|
-
"
|
388
|
-
"
|
387
|
+
"r-efi",
|
388
|
+
"wasi 0.14.2+wasi-0.2.4",
|
389
389
|
]
|
390
390
|
|
391
391
|
[[package]]
|
@@ -396,9 +396,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
396
396
|
|
397
397
|
[[package]]
|
398
398
|
name = "half"
|
399
|
-
version = "2.
|
399
|
+
version = "2.6.0"
|
400
400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
401
|
-
checksum = "
|
401
|
+
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
402
402
|
dependencies = [
|
403
403
|
"cfg-if",
|
404
404
|
"crunchy",
|
@@ -407,20 +407,21 @@ dependencies = [
|
|
407
407
|
|
408
408
|
[[package]]
|
409
409
|
name = "hashbrown"
|
410
|
-
version = "0.15.
|
410
|
+
version = "0.15.3"
|
411
411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
412
|
-
checksum = "
|
412
|
+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
413
413
|
|
414
414
|
[[package]]
|
415
415
|
name = "iana-time-zone"
|
416
|
-
version = "0.1.
|
416
|
+
version = "0.1.63"
|
417
417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
418
|
-
checksum = "
|
418
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
419
419
|
dependencies = [
|
420
420
|
"android_system_properties",
|
421
421
|
"core-foundation-sys",
|
422
422
|
"iana-time-zone-haiku",
|
423
423
|
"js-sys",
|
424
|
+
"log",
|
424
425
|
"wasm-bindgen",
|
425
426
|
"windows-core",
|
426
427
|
]
|
@@ -460,9 +461,9 @@ dependencies = [
|
|
460
461
|
|
461
462
|
[[package]]
|
462
463
|
name = "itoa"
|
463
|
-
version = "1.0.
|
464
|
+
version = "1.0.15"
|
464
465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
465
|
-
checksum = "
|
466
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
466
467
|
|
467
468
|
[[package]]
|
468
469
|
name = "jemalloc-sys"
|
@@ -486,10 +487,11 @@ dependencies = [
|
|
486
487
|
|
487
488
|
[[package]]
|
488
489
|
name = "jiff"
|
489
|
-
version = "0.2.
|
490
|
+
version = "0.2.14"
|
490
491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
491
|
-
checksum = "
|
492
|
+
checksum = "a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93"
|
492
493
|
dependencies = [
|
494
|
+
"jiff-static",
|
493
495
|
"jiff-tzdb-platform",
|
494
496
|
"log",
|
495
497
|
"portable-atomic",
|
@@ -498,27 +500,39 @@ dependencies = [
|
|
498
500
|
"windows-sys",
|
499
501
|
]
|
500
502
|
|
503
|
+
[[package]]
|
504
|
+
name = "jiff-static"
|
505
|
+
version = "0.2.14"
|
506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
507
|
+
checksum = "6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442"
|
508
|
+
dependencies = [
|
509
|
+
"proc-macro2",
|
510
|
+
"quote",
|
511
|
+
"syn",
|
512
|
+
]
|
513
|
+
|
501
514
|
[[package]]
|
502
515
|
name = "jiff-tzdb"
|
503
|
-
version = "0.1.
|
516
|
+
version = "0.1.4"
|
504
517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
505
|
-
checksum = "
|
518
|
+
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
|
506
519
|
|
507
520
|
[[package]]
|
508
521
|
name = "jiff-tzdb-platform"
|
509
|
-
version = "0.1.
|
522
|
+
version = "0.1.3"
|
510
523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
511
|
-
checksum = "
|
524
|
+
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
|
512
525
|
dependencies = [
|
513
526
|
"jiff-tzdb",
|
514
527
|
]
|
515
528
|
|
516
529
|
[[package]]
|
517
530
|
name = "jobserver"
|
518
|
-
version = "0.1.
|
531
|
+
version = "0.1.33"
|
519
532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
520
|
-
checksum = "
|
533
|
+
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
521
534
|
dependencies = [
|
535
|
+
"getrandom 0.3.3",
|
522
536
|
"libc",
|
523
537
|
]
|
524
538
|
|
@@ -610,31 +624,31 @@ dependencies = [
|
|
610
624
|
|
611
625
|
[[package]]
|
612
626
|
name = "libc"
|
613
|
-
version = "0.2.
|
627
|
+
version = "0.2.172"
|
614
628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
615
|
-
checksum = "
|
629
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
616
630
|
|
617
631
|
[[package]]
|
618
632
|
name = "libloading"
|
619
|
-
version = "0.8.
|
633
|
+
version = "0.8.7"
|
620
634
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
621
|
-
checksum = "
|
635
|
+
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
622
636
|
dependencies = [
|
623
637
|
"cfg-if",
|
624
|
-
"windows-targets",
|
638
|
+
"windows-targets 0.53.0",
|
625
639
|
]
|
626
640
|
|
627
641
|
[[package]]
|
628
642
|
name = "libm"
|
629
|
-
version = "0.2.
|
643
|
+
version = "0.2.15"
|
630
644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
631
|
-
checksum = "
|
645
|
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
632
646
|
|
633
647
|
[[package]]
|
634
648
|
name = "libmimalloc-sys"
|
635
|
-
version = "0.1.
|
649
|
+
version = "0.1.42"
|
636
650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
637
|
-
checksum = "
|
651
|
+
checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
|
638
652
|
dependencies = [
|
639
653
|
"cc",
|
640
654
|
"libc",
|
@@ -642,24 +656,24 @@ dependencies = [
|
|
642
656
|
|
643
657
|
[[package]]
|
644
658
|
name = "libz-rs-sys"
|
645
|
-
version = "0.
|
659
|
+
version = "0.5.0"
|
646
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
647
|
-
checksum = "
|
661
|
+
checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
|
648
662
|
dependencies = [
|
649
663
|
"zlib-rs",
|
650
664
|
]
|
651
665
|
|
652
666
|
[[package]]
|
653
667
|
name = "linux-raw-sys"
|
654
|
-
version = "0.4
|
668
|
+
version = "0.9.4"
|
655
669
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656
|
-
checksum = "
|
670
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
657
671
|
|
658
672
|
[[package]]
|
659
673
|
name = "log"
|
660
|
-
version = "0.4.
|
674
|
+
version = "0.4.27"
|
661
675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
662
|
-
checksum = "
|
676
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
663
677
|
|
664
678
|
[[package]]
|
665
679
|
name = "lz4_flex"
|
@@ -701,9 +715,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
701
715
|
|
702
716
|
[[package]]
|
703
717
|
name = "mimalloc"
|
704
|
-
version = "0.1.
|
718
|
+
version = "0.1.46"
|
705
719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
706
|
-
checksum = "
|
720
|
+
checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
|
707
721
|
dependencies = [
|
708
722
|
"libmimalloc-sys",
|
709
723
|
]
|
@@ -716,9 +730,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
716
730
|
|
717
731
|
[[package]]
|
718
732
|
name = "miniz_oxide"
|
719
|
-
version = "0.8.
|
733
|
+
version = "0.8.8"
|
720
734
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
721
|
-
checksum = "
|
735
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
722
736
|
dependencies = [
|
723
737
|
"adler2",
|
724
738
|
]
|
@@ -809,9 +823,9 @@ dependencies = [
|
|
809
823
|
|
810
824
|
[[package]]
|
811
825
|
name = "once_cell"
|
812
|
-
version = "1.
|
826
|
+
version = "1.21.3"
|
813
827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
814
|
-
checksum = "
|
828
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
815
829
|
|
816
830
|
[[package]]
|
817
831
|
name = "ordered-float"
|
@@ -850,7 +864,7 @@ dependencies = [
|
|
850
864
|
[[package]]
|
851
865
|
name = "parquet"
|
852
866
|
version = "55.1.0"
|
853
|
-
source = "git+https://github.com/
|
867
|
+
source = "git+https://github.com/njaremko/arrow-rs?branch=nathan%2Ffix-time#a6a93f401a9a2aba72aa362822b50068f67ded42"
|
854
868
|
dependencies = [
|
855
869
|
"ahash",
|
856
870
|
"arrow-array",
|
@@ -888,9 +902,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
888
902
|
|
889
903
|
[[package]]
|
890
904
|
name = "pkg-config"
|
891
|
-
version = "0.3.
|
905
|
+
version = "0.3.32"
|
892
906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893
|
-
checksum = "
|
907
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
894
908
|
|
895
909
|
[[package]]
|
896
910
|
name = "portable-atomic"
|
@@ -909,40 +923,45 @@ dependencies = [
|
|
909
923
|
|
910
924
|
[[package]]
|
911
925
|
name = "ppv-lite86"
|
912
|
-
version = "0.2.
|
926
|
+
version = "0.2.21"
|
913
927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
914
|
-
checksum = "
|
928
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
915
929
|
dependencies = [
|
916
|
-
"zerocopy
|
930
|
+
"zerocopy",
|
917
931
|
]
|
918
932
|
|
919
933
|
[[package]]
|
920
934
|
name = "proc-macro2"
|
921
|
-
version = "1.0.
|
935
|
+
version = "1.0.95"
|
922
936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
923
|
-
checksum = "
|
937
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
924
938
|
dependencies = [
|
925
939
|
"unicode-ident",
|
926
940
|
]
|
927
941
|
|
928
942
|
[[package]]
|
929
943
|
name = "quote"
|
930
|
-
version = "1.0.
|
944
|
+
version = "1.0.40"
|
931
945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
932
|
-
checksum = "
|
946
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
933
947
|
dependencies = [
|
934
948
|
"proc-macro2",
|
935
949
|
]
|
936
950
|
|
951
|
+
[[package]]
|
952
|
+
name = "r-efi"
|
953
|
+
version = "5.2.0"
|
954
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
955
|
+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
956
|
+
|
937
957
|
[[package]]
|
938
958
|
name = "rand"
|
939
|
-
version = "0.9.
|
959
|
+
version = "0.9.1"
|
940
960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
941
|
-
checksum = "
|
961
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
942
962
|
dependencies = [
|
943
963
|
"rand_chacha",
|
944
964
|
"rand_core",
|
945
|
-
"zerocopy 0.8.20",
|
946
965
|
]
|
947
966
|
|
948
967
|
[[package]]
|
@@ -957,28 +976,27 @@ dependencies = [
|
|
957
976
|
|
958
977
|
[[package]]
|
959
978
|
name = "rand_core"
|
960
|
-
version = "0.9.
|
979
|
+
version = "0.9.3"
|
961
980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
962
|
-
checksum = "
|
981
|
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
963
982
|
dependencies = [
|
964
|
-
"getrandom 0.3.
|
965
|
-
"zerocopy 0.8.20",
|
983
|
+
"getrandom 0.3.3",
|
966
984
|
]
|
967
985
|
|
968
986
|
[[package]]
|
969
987
|
name = "rb-sys"
|
970
|
-
version = "0.9.
|
988
|
+
version = "0.9.115"
|
971
989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
972
|
-
checksum = "
|
990
|
+
checksum = "99ca6726be0eca74687047fed7dcbc2d509571f3962e190c343ac1eb40e482b3"
|
973
991
|
dependencies = [
|
974
992
|
"rb-sys-build",
|
975
993
|
]
|
976
994
|
|
977
995
|
[[package]]
|
978
996
|
name = "rb-sys-build"
|
979
|
-
version = "0.9.
|
997
|
+
version = "0.9.115"
|
980
998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
981
|
-
checksum = "
|
999
|
+
checksum = "9f2390cfc87b7513656656faad6567291e581542d3ec41dd0a2bf381896e0880"
|
982
1000
|
dependencies = [
|
983
1001
|
"bindgen",
|
984
1002
|
"lazy_static",
|
@@ -1047,9 +1065,9 @@ dependencies = [
|
|
1047
1065
|
|
1048
1066
|
[[package]]
|
1049
1067
|
name = "rustix"
|
1050
|
-
version = "0.
|
1068
|
+
version = "1.0.7"
|
1051
1069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1052
|
-
checksum = "
|
1070
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
1053
1071
|
dependencies = [
|
1054
1072
|
"bitflags",
|
1055
1073
|
"errno",
|
@@ -1060,42 +1078,42 @@ dependencies = [
|
|
1060
1078
|
|
1061
1079
|
[[package]]
|
1062
1080
|
name = "rustversion"
|
1063
|
-
version = "1.0.
|
1081
|
+
version = "1.0.21"
|
1064
1082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1065
|
-
checksum = "
|
1083
|
+
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
1066
1084
|
|
1067
1085
|
[[package]]
|
1068
1086
|
name = "ryu"
|
1069
|
-
version = "1.0.
|
1087
|
+
version = "1.0.20"
|
1070
1088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071
|
-
checksum = "
|
1089
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
1072
1090
|
|
1073
1091
|
[[package]]
|
1074
1092
|
name = "semver"
|
1075
|
-
version = "1.0.
|
1093
|
+
version = "1.0.26"
|
1076
1094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1077
|
-
checksum = "
|
1095
|
+
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
1078
1096
|
|
1079
1097
|
[[package]]
|
1080
1098
|
name = "seq-macro"
|
1081
|
-
version = "0.3.
|
1099
|
+
version = "0.3.6"
|
1082
1100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083
|
-
checksum = "
|
1101
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
1084
1102
|
|
1085
1103
|
[[package]]
|
1086
1104
|
name = "serde"
|
1087
|
-
version = "1.0.
|
1105
|
+
version = "1.0.219"
|
1088
1106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1089
|
-
checksum = "
|
1107
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
1090
1108
|
dependencies = [
|
1091
1109
|
"serde_derive",
|
1092
1110
|
]
|
1093
1111
|
|
1094
1112
|
[[package]]
|
1095
1113
|
name = "serde_derive"
|
1096
|
-
version = "1.0.
|
1114
|
+
version = "1.0.219"
|
1097
1115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1098
|
-
checksum = "
|
1116
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
1099
1117
|
dependencies = [
|
1100
1118
|
"proc-macro2",
|
1101
1119
|
"quote",
|
@@ -1104,9 +1122,9 @@ dependencies = [
|
|
1104
1122
|
|
1105
1123
|
[[package]]
|
1106
1124
|
name = "serde_json"
|
1107
|
-
version = "1.0.
|
1125
|
+
version = "1.0.140"
|
1108
1126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109
|
-
checksum = "
|
1127
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
1110
1128
|
dependencies = [
|
1111
1129
|
"itoa",
|
1112
1130
|
"memchr",
|
@@ -1146,9 +1164,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
1146
1164
|
|
1147
1165
|
[[package]]
|
1148
1166
|
name = "syn"
|
1149
|
-
version = "2.0.
|
1167
|
+
version = "2.0.101"
|
1150
1168
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1151
|
-
checksum = "
|
1169
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
1152
1170
|
dependencies = [
|
1153
1171
|
"proc-macro2",
|
1154
1172
|
"quote",
|
@@ -1157,13 +1175,12 @@ dependencies = [
|
|
1157
1175
|
|
1158
1176
|
[[package]]
|
1159
1177
|
name = "tempfile"
|
1160
|
-
version = "3.
|
1178
|
+
version = "3.20.0"
|
1161
1179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1162
|
-
checksum = "
|
1180
|
+
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
1163
1181
|
dependencies = [
|
1164
|
-
"cfg-if",
|
1165
1182
|
"fastrand",
|
1166
|
-
"getrandom 0.3.
|
1183
|
+
"getrandom 0.3.3",
|
1167
1184
|
"once_cell",
|
1168
1185
|
"rustix",
|
1169
1186
|
"windows-sys",
|
@@ -1171,18 +1188,18 @@ dependencies = [
|
|
1171
1188
|
|
1172
1189
|
[[package]]
|
1173
1190
|
name = "thiserror"
|
1174
|
-
version = "2.0.
|
1191
|
+
version = "2.0.12"
|
1175
1192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1176
|
-
checksum = "
|
1193
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
1177
1194
|
dependencies = [
|
1178
1195
|
"thiserror-impl",
|
1179
1196
|
]
|
1180
1197
|
|
1181
1198
|
[[package]]
|
1182
1199
|
name = "thiserror-impl"
|
1183
|
-
version = "2.0.
|
1200
|
+
version = "2.0.12"
|
1184
1201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185
|
-
checksum = "
|
1202
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
1186
1203
|
dependencies = [
|
1187
1204
|
"proc-macro2",
|
1188
1205
|
"quote",
|
@@ -1227,15 +1244,19 @@ checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908"
|
|
1227
1244
|
|
1228
1245
|
[[package]]
|
1229
1246
|
name = "unicode-ident"
|
1230
|
-
version = "1.0.
|
1247
|
+
version = "1.0.18"
|
1231
1248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1232
|
-
checksum = "
|
1249
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
1233
1250
|
|
1234
1251
|
[[package]]
|
1235
1252
|
name = "uuid"
|
1236
|
-
version = "1.
|
1253
|
+
version = "1.17.0"
|
1237
1254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1238
|
-
checksum = "
|
1255
|
+
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
1256
|
+
dependencies = [
|
1257
|
+
"js-sys",
|
1258
|
+
"wasm-bindgen",
|
1259
|
+
]
|
1239
1260
|
|
1240
1261
|
[[package]]
|
1241
1262
|
name = "version_check"
|
@@ -1251,9 +1272,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
1251
1272
|
|
1252
1273
|
[[package]]
|
1253
1274
|
name = "wasi"
|
1254
|
-
version = "0.
|
1275
|
+
version = "0.14.2+wasi-0.2.4"
|
1255
1276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1256
|
-
checksum = "
|
1277
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
1257
1278
|
dependencies = [
|
1258
1279
|
"wit-bindgen-rt",
|
1259
1280
|
]
|
@@ -1318,18 +1339,62 @@ dependencies = [
|
|
1318
1339
|
|
1319
1340
|
[[package]]
|
1320
1341
|
name = "windows-core"
|
1321
|
-
version = "0.
|
1342
|
+
version = "0.61.2"
|
1322
1343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1323
|
-
checksum = "
|
1344
|
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
1324
1345
|
dependencies = [
|
1325
|
-
"windows-
|
1346
|
+
"windows-implement",
|
1347
|
+
"windows-interface",
|
1348
|
+
"windows-link",
|
1349
|
+
"windows-result",
|
1350
|
+
"windows-strings",
|
1351
|
+
]
|
1352
|
+
|
1353
|
+
[[package]]
|
1354
|
+
name = "windows-implement"
|
1355
|
+
version = "0.60.0"
|
1356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1357
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
1358
|
+
dependencies = [
|
1359
|
+
"proc-macro2",
|
1360
|
+
"quote",
|
1361
|
+
"syn",
|
1362
|
+
]
|
1363
|
+
|
1364
|
+
[[package]]
|
1365
|
+
name = "windows-interface"
|
1366
|
+
version = "0.59.1"
|
1367
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1368
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
1369
|
+
dependencies = [
|
1370
|
+
"proc-macro2",
|
1371
|
+
"quote",
|
1372
|
+
"syn",
|
1326
1373
|
]
|
1327
1374
|
|
1328
1375
|
[[package]]
|
1329
1376
|
name = "windows-link"
|
1330
|
-
version = "0.1.
|
1377
|
+
version = "0.1.1"
|
1378
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1379
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
1380
|
+
|
1381
|
+
[[package]]
|
1382
|
+
name = "windows-result"
|
1383
|
+
version = "0.3.4"
|
1331
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1332
|
-
checksum = "
|
1385
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
1386
|
+
dependencies = [
|
1387
|
+
"windows-link",
|
1388
|
+
]
|
1389
|
+
|
1390
|
+
[[package]]
|
1391
|
+
name = "windows-strings"
|
1392
|
+
version = "0.4.2"
|
1393
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1394
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
1395
|
+
dependencies = [
|
1396
|
+
"windows-link",
|
1397
|
+
]
|
1333
1398
|
|
1334
1399
|
[[package]]
|
1335
1400
|
name = "windows-sys"
|
@@ -1337,7 +1402,7 @@ version = "0.59.0"
|
|
1337
1402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1338
1403
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
1339
1404
|
dependencies = [
|
1340
|
-
"windows-targets",
|
1405
|
+
"windows-targets 0.52.6",
|
1341
1406
|
]
|
1342
1407
|
|
1343
1408
|
[[package]]
|
@@ -1346,14 +1411,30 @@ version = "0.52.6"
|
|
1346
1411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1347
1412
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1348
1413
|
dependencies = [
|
1349
|
-
"windows_aarch64_gnullvm",
|
1350
|
-
"windows_aarch64_msvc",
|
1351
|
-
"windows_i686_gnu",
|
1352
|
-
"windows_i686_gnullvm",
|
1353
|
-
"windows_i686_msvc",
|
1354
|
-
"windows_x86_64_gnu",
|
1355
|
-
"windows_x86_64_gnullvm",
|
1356
|
-
"windows_x86_64_msvc",
|
1414
|
+
"windows_aarch64_gnullvm 0.52.6",
|
1415
|
+
"windows_aarch64_msvc 0.52.6",
|
1416
|
+
"windows_i686_gnu 0.52.6",
|
1417
|
+
"windows_i686_gnullvm 0.52.6",
|
1418
|
+
"windows_i686_msvc 0.52.6",
|
1419
|
+
"windows_x86_64_gnu 0.52.6",
|
1420
|
+
"windows_x86_64_gnullvm 0.52.6",
|
1421
|
+
"windows_x86_64_msvc 0.52.6",
|
1422
|
+
]
|
1423
|
+
|
1424
|
+
[[package]]
|
1425
|
+
name = "windows-targets"
|
1426
|
+
version = "0.53.0"
|
1427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1428
|
+
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
1429
|
+
dependencies = [
|
1430
|
+
"windows_aarch64_gnullvm 0.53.0",
|
1431
|
+
"windows_aarch64_msvc 0.53.0",
|
1432
|
+
"windows_i686_gnu 0.53.0",
|
1433
|
+
"windows_i686_gnullvm 0.53.0",
|
1434
|
+
"windows_i686_msvc 0.53.0",
|
1435
|
+
"windows_x86_64_gnu 0.53.0",
|
1436
|
+
"windows_x86_64_gnullvm 0.53.0",
|
1437
|
+
"windows_x86_64_msvc 0.53.0",
|
1357
1438
|
]
|
1358
1439
|
|
1359
1440
|
[[package]]
|
@@ -1362,42 +1443,84 @@ version = "0.52.6"
|
|
1362
1443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1363
1444
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1364
1445
|
|
1446
|
+
[[package]]
|
1447
|
+
name = "windows_aarch64_gnullvm"
|
1448
|
+
version = "0.53.0"
|
1449
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1450
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
1451
|
+
|
1365
1452
|
[[package]]
|
1366
1453
|
name = "windows_aarch64_msvc"
|
1367
1454
|
version = "0.52.6"
|
1368
1455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1369
1456
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1370
1457
|
|
1458
|
+
[[package]]
|
1459
|
+
name = "windows_aarch64_msvc"
|
1460
|
+
version = "0.53.0"
|
1461
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1462
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
1463
|
+
|
1371
1464
|
[[package]]
|
1372
1465
|
name = "windows_i686_gnu"
|
1373
1466
|
version = "0.52.6"
|
1374
1467
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1375
1468
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1376
1469
|
|
1470
|
+
[[package]]
|
1471
|
+
name = "windows_i686_gnu"
|
1472
|
+
version = "0.53.0"
|
1473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1474
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
1475
|
+
|
1377
1476
|
[[package]]
|
1378
1477
|
name = "windows_i686_gnullvm"
|
1379
1478
|
version = "0.52.6"
|
1380
1479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1381
1480
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1382
1481
|
|
1482
|
+
[[package]]
|
1483
|
+
name = "windows_i686_gnullvm"
|
1484
|
+
version = "0.53.0"
|
1485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1486
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
1487
|
+
|
1383
1488
|
[[package]]
|
1384
1489
|
name = "windows_i686_msvc"
|
1385
1490
|
version = "0.52.6"
|
1386
1491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1387
1492
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1388
1493
|
|
1494
|
+
[[package]]
|
1495
|
+
name = "windows_i686_msvc"
|
1496
|
+
version = "0.53.0"
|
1497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1498
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
1499
|
+
|
1389
1500
|
[[package]]
|
1390
1501
|
name = "windows_x86_64_gnu"
|
1391
1502
|
version = "0.52.6"
|
1392
1503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1393
1504
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1394
1505
|
|
1506
|
+
[[package]]
|
1507
|
+
name = "windows_x86_64_gnu"
|
1508
|
+
version = "0.53.0"
|
1509
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1510
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
1511
|
+
|
1395
1512
|
[[package]]
|
1396
1513
|
name = "windows_x86_64_gnullvm"
|
1397
1514
|
version = "0.52.6"
|
1398
1515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1399
1516
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1400
1517
|
|
1518
|
+
[[package]]
|
1519
|
+
name = "windows_x86_64_gnullvm"
|
1520
|
+
version = "0.53.0"
|
1521
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1522
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
1523
|
+
|
1401
1524
|
[[package]]
|
1402
1525
|
name = "windows_x86_64_msvc"
|
1403
1526
|
version = "0.52.6"
|
@@ -1405,49 +1528,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1405
1528
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1406
1529
|
|
1407
1530
|
[[package]]
|
1408
|
-
name = "
|
1409
|
-
version = "0.
|
1531
|
+
name = "windows_x86_64_msvc"
|
1532
|
+
version = "0.53.0"
|
1410
1533
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1411
|
-
checksum = "
|
1412
|
-
dependencies = [
|
1413
|
-
"bitflags",
|
1414
|
-
]
|
1534
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
1415
1535
|
|
1416
1536
|
[[package]]
|
1417
|
-
name = "
|
1418
|
-
version = "0.
|
1537
|
+
name = "wit-bindgen-rt"
|
1538
|
+
version = "0.39.0"
|
1419
1539
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1420
|
-
checksum = "
|
1540
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
1421
1541
|
dependencies = [
|
1422
|
-
"
|
1423
|
-
"zerocopy-derive 0.7.35",
|
1542
|
+
"bitflags",
|
1424
1543
|
]
|
1425
1544
|
|
1426
1545
|
[[package]]
|
1427
1546
|
name = "zerocopy"
|
1428
|
-
version = "0.8.
|
1429
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430
|
-
checksum = "dde3bb8c68a8f3f1ed4ac9221aad6b10cece3e60a8e2ea54a6a2dec806d0084c"
|
1431
|
-
dependencies = [
|
1432
|
-
"zerocopy-derive 0.8.20",
|
1433
|
-
]
|
1434
|
-
|
1435
|
-
[[package]]
|
1436
|
-
name = "zerocopy-derive"
|
1437
|
-
version = "0.7.35"
|
1547
|
+
version = "0.8.25"
|
1438
1548
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1439
|
-
checksum = "
|
1549
|
+
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
1440
1550
|
dependencies = [
|
1441
|
-
"
|
1442
|
-
"quote",
|
1443
|
-
"syn",
|
1551
|
+
"zerocopy-derive",
|
1444
1552
|
]
|
1445
1553
|
|
1446
1554
|
[[package]]
|
1447
1555
|
name = "zerocopy-derive"
|
1448
|
-
version = "0.8.
|
1556
|
+
version = "0.8.25"
|
1449
1557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1450
|
-
checksum = "
|
1558
|
+
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
1451
1559
|
dependencies = [
|
1452
1560
|
"proc-macro2",
|
1453
1561
|
"quote",
|
@@ -1456,9 +1564,9 @@ dependencies = [
|
|
1456
1564
|
|
1457
1565
|
[[package]]
|
1458
1566
|
name = "zlib-rs"
|
1459
|
-
version = "0.
|
1567
|
+
version = "0.5.0"
|
1460
1568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1461
|
-
checksum = "
|
1569
|
+
checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
|
1462
1570
|
|
1463
1571
|
[[package]]
|
1464
1572
|
name = "zstd"
|
@@ -1471,18 +1579,18 @@ dependencies = [
|
|
1471
1579
|
|
1472
1580
|
[[package]]
|
1473
1581
|
name = "zstd-safe"
|
1474
|
-
version = "7.2.
|
1582
|
+
version = "7.2.4"
|
1475
1583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1476
|
-
checksum = "
|
1584
|
+
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
1477
1585
|
dependencies = [
|
1478
1586
|
"zstd-sys",
|
1479
1587
|
]
|
1480
1588
|
|
1481
1589
|
[[package]]
|
1482
1590
|
name = "zstd-sys"
|
1483
|
-
version = "2.0.
|
1591
|
+
version = "2.0.15+zstd.1.5.7"
|
1484
1592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1485
|
-
checksum = "
|
1593
|
+
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
|
1486
1594
|
dependencies = [
|
1487
1595
|
"cc",
|
1488
1596
|
"pkg-config",
|
data/ext/parquet/Cargo.toml
CHANGED
@@ -11,14 +11,14 @@ rb-sys-env = "^0.2"
|
|
11
11
|
|
12
12
|
[dependencies]
|
13
13
|
ahash = "0.8"
|
14
|
-
arrow-array = { git = "https://github.com/
|
15
|
-
arrow-schema = { git = "https://github.com/
|
14
|
+
arrow-array = { git = "https://github.com/njaremko/arrow-rs", branch = "nathan/fix-time" }
|
15
|
+
arrow-schema = { git = "https://github.com/njaremko/arrow-rs", branch = "nathan/fix-time" }
|
16
16
|
bytes = "^1.9"
|
17
17
|
either = "1.9"
|
18
18
|
itertools = "^0.14"
|
19
19
|
jiff = "0.2"
|
20
20
|
magnus = { version = "0.7", features = ["rb-sys"] }
|
21
|
-
parquet = { git = "https://github.com/
|
21
|
+
parquet = { git = "https://github.com/njaremko/arrow-rs", branch = "nathan/fix-time", features = ["json"] }
|
22
22
|
rand = "0.9"
|
23
23
|
rb-sys = "^0.9"
|
24
24
|
simdutf8 = "0.1.5"
|
@@ -205,6 +205,13 @@ impl TryIntoValue for ParquetField {
|
|
205
205
|
let formatted = ts.strftime("%Y-%m-%d").to_string();
|
206
206
|
Ok(formatted.into_value_with(handle))
|
207
207
|
}
|
208
|
+
Field::TimeMillis(ts) => {
|
209
|
+
let ts = jiff::Timestamp::from_millisecond(ts as i64)?;
|
210
|
+
let time_class = handle.class_time();
|
211
|
+
Ok(time_class
|
212
|
+
.funcall::<_, _, Value>("parse", (ts.to_string(),))?
|
213
|
+
.into_value_with(handle))
|
214
|
+
}
|
208
215
|
Field::TimestampMillis(ts) => {
|
209
216
|
let ts = jiff::Timestamp::from_millisecond(ts)?;
|
210
217
|
let time_class = handle.class_time();
|
@@ -212,7 +219,7 @@ impl TryIntoValue for ParquetField {
|
|
212
219
|
.funcall::<_, _, Value>("parse", (ts.to_string(),))?
|
213
220
|
.into_value_with(handle))
|
214
221
|
}
|
215
|
-
Field::TimestampMicros(ts) => {
|
222
|
+
Field::TimestampMicros(ts) | Field::TimeMicros(ts) => {
|
216
223
|
let ts = jiff::Timestamp::from_microsecond(ts)?;
|
217
224
|
let time_class = handle.class_time();
|
218
225
|
Ok(time_class
|
@@ -356,6 +363,8 @@ impl ToTypeInfo for &parquet::record::Field {
|
|
356
363
|
Field::Str(_) => ConvertedType::UTF8,
|
357
364
|
Field::Bytes(_) => ConvertedType::LIST,
|
358
365
|
Field::Date(_) => ConvertedType::DATE,
|
366
|
+
Field::TimeMillis(_) => ConvertedType::TIME_MILLIS,
|
367
|
+
Field::TimeMicros(_) => ConvertedType::TIMESTAMP_MICROS,
|
359
368
|
Field::TimestampMillis(_) => ConvertedType::TIMESTAMP_MILLIS,
|
360
369
|
Field::TimestampMicros(_) => ConvertedType::TIMESTAMP_MICROS,
|
361
370
|
Field::Group(_) => ConvertedType::NONE,
|
@@ -424,6 +433,14 @@ impl ToTypeInfo for &parquet::record::Field {
|
|
424
433
|
}
|
425
434
|
}
|
426
435
|
Field::Date(_) => LogicalType::Date,
|
436
|
+
Field::TimeMillis(_) => LogicalType::Time {
|
437
|
+
is_adjusted_to_u_t_c: true,
|
438
|
+
unit: parquet::basic::TimeUnit::MILLIS(parquet::format::MilliSeconds {}),
|
439
|
+
},
|
440
|
+
Field::TimeMicros(_) => LogicalType::Time {
|
441
|
+
is_adjusted_to_u_t_c: true,
|
442
|
+
unit: parquet::basic::TimeUnit::MICROS(parquet::format::MicroSeconds {}),
|
443
|
+
},
|
427
444
|
Field::TimestampMillis(_) => LogicalType::Timestamp {
|
428
445
|
is_adjusted_to_u_t_c: true,
|
429
446
|
unit: parquet::basic::TimeUnit::MILLIS(parquet::format::MilliSeconds {}),
|
data/lib/parquet/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: parquet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Jaremko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|